body {
    background: #f0f0f0;
    color: #4d4d4d;
    overflow-x: hidden;
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
html, body {
width:100%;
height:100%;
}
.blacklink1{
  background:transparent;
  color: #fff !important;
  padding: 2px 10px !important;
}
a#Defaultcontrast{
	padding: 2px 10px !important;
}
.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}
.topnav{
	height: 30px;
	width: 100%;
	background: #fff;
}
.topnavleft{
	height: 100%;
	width: 70%;
	float: left;
}
.topnavright{
	height: 100%;
	width: 30%;
	float: right;
}

.topnav ul li{
	float: left;
	list-style-type: none;
	border-right: 1px solid #cccccc;
}
.border-right1{
	border-left: 1px solid #cccccc;
	margin-left: 30px;
}
.border-right{
	border-left: 1px solid #cccccc;
	margin-left: 30px;
}
.topnav ul li a{
	font-size:1em;
	line-height: 30px;
	color: #666666;
	padding:0px 10px; 
	display: block;
}
.topnav ul li a{
	text-decoration: none;
}
.topnav ul li a:hover,.topnav ul li a:focus,.topnav ul li  a:active{
  background: #eeeeee;
}
.whitelink{
	margin-left:0px;
	border-left: 0px solid #cccccc;
}
.collapse.navbar-collapse {
    height: 95px;
}
.pulll-right {
    float: right;
}
nav a {
  padding-top: 20px;
  padding-bottom: 20px ;
  font-size:1em;
}

nav .navbar-toggle {
  margin: 13px 15px 13px 0;
}

.navbar-brand {
  font-size: 30px;
  padding: 15px 15px;
}



nav.navbar.shrink {
  min-height: 35px;
}

nav.shrink a {
  font-size: 1em;
  line-height:45px;
}

nav.shrink .navbar-brand {
  font-size: 25px;
   padding: 7px 15px;
}

nav.shrink .navbar-toggle {
  padding: 4px 5px;
  margin: 8px 15px 8px 0;
}

.collapse.navbar-collapse.shrink {
    height: 75px;
}

.navbar-inverse {
    background-color: #4866af;
    border:none;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background: rgba(255,255,255,0.05);

}
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}
.navbar-nav>li>a {
    line-height: 65px;
}
.shrink.navbar-nav>li>a {
    line-height: 45px;
}
/*-------carousel -----------*/
#myCarousel{
  margin-top:125px; 
  cursor:not-allowed;
}


.carousel-caption {
    position: absolute;
    right: 64%;
    bottom: 80px;
    left: 4%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    -webkit-text-shadow: 0 1px 2px rgba(0,0,0,.6);
	-moz-text-shadow: 0 1px 2px rgba(0,0,0,.6);
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.carousel-caption h1
{
  background: #fff;
  padding: 5px 10px;
  color: #5e5e5e;
  font-size: 18px;
  -moz-text-shadow: 0 1px 2px rgba(0,0,0,0);
  -webkit-text-shadow: 0 1px 2px rgba(0,0,0,0);
  text-shadow: 0 1px 2px rgba(0,0,0,0);
  text-align:left;
  box-shadow: 0px 2px 5px #555;
  -webkit-box-shadow: 0px 2px 5px #555;
  margin-bottom:0px;
}

.carousel-caption p
{
  background: rgba(0,0,0,0.5);
  padding: 5px 10px;
  color: #fff;
  font-size: 1em;
  text-shadow: 0 1px 2px rgba(0,0,0,0);
  -moz-text-shadow: 0 1px 2px rgba(0,0,0,0);
  -webkit-text-shadow: 0 1px 2px rgba(0,0,0,0);
  text-align:justify;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 20%;
    margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 20%;
    margin-right: -10px;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5%;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
	-moz-text-shadow: 0 1px 2px rgba(0,0,0,.6);
	-webkit-text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
}
/*-------carousel animation -----------*/
/*.carousel-inner > .item {

    -webkit-transition: 0.6s ease-in-out left;
    -moz-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}*/

/*-------carousel pointers-----------*/

.carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    /*background-color: rgba(0,0,0,0);*/
    border: 1px solid #fff;
    border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 0;
    background-color: #2e4b90;
    border: 2px solid #fff;
}
.carousel-indicators {
    bottom: 0px;
}



/*----------------statistics-----------*/
.container {
    position: relative;
    margin: 0 auto;
    padding: 0;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}
.container_cs
{
  width: 100%;
  background: #fff;
  border:1px solid #ebebeb;
  margin: 10px auto;
}
.stats
{
height: auto;
}

.stats ul
{
  margin: 10px;
  list-style-type: none;
}
.stats .row
{
  margin:0 auto; 
}
.stats p{
  text-align: center;
}
.stats_complex
{
  background: #008bbb;
  height: 95px;
  color: #fff;
border:5px solid #fff;
  padding: 5px;
}
.stats_cases
{
  background: #8dc63f;
  height: 95px;
  color: #fff;
border:5px solid #fff;
  padding: 5px;
}
.stats_orders
{
  background: #b43e92;
  height: 95px;
  color: #fff;
border:5px solid #fff;
  padding: 5px;
}
.stats_today
{
  background: #f36f33;
  height: 95px;
  color: #fff;
  border:5px solid #fff;
  padding: 5px;
}

.counts{
    font-size: 3.5em;
    line-height: 50px;
    font-family: calibri, Arial, sans-serif;
    font-weight: 400;
}


/*--------------Services block---------*/
.services
{
  height: auto;
  width:100%;
  display:inline-block;
  clear:both;
}

.services .col-md-4 a,a:hover,a:active,a:focus,a:visited{
  text-decoration: none;
}
.services .col-md-4 borderclass{
  background: #fff;

}
.services .col-md-4 .borderclass:hover,.services .col-md-4 .borderclass:focus{
  background: #4866af;
  color: #fff;
  cursor: pointer;
}
.services .col-md-4 .borderclass:hover .services_title,.services .col-md-4 .borderclass:hover .services_data
{
  color: #fff;
  text-decoration: none;
} 
.services_title{
  font-family: calibri, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  color: #4866af;
}
.services_data{
  font-family: calibri, Arial, sans-serif;

  color: #4a4a4a;
  text-align: justify;
  line-height: 23px;
}

.bottom_arrow{
  background: #fff;
  border-top:1px solid #b6b6b6;
  height: 50px;
  text-align: center;
}

.services_content{
  padding: 21px;
}
.borderclass{
  border: 1px solid #b6b6b6;
  margin:10px auto;
}

.statsTitle{
font-size:1em;
margin:0;
}
.stats p.statsTitle {
    text-align: center;
    overflow: hidden;
    height: 25px;
}


/*-------------envisages-----------*/
#envisages img{
margin-bottom:20px;
}

blockquote {
    padding: 10px 10px;
    margin: 0 0 20px;
    font-size: 1em;
    border-left: 5px solid #ccc;
}


/*-------------News-----------*/
.no-padding
{
  padding-right: 0px;
  padding-left: 0px;
}
.news{
  background:#fafafa;
  border: 1px solid #d6d6d6;
  height: 300px;
  padding-right: 0px;
  padding-left: 0px;
 // margin-right:10px; 
}
.news-content ul{
  list-style-type: none;
  padding-left: 25px;
  padding-right: 0px;
}
.news-content ul li{
  padding:10px 20px;
  border-bottom: 1px solid #b6b6b6;
  background:url('../images/dbl-arrow.png') no-repeat left center;
}
.news-content ul li a{
  color: #337ab7;
  line-height: 14px;
}
.helpdesk{
  background:#fafafa;
  border: 1px solid #d6d6d6;
  height: 300px;
  padding-right: 0px;
  padding-left: 0px;
  margin-left:10px; 
}
.news-help-header{
  height: 40px;
  padding:8px 10px;
  color: #fff;
  text-transform: uppercase;
  background: #4866af;
  font-size: 20px;
}
.helpdesk-content{
  margin: 20px;
}
.news-content{
  margin: 20px;
}
.helpdesk-p{
  font-family: calibri, Arial, sans-serif;
  color: #4a4a4a;
  text-align: justify;
  line-height: 23px;

}
.circle-icon{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border:2px solid #4a4a4a;
  background: transparent;
  text-align: center;
  padding-top: 8px; 
}

.fa.fa-envelope, .fa.fa-volume-control-phone {
  
    font-size: 30px;
  }

.phone-no{
  font-family: calibri, Arial, sans-serif;
  font-size: 38px;
  color: #4a4a4a;
  line-height: 50px;
  text-align: left;
  height:50px;
  margin-left:10px; 
  }

  .email-id{
  font-family: calibri, Arial, sans-serif;
  font-size: 20px;
  color: #4a4a4a;
  line-height: 50px;
  text-align: left;
  height:50px;
  margin-left:10px;
  }



  .threelinks{
    margin:20px;
  }
  .threelinks .row .col-md-4 img{}
  .threelinks .row .col-md-4{
    text-align: center;

  }
#footer-container{
  padding: 20px 0 0 0;
  background:#3B3D42;
    font-family: calibri, Arial, sans-serif;
    text-align: left;
    line-height: 23px;
      color: #d0d0d0;
	  margin-top:15px;
}
#footer-container .topfooter {background:#3B3D42;padding: 10px;}
#footer-container .bottomfooter {border-top:1px solid #7c7c7c;background:#2d2f34;padding: 10px 10px 10px 30px;}

#footer-container .topfooter .col-md-4{
 padding: 15px;
}
#footer-container .topfooter ol{
  padding: 0;
}
#footer-container .topfooter ol > li{
  padding-left: 5px;
  display: block;
  list-style-type: none;
  color: #d0d0d0;
}

#footer-container .topfooter ol > li > a{
  color: #d0d0d0;
}
#footer-container .topfooter ol > li > a:hover{
  color: #138eec;
}

#footer-container .topfooter a{
  color: #138eec;
}
#footer-container .topfooter a:hover,#footer-container .topfooter a:focus,#footer-container .topfooter a:active {
    background: none;
}

.ol-foo-title{
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 10px;
  }
  .borderright{
    border-right:1px solid #7c7c7c;
  }

.visitor_ct{
  background: #56585d !important;
  border: 1px solid #909090 !important;
  height: 40px;
  font-size: 22px;
  padding-left: 10px;
}
.fooimg{ margin:0 10px 10px 10px;}

.circle_icon{
  width:30px; height: 30px; border-radius: 50%;
  border:2px solid #fff;
  font-size: 16px;
  display: inline-block;
  padding-left: 5px;
  padding-top: 5px;
}

#menuPage{
  margin-top:135px; 
  min-height: 700px;
}
#menuPage .leftPane{
  background: #ccc;
  min-height: 700px;
}

#menuPage .rightPane{
  background: #fff;
  padding: 0;
  min-height: 700px;
}

#menuPage ul{
  padding: 0;
  margin: 0;
}
.leftPaneMenu {
  width: 100%;
  background: #fff;
  border:1px solid #ccc;
  padding: 5px;
  list-style-type: none;
  margin: 10px 0 0px 0;
  box-shadow: 0px 0px 1px #999;
  -webkit-box-shadow: 0px 0px 1px #999;
  -moz-box-shadow: 0px 0px 1px #999;
}
.leftPaneMenu1 {
  width: 100%;
  background: #fff;
  border:1px solid #ccc;
  padding: 5px;
  list-style-type: none;
  margin: 10px 0 0px 0;
  box-shadow: 0px 0px 1px #999;
  -moz-box-shadow: 0px 0px 1px #999;
  -webkit-box-shadow: 0px 0px 1px #999;
}
.leftPaneMenu2 {
  width: 100%;
  background: #fff;
  border:1px solid #ccc;
  padding: 5px;
  list-style-type: none;
  margin: 10px 0 0px 0;
  box-shadow: 0px 0px 1px #999;
  -moz-box-shadow: 0px 0px 1px #999;
  -webkit-box-shadow: 0px 0px 1px #999;
}
.leftPaneMenu0 {
  width: 100%;
  background: #fff;
  border:1px solid #ccc;
  padding: 5px;
  list-style-type: none;
  margin: 10px 0 0px 0;
  box-shadow: 0px 0px 1px #999;
  -moz-box-shadow: 0px 0px 1px #999;
  -webkit-box-shadow: 0px 0px 1px #999;
}
.leftPaneMenu3 {
  width: 100%;
  background: #fff;
  border:1px solid #ccc;
  padding: 5px;
  list-style-type: none;
  margin: 10px 0 0px 0;
  box-shadow: 0px 0px 1px #999;
  -moz-box-shadow: 0px 0px 1px #999;
  -webkit-box-shadow: 0px 0px 1px #999;
}
#menuPage ul li:hover {
  background: #868485;
  color: #fff;
  cursor: pointer;
	-webkit-transition:all .25s ease-in-out;
	-moz-transition:all .25s ease-in-out;
	-ms-transition:all .25s ease-in-out;
	-o-transition:all .25s ease-in-out;
	transition:all .25s ease-in-out;
}
.panel-heading+.list-group .list-group-item:hover {
   cursor: default !important;
}

.activea{
  width: 100%;
  background: #868485;
  border:1px solid #ccc;
  padding: 5px;
  list-style-type: none;
  margin: 10px 0 0px 0;
  color: #fff;
  	-webkit-transition:all .25s ease-in-out;
	-moz-transition:all .25s ease-in-out;
	-ms-transition:all .25s ease-in-out;
	-o-transition:all .25s ease-in-out;
	transition:all .25s ease-in-out;
}

.mainMenuCSP
{
  display: block;
  text-align: center;
  padding-left: 0px;
  font-weight:bold;
  line-height:20px;
}
#leftPaneMenuCS >img , #leftPaneMenuCO >img, #leftPaneMenuCL >img, #leftPaneMenuCNR >img,#leftPaneMenuCaveat >img,#leftPaneMenuLocation >img {
border:2px solid #fff;
box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
max-width:140px;
width:100%;
}


#stateDistrictDiv
{
  background: #383838;
  height:auto;
  margin: 0;
  padding: 20px;
}

#caseStatusMenuDiv{
  color: #fff;
  cursor: pointer;
}
#caseStatusMenuDiv .sevendiv{
width:14.2857142857%;
display:inline-block;
text-align:center;
margin:0;
padding:0;
float:left;
height:50px;
line-height:50px;
}

.fourdiv{
width:25%;
display:inline-block;
text-align:center;
margin:0;
padding:0;
float:left;
height:50px;
line-height:50px;
}

.onediv{
width:100%;
display:inline-block;
text-align:center;
margin:0;
padding:0;
float:left;
height:50px;

}
.round-icon{
PADDING:2PX;
display:inline-block;
    display: inline-block;
    border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
    border:0px solid #555555;
	line-height:12px;
	font-size:14px;
}
#caseStatusMenuDiv .caseNumber{

  background: #F1ECE9;
    color:#555;
	  border-bottom:3px solid #F1ECE9;
  font-size:15px;
  font-weight:bold;
  border-right:2px solid #ccc;
  overflow:hidden;
}
#caseStatusMenuDiv .caseNumber:hover,#caseStatusMenuDiv .FIRNumber:hover,#caseStatusMenuDiv .partyName:hover,#caseStatusMenuDiv .AdvName:hover,#caseStatusMenuDiv .filingNumber:hover,#caseStatusMenuDiv .act:hover,#caseStatusMenuDiv .caseType:hover{

  background: #F1ECE9;
  border-bottom:3px solid #4866AF;
  color:#555;
  transition:all .25s ease-in-out;
  -webkit-transition:all .25s ease-in-out;
-moz-transition:all .25s ease-in-out;
-ms-transition:all .25s ease-in-out;
-o-transition:all .25s ease-in-out;
}

#caseStatusMenuDiv .FIRNumber{
  background: #F1ECE9;
    color:#555;
	  border-bottom:3px solid #F1ECE9;
  font-size:15px;
  font-weight:700;
  border-right:2px solid #ccc;
  overflow:hidden;
}

#caseStatusMenuDiv .partyName{
  background: #F1ECE9;
    color:#555;
	  border-bottom:3px solid #F1ECE9;
  font-size:15px;
  font-weight:bold;
  border-right:2px solid #ccc;
  overflow:hidden;
}

#caseStatusMenuDiv .AdvName{
  background: #F1ECE9;
    color:#555;
	  border-bottom:3px solid #F1ECE9;
  font-size:15px;
  font-weight:bold;
  border-right:2px solid #ccc;
  overflow:hidden;
}
#caseStatusMenuDiv .filingNumber{
  background: #F1ECE9;
    color:#555;
	  border-bottom:3px solid #F1ECE9;
  font-size:15px;
  font-weight:bold;
  border-right:2px solid #ccc;
  overflow:hidden;
}

#caseStatusMenuDiv .act{
  background: #F1ECE9;
    color:#555;
	  border-bottom:3px solid #F1ECE9;
  font-size:15px;
  font-weight:bold;
  border-right:2px solid #ccc;
  overflow:hidden;
}

#caseStatusMenuDiv .caseType{
  background: #F1ECE9;
    color:#555;
	  border-bottom:3px solid #F1ECE9;
  font-size:15px;
  font-weight:bold;
  border-right:0px solid #ccc;
  overflow:hidden;
}

#caseStatusMenuDiv .active
{
  border-bottom: 3px solid #4866AF;
  line-height: 45px;
}

.fa-info {
    color: #FBA713;
}
.fa-wpforms {
    color: #CB0C5C;
}
.fa-users {
    color: #14B3B9;
}
.fa-user {
    color: #018BBC;
}
.fa-files-o {
    color: #6FA130;
}
.fa-legal {
    color: #DD6800;
}
.fa-file-text-o {
    color: #4866AF;
}
.fa-balance-scale {
    color: #CB0C5C;
}
.fa-calendar {
    color: #14B3B9;
}
.fa-university {
    color: #018BBC;
}

.SDC_Select{
  height: 30px;
  padding-left:10px; 
  width: 100%;
  max-width: 100%;
}
.SDC_Select:active, .SDC_Select:hover {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.9);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.9);
}

#changeBtn{
  background: #dd6800;
  height: 30px;
  color: #fff;
  border: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  display:none;
}
.captchabtn
{
  background: #e4e4e4;
  height: 30px;
  color: #555;
  border: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.Gobtn
{
  background: #4866af;
  height: 30px;
  color: #fff;
  border: none;
  padding:5px 16px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  font-size:14px;
}
.Resetbtn
{
  background: #ccc;
  height: 30px;
  color: #000;
  border: none;
  padding:5px 16px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.captchaSupportbtn
{
  background: #545454;
  height: 30px;
  color: #fff;
  border: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.formElement
{
margin:5px;
}
.formElement .row
{
margin-bottom:10px; 
font-size: 0.95em;
}
.formElement label {
font-weight:normal;
}
.formElement p{
  color: #555555;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  padding:10px 20px;
  font-size: 16px;
  font-weight: 500;
}


.formElement  input[type="text"],select
{
  height: 30px;
  padding-left:5px; 
  background: #fff;
  border:1px solid #ccc;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  max-width:150px;
}
#CNRDiv{
text-align:center;
padding:7px 20px;
}

#CNRDiv .row .col-md-12
{
padding:10px;
}

.searchbtn
{
  background: #4866AF;
  height: 50px;
  color: #fff;
  border: none;
  padding:0px 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  line-height:50px;
  font-size:15px;
  border-bottom:3px solid #000;
}
.Resetbtn1
{
  background: #fff;
  height: 50px;
  color: #555;
  border: none;
  padding:0px 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  line-height:50px;
  font-size:15px;  
  border-bottom:3px solid #000;
}
.Resetbtn1:hover,.Resetbtn1:focus,.Resetbtn1:active
{
  background: #FAFAFA;
}
input[type="text"],select
{
  height: 30px;
  padding-left:10px; 
  background: #fff;
  border:1px solid #ccc;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.noteText{
padding:10px;
font-size:13px;
text-align:left;
background:rgba(255,255,255,0.2);
color:#fff;
}
.h2class{
margin:0;
font-size:1em;
display:inline-block;
}

.mainLabel{
  width: 130px;
  font-size:15px;
  font-weight:500 !important;
  color:#4866AF;
  text-align:right;
  padding-right:5px;
}
.radioLabel{
 
  font-weight:500 !important;
  color:#4866AF !important;
  text-align:right;
  padding-right:5px;
   font-size:15px;
}
#showList
{
padding:10px;
}
#caseHistoryDiv,#caseBusinessDiv,#page4Div
{
padding:10px;
}
#captcha_image,#captcha_image1,#captcha_image2,#captcha_image3,#captcha_image4,#captcha_image5,#captcha_image6,#captcha_image7,#captcha_image8,#captcha_image9,#captcha_image10, #captcha_image11, #captcha_image12, #captcha_imageCNR
{
    border-radius: 4px;
	-moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border:1px solid #ccc;
}
.redStar{
color:red;
}

label {
    margin-bottom:0px;
}


#back_auth input[type=button],  #backTopCLDiv input[type=button] ,#backTopDiv input[type=button], #backTopBDiv input[type=button]{
	background: #4866af;
	height: 30px;
	color: #fff;
	border: none;
	padding: 5px 20px;
	border-radius: 2px;
	-moz-border-radius: 2px;
  -webkit-border-radius: 2px;
	margin-top: 5px;
	}

	#ShareButDiv input[type=button]
	{
	  background-image: url('icon.png');
		border: 1px solid rgba(0, 0, 0, 0.1);
		display: inline-block !important;
		position: relative;
		font-family: Arial,sans-serif;
		letter-spacing: .4px;
	   cursor: pointer;
		font-weight: 400;
		text-transform: none;
		color: #fff;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		background-color: #5cbe4a;
		background-repeat: no-repeat;
		line-height: 1.2;
		text-decoration: none;
		text-align: left;
	}
.CNRBox{
background-size:cover;
background-position: 0 0%; background-size: 100%;
border-radius:5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border:1px solid #343434;
}

label.text-uppercase.lead{
color:#555;
font-size:30px;
font-family:calibri, Arial, sans-serif;
}

label.text-mutedw{
color:#555;
font-weight:400;
}
#cino{
	font-size:20px;
	width:270px;
	height:50px;
	border-radius:25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;

	border:3px solid #fff;
	background:rgba(72,102,175,0.9) none repeat scroll 0 0;
	box-shadow: none;
	color: #fff;
	outline: medium none;
	padding-left:20px
}
#cino::-webkit-input-placeholder {
  color: rgba(255,255,255,0.5);
}
.captchaBox{
background:#EDEDED;
border-radius:5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border:1px solid #DDDDDD;
padding:0px;
padding:5px 0px;
height:70px;
margin-top: 0px;
}
.captcha_box{
position: absolute;margin-top:220px;z-index: 999;left: 20%;width:67%;
}

#goResetDiv{
font-size:14px !important;
}
.captcha_box > #goResetDiv{
display:none;
}
#div_captcha_CNR{
margin-top:32px;
} 

/*CSS for Case Status PartyName captcha*/

.captcha_box_CSpartyName
{
left:0%; margin-top:170px; position:absolute; z-index:999; width:72%;
}
.captcha_box_COpartyName
{
left:0%; margin-top:170px; position:absolute; z-index:999; width:72%;
}
.captcha_box_COorderDate
{
left:0%; margin-top:170px; position:absolute; z-index:999; width:72%;
}
.captcha_box_CSFIRNumber
{
left:0%; margin-top:170px; position:absolute; z-index:999; width:72%;
}
.captcha_box_CSact
{
left:0%; margin-top:170px; position:absolute; z-index:999; width:72%;
}
.captcha_box_CScaseType
{
left:0%; margin-top:170px; position:absolute; z-index:999; width:72%;
}
.captcha_box_CScaseNumber	
{
left:0%; margin-top:170px; position:absolute; z-index:999; width:72%;
}
.captcha_box_COcaseNumber	
{
left:0%; margin-top:170px; position:absolute; z-index:999; width:72%;
}
.captcha_box_COcourtNumber	
{
left:0%; margin-top:170px; position:absolute; z-index:999; width:72%;
}
.captcha_box_CSfilingNumber
{
left:0%; margin-top:170px; position:absolute; z-index:999; width:72%;
}
.captcha_box_CLcauselist
{
left:0%; margin-top:118px; position:absolute; z-index:999; width:72%;
}

.captcha_box_CSAdvName
{
left:0%; margin-top:170px; position:absolute; z-index:999; width:72%;
}
.captcha_box_CSAdvNamebar
{
left:0%; margin-top:170px; position:absolute; z-index:999; width:72%;
}
.captcha_box_CSAdvNameyear
{
left:0%; margin-top:170px; position:absolute; z-index:999; width:72%;
}

.captcha_box_CaveatSearch
{
left:0%; margin-top:247px !important; position:absolute !important; z-index:999 !important; width:72% !important;
}
.captcha_box_anywhere
{
left:0%; margin-top:170px !important; position:absolute !important; z-index:999 !important; width:72% !important;
}
.captcha_box_starting_with_Soundex
{
left:0%; margin-top:170px !important; position:absolute !important; z-index:999 !important; width:72% !important;
}
.captcha_box_subordinate_court
{
left:0%; margin-top:208px !important; position:absolute !important; z-index:999 !important; width:72% !important;
}
.captcha_box_quasi_judicial
{
left:0%; margin-top:254px !important; position:absolute !important; z-index:999 !important; width:72% !important;
}

.captcha_box_caveat_no
{
left:0%; margin-top:170px !important; position:absolute !important; z-index:999 !important; width:72% !important;
}


@media only screen and (min-device-width : 320px) and (max-device-width : 768px) {
#div_captcha_CNR {
    margin-top: 0px;
}
.captcha_box{
position: absolute;margin-top:230px;z-index: 999;left: 5%;width:90%;
}
.captchaBox{
height:140px;
margin-top:0px;
}
.captcha_box > #civCrimDiv
{
	display:none !important;
}
.captcha_box_CSpartyName
{
left: 0%; margin-top: 90%; position: absolute; z-index: 999; width: 95%;
}
.captcha_box_COpartyName
{
left: 0%; margin-top: 80%; position: absolute; z-index: 999; width: 95%;
}
.captcha_box_COorderDate
{
left: 0%; margin-top: 90%; position: absolute; z-index: 999; width: 95%;
}
.captcha_box_CSFIRNumber
{
left: 0%; margin-top: 105%; position: absolute; z-index: 999; width: 95%;
}
.captcha_box_CSact
{
left: 0%; margin-top: 106%; position: absolute; z-index: 999; width: 95%;
}
.captcha_box_CScaseType
{
left: 0%; margin-top: 87%; position: absolute; z-index: 999; width: 95%;
}

.captcha_box_CScaseNumber	
{
left: 0%; margin-top: 98%; position: absolute; z-index: 999; width: 95%;
}
.captcha_box_COcaseNumber	
{
left: 0%; margin-top: 98%; position: absolute; z-index: 999; width: 95%;
}
.captcha_box_COcourtNumber	
{
left: 0%; margin-top: 60%; position: absolute; z-index: 999; width: 95%;
}
.captcha_box_CSfilingNumber
{
left: 0%; margin-top: 80%; position: absolute; z-index: 999; width: 95%;
}
.captcha_box_CLcauselist
{
left: 0%; margin-top: 83%; position: absolute; z-index: 999; width: 95%;
}
.captcha_box_CSAdvName
{
left: 0%; margin-top: 81%; position: absolute; z-index: 999; width: 95%;
}
.captcha_box_CSAdvNamebar
{
left: 0%; margin-top: 106%; position: absolute; z-index: 999; width: 95%;
}
.captcha_box_CSAdvNameyear
{
left: 0%; margin-top: 123%; position: absolute; z-index: 999; width: 95%;
}
.captcha_box_CvtSearch{
  left: 0%; margin-top: 175%; position: absolute; z-index: 999; width: 72%;
}


#search_act {
width:79% !important;
}

.clrlft{
clear:left;
}
}


/*
@media only screen and (min-width: 768px) and (max-width: 1057px){
.captcha_box{
position: absolute;margin-top:200px;z-index: 999;left: 5%;width:100%;
}
.captchaBox{
height:100px;
}
.captcha_box_CSpartyName
{
left: 0%; margin-top: 30%; position: absolute; z-index: 999; width: 95%;
}
.captcha_box_COpartyName
{
left: 0%; margin-top: 25%; position: absolute; z-index: 999; width: 95%;
}
.captcha_box_COorderDate
{
left: 0%; margin-top: 25%; position: absolute; z-index: 999; width: 95%;
}
.captcha_box_CSFIRNumber
{
left: 0%; margin-top: 33%; position: absolute; z-index: 999; width: 95%;
}
.captcha_box_CSact
{
left: 0%; margin-top: 125%; position: absolute; z-index: 999; width: 95%;
}
.captcha_box_CScaseType
{
left: 0%; margin-top: 30%; position: absolute; z-index: 999; width: 95%;
}

.captcha_box_CScaseNumber	
{
left: 0%; margin-top: 30%; position: absolute; z-index: 999; width: 95%;
}
.captcha_box_COcaseNumber	
{
left: 0%; margin-top: 30%; position: absolute; z-index: 999; width: 95%;
}
.captcha_box_COcourtNumber	
{
left: 0%; margin-top: 22%; position: absolute; z-index: 999; width: 95%;
}
.captcha_box_CSfilingNumber
{
left: 0%; margin-top: 25%; position: absolute; z-index: 999; width: 95%;
}
.captcha_box_CLcauselist
{
left: 0%; margin-top: 22%; position: absolute; z-index: 999; width: 95%;
}
.captcha_box_CSAdvName
{
left: 0%; margin-top: 34%; position: absolute; z-index: 999; width: 95%;
}
}
*/

.whiteoverlay{
/*background:rgba(255,255,255,0.8);*/
background:#E9E8E6;
border-radius:10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
padding:10px 0px;
}

.innerpad{
padding:10px;
}

.mainMenu{
text-align:center;
}
.panel {
    margin:10px;
	margin-top: 0;
    background-color: #E8EBF2;
    border: 1px solid #ccc;
    border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-default>.panel-heading {
background:#4866AF;
color:#fff;
}
li.list-group-item:hover{
background:#fff;
}
li.list-group-item:hover > a{color:#fff;}li.list-group-item > a:hover{color:#fff;}
.well {
    margin-bottom: 0px;
}
.h1class{
font-size:1.2em;
margin-top: 0px;
margin-bottom: 0px;
color:#4866AF;
display:inline-block;
}
#CSHorizontalMenu a{
color:#555;
display:block;
}
#CSHorizontalMenu a:focus{
background:transparent;
}
#COHorizontalMenu a{
color:#555;
display:block;
}
#COHorizontalMenu a:focus{
background:transparent;
}
.static-con{
margin-top:150px;
}

#pageCLDiv{
padding:5px;
}


.case_details_table{
font-size:1.5em;
background:#F9FDF1;
border:1px solid #555;
}
.case_details_table > tbody > tr > td {border-top:1px solid #555;padding:5px;}

.Petitioner_Advocate_table{
background:#F3FAFE;
}
.Petitioner_Advocate_table > tbody > tr > td {border-top:1px solid #555;padding:5px;}

.Respondent_Advocate_table{
background:#F5F1FC;
}
.Respondent_Advocate_table > tbody > tr > td {border-top:1px solid #555;padding:5px;}
.history_table{
background:#F5FBE9;
}
.acts_table{
background:#F9FDF1;
}
.acts_table > tbody > tr > td {border-top:1px solid #555;padding:5px;}
.acts_table > tbody > tr > th {border-top:1px solid #555;padding:5px;}


.FIR_details_table{
background:#FDF6E9;
}
.FIR_details_table > tbody > tr > td {border-top:1px solid #555;padding:5px;}

.Lower_court_table{
background:#F3FAFE;
}
.Lower_court_table > tbody > tr > td {border-top:1px solid #555;padding:5px;}
.transfer_table{
background:#F5F1FC;
}

.order_table{
background:#F5F1FC;
}


.borderright nav ol li a{
padding-top: 0px;
    padding-bottom: 0px;
    font-size: 1em;
	}
img.img-responsive.center-block{
border:1px solid #ccc;
border-top:0px solid #fff;
}

	#back-top{position:fixed;bottom:0;right:20px;z-index:1000}
	#back-top a{width:36px;height:36px;display:block;text-align:center;font:11px/100% Arial,Helvetica,sans-serif;text-transform:uppercase;text-decoration:none;color:#bbb;-webkit-transition:1s;-moz-transition:1s;transition:1s}
	#back-top a:hover{color:#000}
	#back-top span{width:36px;height:36px;display:block;margin-bottom:7px;background:#01B0F3;font-size:20px;-webkit-transition:1s;-moz-transition:1s;transition:1s;color:#fff;line-height:36px;}
	#back-top a:hover span{background-color:#777;}.h3class{color:#4B8BCD;font-size:1em !important;line-height:20px}

.sh2class{
font-size:2em;
display:inline-block;
}
.wtable{
background:#fff;
}
.textIndent{
text-indent: 2em;
}
	.dci-img{
	width: 100%;
	height: 0;
	background-image: url("../images/services-sprite.jpg");
	background-position:0;
	padding-bottom: 40%;
	display:block;
	margin:0px auto;
	border: 1px solid #ccc;
    border-top: 0px solid #fff;
	background-size: 300% 100%;
	}
	.dcs-img{
	width: 100%;
	height: 0;
	background-image: url("../images/services-sprite.jpg");
	background-position:50%;
	padding-bottom: 40%;
	display:block;
	margin:0px auto;
	border: 1px solid #ccc;
    border-top: 0px solid #fff;
	background-size: 300% 100%;
	}
	.ppms-img{
	width: 100%;
	height: 0;
	background-image: url("../images/services-sprite.jpg");
	background-position:100%;
	padding-bottom: 40%;
	display:block;
	margin:0px auto;
	border: 1px solid #ccc;
    border-top: 0px solid #fff;
	background-size: 300% 100%;
	}
	.mainlogo{
		width: 246px;
	height: 57px;
	background-image: url("../images/logo-sprite.png");
	background-position:0  45.6561922366%;
	display:block;
	}
		.digilogo{
		width: 95px;
	height: 57px;
	background-image: url("../images/logo-sprite.png");
	background-position:55.6561922366%;
	display:inline-block;
	}
		.indialogo{
		width: 80px;
	height: 57px;
	background-image: url("../images/logo-sprite.png");
	background-position:74.0314232902%;
	display:inline-block;
	}
		.dojlogo{
		width: 119px;
	height: 57px;
	background-image: url("../images/logo-sprite.png");
	background-position:100%;
	display:inline-block;
	}
	.slider1{
	width: 100%;
	height: 0;
	background-image: url("../images/slider/slider-sprite-H.jpg");
	background-position:0;
	padding-bottom: 20%;
	display:block;
	background-size: 600% 100%;
	}
		.slider2{
	width: 100%;
	height: 0;
	background-image: url("../images/slider/slider-sprite-H.jpg");
	background-position:20%;
	padding-bottom: 20%;
	display:block;
	background-size: 600% 100%;
	}
		.slider3{
	width: 100%;
	height: 0;
	background-image: url("../images/slider/slider-sprite-H.jpg");
	background-position:40%;
	padding-bottom: 20%;
	display:block;
	background-size: 600% 100%;
	}
		.slider4{
	width: 100%;
	height: 0;
	background-image: url("../images/slider/slider-sprite-H.jpg");
	background-position:60%;
	padding-bottom: 20%;
	display:block;
	background-size: 600% 100%;
	}
		.slider5{
	width: 100%;
	height: 0;
	background-image: url("../images/slider/slider-sprite-H.jpg");
	background-position:80%;
	padding-bottom: 20%;
	display:block;
	background-size: 600% 100%;
	}
		.slider6{
	width: 100%;
	height: 0;
	background-image: url("../images/slider/slider-sprite-H.jpg");
	background-position:100%;
	padding-bottom: 20%;
	display:block;
	background-size: 600% 100%;
	}
	.defaultTheme{
	width:25px;
	height:25px;
	background:#fff;
	border:1px solid #000;
	border-radius:50%;
	color:#000;
	text-align:center;
	line-height:25px;
	}
	.contrastTheme{
	width:25px;
	height:25px;
	background:#000;
	border:1px solid #fff;
	border-radius:50%;
	color:#fff;
	text-align:center;
	line-height:25px;
	}
	.bluearrow{
	background:#4866AF;
	color:#fff;
	line-height:50px;
	height:50px;
	width:50px;
	font-size:20px;
	border-radius:50%;
	margin:0 auto;
	}
	.services-sprite-container{
	max-width:334px;max-height:155px;margin:0 auto;
	}

	.formElement .col-md-4 {
    padding: 0;
}

.captchaClass{
width:90px;
}
#div_CSAdvName{
	margin-top:0px;
}
.deskus
{
width:101px;
}

.deskyr
{
width:95px;
}
.desksearch{
width:95px;
}
.deskfiryr
{
width:82px;
}
.deskacttyp
{
width:80px;
}

.firinpt
{
width:115px;
}

.searchinp{
width:96px;
}
#actcode , #under_sec
{
width:120px;
}
.petlabel{
width:191px !important;
}

.table-fixed thead tr {    background-color: #f5f5f5; font-size:0.9em;     border-bottom: 1px solid #ddd;}

.table-fixed thead {
  width: 98.5%;
}
.table-fixed tbody {
  height: 180px;
  overflow-y: auto;
  width: 100%;

}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
	display: block;
}
.table-fixed tr{
	display: inline-flex;
	width:100%;
}
.table-fixed tbody td, .table-fixed thead > tr> th {
  float: left;
  border-bottom-width: 0;
}


/*-----------------for 1024 X 786 start-------------*/
@media (min-width:769px) and (max-width:1024px){
body {    
   font-size: 12px;
}
#caseStatusMenuDiv .caseNumber,#caseStatusMenuDiv .FIRNumber,#caseStatusMenuDiv .partyName,#caseStatusMenuDiv .AdvName,#caseStatusMenuDiv .filingNumber,#caseStatusMenuDiv .act,#caseStatusMenuDiv .caseType,.mainLabel,.radioLabel {
    font-size: 12px;
}
#caseStatusMenuDiv .sevendiv {
    line-height: 50px !important;
}

.captcha_box_CSpartyName,.captcha_box_COpartyName,.captcha_box_COorderDate,.captcha_box_CSFIRNumber,.captcha_box_CSact,.captcha_box_CScaseType,.captcha_box_CScaseNumber,.captcha_box_COcaseNumber,.captcha_box_COcourtNumber,.captcha_box_CSfilingNumber,.captcha_box_CLcauselist,.captcha_box_CSAdvName
{
width:80%;
}
.petlabel{
width:140px !important;
}
.firinpt {
    width: 80px;
}
.deskfiryr {
    width: 50px;
}
.deskus {
    width: 83px;
}
.deskacttyp {
    width: 57px;
}
#actcode{
    min-width: 80px !important;
	width: 115px;
}
#under_sec {
    width: 80px !important;
}
.searchinp{
width:65px !important;
}
.desksearch{
width:65px !important;
}
.captcha_box {
    width: 80%;
}
.Gobtn {
    padding: 6px 13px;
}
.panel {
    margin-top: 10px;
	}
}

/*-----------------for 1024 X 786 end-------------*/

.barstateinp{
width:60px;
}
.barcodeinp{
width:60px;
}
.baryearinp{
width: 45px;margin-bottom:5px;
}


.ecourtlogo{
    padding: 15px 0 15px 0;}
	.shrink .ecourtlogo{
    padding: 8px 0 0px 0;}

/* Smartphones (portrait and landscape - Sushant) ----------- 
==============================================================
============================================================*/

@media only screen and (min-device-width : 320px) and (max-device-width : 768px) {
body {
    background: #f0f0f0;
    color: #4d4d4d;
    overflow-x: hidden;
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.blacklink{
  background: #000;
  color: #fff !important;
}
.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}
.topnav{
  height: 30px;
  width: 100%;
  background: #fff;
}
.topnavleft{
  height: 100%;
  width: 70%;
  float: left;
}
.topnavright{
  height: 100%;
  width: 30%;
  float: right;
  display: none;
}
.skipnav, .skipcon, .sra
{
  display: none;
}

.topnav ul li{
  float: left;
  list-style-type: none;
  border-right: 1px solid #cccccc;
}
.border-right{
  border-left: 1px solid #cccccc;
}
.topnav ul li a{
  font-size:14px !important;
  line-height: 30px;
  color: #666666;
  padding:0px 10px; 
  display: block;
}
.topnav ul li a{
  text-decoration: none;
}
.topnav ul li a:hover,.topnav ul li a:focus,.topnav ul li a:active{
  background: #eeeeee;
}
.pulll-right {
    float: none;
}
.collapse.navbar-collapse {
    height: auto;
}

nav a {
  padding-top: 20px;
  padding-bottom: 20px ;
  font-size: 14px;
}

nav .navbar-toggle {
  margin: 13px 15px 13px 0;
}

.navbar-brand {
  font-size: 30px;
  padding: 15px 15px;
}

.navbar-brand > img {
    display: block;
    width: 161px;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background:transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: transparent;
}

.navbar-inverse {
    background-color: #4866af;
    border:none;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background: rgba(255,255,255,0.05);

}
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}
.navbar-nav>li>a {
    line-height: 22px;
}
.collapse.navbar-collapse.shrink {
    height: auto;
}
.shrink.navbar-nav>li>a {
    line-height: 22px;
}

/*-------carousel -----------*/
#myCarousel{
  margin-top:90px; 
}


.carousel-caption {
    position: absolute;
    right: 64%;
    bottom: 100px;
    left: 4%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
	-moz-text-shadow: 0 1px 2px rgba(0,0,0,.6);
	-webkit-text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.carousel-caption h1
{
  background: #fff;
  padding: 5px 10px;
  color: #5e5e5e;
  font-size: 18px;
  text-shadow: 0 1px 2px rgba(0,0,0,0);
  -moz-text-shadow: 0 1px 2px rgba(0,0,0,0);
  -webkit-text-shadow: 0 1px 2px rgba(0,0,0,0);
  text-align:left;
  box-shadow: 0px 2px 5px #555;
  -moz-box-shadow: 0px 2px 5px #555;
  -webkit-box-shadow: 0px 2px 5px #555;
}

.carousel-caption p
{
  background: rgba(0,0,0,0.5);
  padding: 5px 10px;
  color: #fff;
  font-size: 13px;
  text-shadow: 0 1px 2px rgba(0,0,0,0);
  text-align:justify;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 20%;
    margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 20%;
    margin-right: -10px;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 8%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
}

.carousel-inner {
    height: 74px;
}
/*-------carousel animation -----------*/
/*.carousel-inner > .item {

    -webkit-transition: 0.6s ease-in-out left;
    -moz-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}*/

/*-------carousel pointers-----------*/

.carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    /*background-color: rgba(0,0,0,0);*/
    border: 1px solid #fff;
    border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 0;
    background-color: #2e4b90;
    border: 2px solid #fff;
}
.carousel-indicators {
    bottom: 0px;
}

.h2class{
font-size:1em;
display:inline-block;
margin:0;
}

/*----------------statistics-----------*/

.container
{
  margin: 5px;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}
.container_cs
{
  background: #fff;
  border:1px solid #ebebeb;
  margin: 5px auto;
}
.stats
{
  min-height: 115px;
}


.stats .row
{
  margin:10px; 
}
.stats p{
  text-align: center;
}
.stats_complex
{
  background: #008bbb;
  height: 75px;
width: 100%;
color: #fff;
margin-right: 0px;
margin-left: 0px;
margin-top: 1px;
padding: 5px;
}
.stats_cases
{
  background: #8dc63f;
  height: 75px;
width: 100%;
color: #fff;
margin-right: 0px;
margin-left: 0px;
margin-top: 1px;
padding: 5px;
}
.stats_orders
{
  background: #b43e92;
  height: 75px;
width: 100%;
color: #fff;
margin-right: 0px;
margin-left: 0px;
margin-top: 1px;
padding: 5px;
}
.stats_today
{
  background: #f36f33;
  height: 75px;
width: 100%;
color: #fff;
margin-right: 0px;
margin-left: 0px;
margin-top: 1px;
padding: 5px;
}

.counts{
    font-size: 35px;
    line-height: 35px;
    font-family: calibri, Arial, sans-serif;
    font-weight: bold;
}


/*--------------Services block---------*/
.services
{
  height: auto;
  width:100%;
}
.services ul
{
  margin: 10px;
  list-style-type: none;
  padding: 0;
}
.services ul li a,a:hover,a:active,a:focus,a:visited{
  text-decoration: none;
}
.services ul li{
  float: none;
  width: 100%;
  background: #fff;
  border: 1px solid #b6b6b6;
  height:auto;
  margin-bottom: 10px;
}
.services ul li:hover,.services ul li:focus{
  background: #4866af;
  color: #fff;
  cursor: pointer;
}
.services ul li:hover .services_title,.services ul li:hover .services_data
{
  color: #fff;
  text-decoration: none;
} 
.services_title{
  font-family: calibri, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #4866af;
}
.services_data{
  font-family: calibri, Arial, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  text-align: center;
  line-height: 18px;
}

.bottom_arrow{
  background: #fff;
  border-top:1px solid #b6b6b6;
  height: 50px;
  text-align: center;
}
.services ul li:hover .bottom_arrow
{

}
.services_content{
  padding: 10px;
}


/*-------------News-----------*/
.no-padding
{
  padding-right: 0px;
  padding-left: 0px;
}
.news{
  background:#fafafa;
  border: 1px solid #d6d6d6;
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
  margin-right:0px; 
}
.news-content ul{
  list-style-type: none;
  padding-left: 15px;
  padding-right: 0px;
}
.news-content ul li{
  padding:10px 20px;
  border-bottom: 1px solid #b6b6b6;
}
.news-content ul li a{
  color: #4a4a4a;
  line-height: 14px;
}
.helpdesk{
  background:#fafafa;
  border: 1px solid #d6d6d6;
  height: 250px;
  padding-right: 0px;
  padding-left: 0px;
  margin-left:0px;  margin-top:10px; 

}
.news-help-header{
  height: 40px;
  padding:8px 10px;
  color: #fff;
  text-transform: uppercase;
  background: #4866af;
  font-size: 20px;
}
.helpdesk-content{
  margin: 10px;
}
.news-content{
  margin: 10px;
}
.helpdesk-p{
  font-family: calibri, Arial, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  text-align: justify;
  line-height: 23px;

}
.circle-icon{
width: 32px;
height: 32px;
border-radius: 50%;
border: 2px solid #4a4a4a;
background: transparent;
text-align: center;
padding-top: 4px;
}

.fa.fa-envelope, .fa.fa-volume-control-phone {
  
    font-size: 20px;
  }

.phone-no{
  font-family: calibri, Arial, sans-serif;
  font-size: 24px;
  color: #4a4a4a;
  line-height: 24px;
  text-align: left;
  height:24px;
  margin-left:10px; 
  }

  .email-id{
  font-family: calibri, Arial, sans-serif;
  font-size: 16px;
  color: #4a4a4a;
  line-height: 24px;
  text-align: left;
  height:50px;
  margin-left:10px;
  }

  .services_title
  {
    display: none;
  }

  .threelinks{
    margin:0px;
  }
  .threelinks .row .col-md-4 img{     margin: 10px auto; }
  .threelinks .row .col-md-4{
    text-align: center;

  }

  .page-header {
    padding-bottom: 0px;
    margin: 0px;
    border-bottom: 1px solid #eee;
}
#footer-container{
	padding: 15px 0 0 0;
	background:#3B3D42;
	font-family: calibri, Arial, sans-serif;
	font-size: 14px;
	text-align: center;
	line-height: 23px;
	color: #d0d0d0;
}
#footer-container .topfooter {background:#3B3D42;padding: 10px;}
#footer-container .bottomfooter {border-top:1px solid #7c7c7c;background:#2d2f34;padding: 10px 10px 10px 10px;}

#footer-container .topfooter .col-md-4{
 padding: 0px;
}
#footer-container .topfooter ol{
  padding: 0;
}
#footer-container .topfooter ol > li{
  padding-left: 5px;
  display: block;
  list-style-type: none;
  color: #d0d0d0;
}

#footer-container .topfooter ol > li > a{
  color: #d0d0d0;
}
#footer-container .topfooter ol > li > a:hover{
  color: #138eec;
}

#footer-container .topfooter a{
  color: #138eec;
}

.ol-foo-title{
  text-transform: uppercase;font-weight: bold;
  padding-bottom: 10px;
  }
  .borderright{
    border-right:0px solid #7c7c7c;
  }

.visitor_ct{
  background: #56585d !important;
  border: 1px solid #909090 !important;
  height: 40px;
  font-size: 22px;
  padding-left: 10px;
  width:150px !important;
}
.fooimg{ margin:0px;}

.circle_icon{
  width:30px; height: 30px; border-radius: 50%;
  border:2px solid #fff;
  font-size: 16px;
  display: inline-block;
  padding-left: 5px;
  padding-top: 5px;
}

#menuPage{
  margin-top:80px; 
  height: auto;
  min-height: auto;
}
#menuPage .leftPane{
  background: #ccc;
  min-height: auto;
  padding: 10px;
}

#menuPage .rightPane{
  background: #fff;
  min-height: auto;
}

#menuPage ul{
  padding: 0;
  margin: 0;
}
.leftPaneMenu {
  width: 100%;
  background: #fff;
  border:1px solid #ccc;
  padding: 10px;
  list-style-type: none;
  margin: 10px 0 10px 0;
}
.leftPaneMenu1 {
  width: 100%;
  background: #fff;
  border:1px solid #ccc;
  padding: 10px;
  list-style-type: none;
  margin: 10px 0 10px 0;
}
.leftPaneMenu2 {
  width: 100%;
  background: #fff;
  border:1px solid #ccc;
  padding: 10px;
  list-style-type: none;
  margin: 10px 0 10px 0;
}
.leftPaneMenu0 {
  width: 100%;
  background: #fff;
  border:1px solid #ccc;
  padding: 10px;
  list-style-type: none;
  margin: 10px 0 10px 0;
}
#menuPage ul li:hover {
  background: #868485;
  color: #fff;
  cursor: pointer;
}

.activea{
  width: 100%;
  background: #868485;
  border:1px solid #ccc;
  padding: 10px;
  list-style-type: none;
  margin: 10px 0 10px 0;
  color: #fff;
}

.mainMenuCSP
{
  display: inline-block;
  text-align: left;
  padding-left: 20px;
}
#leftPaneMenuCS, #leftPaneMenuCO, #leftPaneMenuCL, #leftPaneMenuCNR {
border:2px solid #fff;
box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
width:100%;
}

.rightPane{
  padding: 0;
  height: auto;
}

#stateDistrictDiv
{
  background: #383838;
  height:auto;
  margin: 0;
  padding: 20px;
}

#caseStatusMenuDiv{
  color: #fff;
  cursor: pointer;
}

.sevendiv i{
display:block;
font-size:14px;
}

.round-icon{
	padding:2PX;
	display:block;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border:0px solid #555555;
	line-height:12px;
	font-size:14px;
}
#caseStatusMenuDiv .caseNumber{

	background: #F1ECE9;
	color:#555;
	border-bottom:3px solid #F1ECE9;
	font-size:11px;
	line-height:11px;
	font-weight:bold;
	border-right:1px solid #ccc;
}
#caseStatusMenuDiv .caseNumber:hover,#caseStatusMenuDiv .FIRNumber:hover,#caseStatusMenuDiv .partyName:hover,#caseStatusMenuDiv .AdvName:hover,#caseStatusMenuDiv .filingNumber:hover,#caseStatusMenuDiv .act:hover,#caseStatusMenuDiv .caseType:hover{
  background: #F1ECE9;
  border-bottom:3px solid #4866AF;
  color:#555;
  	-webkit-transition:all .25s ease-in-out;
	-moz-transition:all .25s ease-in-out;
	-ms-transition:all .25s ease-in-out;
	-o-transition:all .25s ease-in-out;
  transition:all .25s ease-in-out;
}
#caseStatusMenuDiv .caseNumber:focus,#caseStatusMenuDiv .FIRNumber:focus,#caseStatusMenuDiv .partyName:focus,#caseStatusMenuDiv .AdvName:focus,#caseStatusMenuDiv .filingNumber:focus,#caseStatusMenuDiv .act:focus,#caseStatusMenuDiv .caseType:focus{
  background: #F1ECE9;
  border-bottom:3px solid #4866AF;
  color:#555;
  	-webkit-transition:all .25s ease-in-out;
	-moz-transition:all .25s ease-in-out;
	-ms-transition:all .25s ease-in-out;
	-o-transition:all .25s ease-in-out;
  transition:all .25s ease-in-out;
}
#caseStatusMenuDiv .FIRNumber{
  background: #F1ECE9;
    color:#555;
	  border-bottom:3px solid #F1ECE9;
  font-size:11px;
  line-height:11px;
  font-weight:bold;
  border-right:1px solid #ccc;
}

#caseStatusMenuDiv .partyName{
  background: #F1ECE9;
    color:#555;
	  border-bottom:3px solid #F1ECE9;
  font-size:11px;
  line-height:11px;
  font-weight:bold;
  border-right:1px solid #ccc;
}

#caseStatusMenuDiv .AdvName{
  background: #F1ECE9;
    color:#555;
	  border-bottom:3px solid #F1ECE9;
  font-size:11px;
  line-height:11px;
  font-weight:bold;
  border-right:1px solid #ccc;
}
#caseStatusMenuDiv .filingNumber{
  background: #F1ECE9;
    color:#555;
	  border-bottom:3px solid #F1ECE9;
  font-size:11px;
  line-height:11px;
  font-weight:bold;
  border-right:1px solid #ccc;
}

#caseStatusMenuDiv .act{
  background: #F1ECE9;
    color:#555;
	  border-bottom:3px solid #F1ECE9;
  font-size:11px;
  line-height:11px;
  font-weight:bold;
  border-right:1px solid #ccc;
}

#caseStatusMenuDiv .caseType{
  background: #F1ECE9;
    color:#555;
	  border-bottom:3px solid #F1ECE9;
  font-size:11px;
  line-height:11px;
  font-weight:bold;
  border-right:0px solid #ccc;
}

#caseStatusMenuDiv .active
{
  border-bottom: 3px solid #4866AF;
  font-size:11px;
  line-height:11px;
}

.fa-info {
    color: #FBA713;
}
.fa-wpforms {
    color: #CB0C5C;
}
.fa-users {
    color: #14B3B9;
}
.fa-user {
    color: #018BBC;
}
.fa-files-o {
    color: #6FA130;
}
.fa-legal {
    color: #DD6800;
}
.fa-file-text-o {
    color: #4866AF;
}
.fa-balance-scale {
    color: #CB0C5C;
}
.fa-calendar {
    color: #14B3B9;
}
.fa-university {
    color: #018BBC;
}
.SDC_Select{
  height: 30px;
  padding-left:10px; 
  width: 100%;
}

#changeBtn{
  background: #dd6800;
  height: 30px;
  color: #fff;
  border: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  width: 100%;
}
.captchabtn
{
  background: #e4e4e4;
  height: 30px;
  color: #555;
  border: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.Gobtn
{
  background: #4866af;
  height: 30px;
  color: #fff;
  border: none;
  padding:5px 20px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.Resetbtn
{
  background: #545454;
  height: 30px;
  color: #fff;
  border: none;
  padding:5px 20px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.captchaSupportbtn
{
  background: #545454;
  height: 30px;
  color: #fff;
  border: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.formElement .row
{
margin-bottom:10px; 
font-size: 13px;
}
.formElement p{
  color: #555555;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  padding:10px 20px;
  font-size: 16px;
  font-weight: 500;
}

.mainLabel
{
  display: block;
  width: 100%;
  color:#4866AF;
  text-align:left;
  padding-right:0px;

}

.formElement  input[type="text"],select
{
  height: 30px;
  padding-left:10px; 
  margin: 5px;
  background: #fff;
  border:1px solid #ccc;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  width: 100%;
}
#caseStatusMenuDiv .row .col-xs-2, .col-xs-1
{
  font-size: 10px;
  line-height: 10px;
  padding: 2px;
}

.SDC_Select{
  height: 30px;
  padding:0 10px; 
  width: 100%;
}

#changeBtn{
  background: #dd6800;
  height: 30px;
  color: #fff;
  border: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.captchabtn
{
  background: #e4e4e4;
  height: 30px;
  color: #555;
  border: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.Gobtn
{
  background: #4866af;
  height: 30px;
  color: #fff;
  border: none;
  padding:5px 20px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.Resetbtn
{
  background: #545454;
  height: 30px;
  color: #fff;
  border: none;
  padding:5px 20px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.captchaSupportbtn
{
  background: #545454;
  height: 30px;
  color: #fff;
  border: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.formElement
{
padding-bottom:10px;
}

.formElement .row
{
margin-bottom:10px; 
font-size: 13px;
}
.formElement p{
  color: #555555;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  padding:10px 20px;
  font-size: 16px;
  font-weight: 500;
}

.formElement label
{
font-weight:600;
}

.formElement  input[type="text"],select
{
  height: 30px;
  padding-left:10px; 
  background: #fff;
  border:1px solid #ccc;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  max-width:100%;
  width:100% !important;
}
#CNRDiv{
text-align:center;
padding:10px;
}

#CNRDiv .row .col-md-12
{
padding:10px;
}
#CNRDiv .row .col-md-12 label{
color:#4866AF
}

.searchbtn
{
  background: #4866AF;
  height: 50px;
  color: #fff;
  border: none;
  padding:0px 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  line-height:50px;
  font-size:15px;
  border-bottom:3px solid #000;
}

.Resetbtn1
{
  background: #fff;
  height: 50px;
  color: #555;
  border: none;
  padding:0px 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  line-height:50px;
  font-size:15px;  
  border-bottom:3px solid #000;
}

#cino{
	font-size:20px;
	width:100%;
	height:50px;
	border-radius:25px;
	-moz-border-radius: 25px;
  -webkit-border-radius: 25px;
	border:3px solid #fff;
	background:rgba(72,102,175,0.9) none repeat scroll 0 0;
	box-shadow: none;
	color: #fff;
	outline: medium none;
	padding-left:20%;
	margin-bottom:10px;
}
#cino::-webkit-input-placeholder {
  color: rgba(255,255,255,0.5);
}
input[type="text"],select
{
  height: 30px;
  padding-left:10px; 
  background: #fff;
  border:1px solid #ccc;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  width: 100%;
}
.noteText{
padding:10px;
font-size:13px;
text-align:left;
background:rgba(255,255,255,0.2);
color:#fff;
}
.h2class{
font-size:13px;
margin:0;
display:inline-block;
}

label:empty {
   display: none;
}

#showList
{
padding:5px;
overflow-x: scroll;
}

#caseHistoryDiv,#caseBusinessDiv,#page4Div
{
padding:5px;
}
#captcha_image1,#captcha_image2,#captcha_image3,#captcha_image4,#captcha_image5,#captcha_image6,#captcha_image7,#captcha_image8,#captcha_image9,#captcha_image10, #captcha_image11, #captcha_image12
{
    border-radius: 4px;
	-moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.redStar{
color:red;
}

label {
    margin-bottom:0px;
}


	#backTopCLDiv input[type=button] ,#backTopDiv input[type=button], #backTopBDiv input[type=button]{
	    background: #4866af;
    height: 30px;
    color: #fff;
    border: none;
    padding: 5px 20px;
    border-radius: 2px;
	-moz-border-radius: 2px;
  -webkit-border-radius: 2px;
    margin-top: 5px;
	}
	.mainMenu{
text-align:left;
}


.h1class {
    font-size: 1em;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #4866AF;
    display: inline-block;
}

.static-con{
margin-top:80px;
}
div.static-con > div.row > p {
padding: 0 10px 0 10px;
}

.borderright nav ol li a{
padding-top: 0px;
    padding-bottom: 0px;
    font-size: 1em;
	}

	.panel {
    margin:10px;
    background-color: #E8EBF2;
    border: 1px solid #ccc;
    border-radius: 4px;
	-moz-border-radius: 4px;
  -webkit-border-radius: 4px;
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-default>.panel-heading {
background:#4866AF;
color:#fff;
}
.lead {
    margin-bottom: 5px;
	}
	.wtable{
background:#fff;
}
fieldset {
    padding: 10px;
}
#dispTable{
font-size:0.8em;
}
.dci-img{
	width: 100%;
	height: 0;
	background-image: url("../images/services-sprite.jpg");
	background-position:0;
	padding-bottom: 40%;
	display:block;
	margin:0px auto;
	border: 1px solid #ccc;
    border-top: 0px solid #fff;
	background-size: 300% 100%;
	}
	.dcs-img{
	width: 100%;
	height: 0;
	background-image: url("../images/services-sprite.jpg");
	background-position:50%;
	padding-bottom: 40%;
	display:block;
	margin:0px auto;
	border: 1px solid #ccc;
    border-top: 0px solid #fff;
	background-size: 300% 100%;
	}
	.ppms-img{
	width: 100%;
	height: 0;
	background-image: url("../images/services-sprite.jpg");
	background-position:100%;
	padding-bottom: 40%;
	display:block;
	margin:0px auto;
	border: 1px solid #ccc;
    border-top: 0px solid #fff;
	background-size: 300% 100%;
	}

		.formElement .col-md-4 {
	    padding-right: 15px;
    padding-left: 15px;
}
#captcha_container_2 .col-md-6 {
clear:left;
 
}

.barstateinp{
width:60px;
}
.barcodeinp{
width:60px;
}
.baryearinp{
width: 45px;margin-bottom:0px;
}

.table-fixed thead {
  width: 100%;
}
.table-fixed tbody {
  height:180px;
  overflow-y: auto;
  width: 100%;

}

.cnr-bg1 {
    background-position: 0 0%;
    background-size: 406% !important;
}
.alert {
    padding:5px;
    margin-bottom: 0px;
	text-align:center;
}

 .smhide{
display:none !important;
}
.ecourtlogo{
	height: 55px;
    padding: 12px 5px 0 0;
	}
.shrink .ecourtlogo {
    padding: 6px 0 0px 0;
    height: 46px;
}

}

/*01042017 changes*/

@media only screen and (min-width: 768px) and (max-width: 868px)  {

.nav > li > a {
    position: relative;
    display: block;
    padding: 20px 5px !important;
}
.sra{display:none;}
.skipcon{display:none;}
.news {
    margin-right: 0px;
}
.helpdesk {
    margin-left: 0px;
}
}

@media only screen and (min-width: 768px) and (max-width: 1057px){
.topnavright{
width:40%;
}
.topnavleft{
width:60%;
}
}


@media only screen and (max-width: 991px){
.news {
    margin-right: 0px;
	margin-bottom:10px;
}
.helpdesk {
    margin-left: 0px;
}
#menuPage{
  min-height: auto;
  height: auto;
}
#menuPage .leftPane{
  min-height: auto;
  height: auto;
  padding-bottom:10px;
}

#menuPage .rightPane{
  min-height: auto;
  height: auto;
}
	.mainMenu{
text-align:left;
}
}
@media only screen and (min-width: 992px) and (max-width: 1215px){
.mainMenuCSP {
    padding-left: 4px;
}

.formElement input[type="text"] {
    max-width: 120px;
}
.formElement  select {
    max-width: 120px;
	min-width:120px;
}

#caseStatusMenuDiv .sevendiv{
line-height:24px;
}

.statsTitle {
    font-size: 1.2em;
}
.email-id {
    font-size: 15px;
}
.phone-no {
    font-size: 34px;
}
}
.alert {
    padding:5px 10px;
    margin-bottom: 0px;
	text-align:left;
}

.cnr-bg1, .cnr-dp, .case-status-dp, .causelist-dp, .court-orders-dp, 
.logo, .gp-b, .doj-logo, .app-store-b, .digital-india, 
.india-gov-logo, .loading, .speaker-btn, .refresh-btn, .calendar
{ max-width: 100%; background-size: 100%; background-image: url('../images/sprite2.png'); }
 
.cnr-bg1 { background-position: 0 0%; background-size: 148%; }
.cnr-dp { background-position: 0 25.66296%; background-size: 239.520958%; }
.case-status-dp { background-position: 0 38.922156%; background-size: 239.520958%; }
.causelist-dp { background-position: 0 52.181352%; background-size: 239.520958%; }
.court-orders-dp { background-position: 0 65.440547%; background-size: 239.520958%; }
.logo { background-position: 0 72.78481%; background-size: 318.7251%; }
.gp-b { background-position: 0 76.086957%; background-size: 661.157025%; }
.doj-logo { background-position: -1px 79.43706%; background-size: 666.666667%; }
.app-store-b { background-position: 0 82.375776%; background-size: 769.230769%; }
.digital-india { background-position: 0 86.174391%; background-size: 842.105263%; }
.india-gov-logo { background-position: 0 89.757623%; background-size: 1000%; }
.loading { background-position: 0 93.495298%; background-size: 1666.666667%; }
.speaker-btn { background-position: 0 96.20155%; background-size: 2051.282051%; }
.refresh-btn { background-position: 0 98.837209%; background-size: 2105.263158%; }
.calendar { background-position: 0 100%; background-size: 5000%; }


.slideDown{
	animation-name: slideDown;
	-webkit-animation-name: slideDown;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;	

	visibility: visible !important;						
}

@keyframes slideDown {
	0% {
		transform: translateY(-100%);
	}
	50%{
		transform: translateY(8%);
	}
	65%{
		transform: translateY(-4%);
	}
	80%{
		transform: translateY(4%);
	}
	95%{
		transform: translateY(-2%);
	}			
	100% {
		transform: translateY(0%);
	}		
}

@-webkit-keyframes slideDown {
	0% {
		-webkit-transform: translateY(-100%);
	}
	50%{
		-webkit-transform: translateY(8%);
	}
	65%{
		-webkit-transform: translateY(-4%);
	}
	80%{
		-webkit-transform: translateY(4%);
	}
	95%{
		-webkit-transform: translateY(-2%);
	}			
	100% {
		-webkit-transform: translateY(0%);
	}	
}


.slideUp{
	animation-name: slideUp;
	-webkit-animation-name: slideUp;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;

	visibility: visible !important;			
}

@keyframes slideUp {
	0% {
		transform: translateY(100%);
	}
	50%{
		transform: translateY(-8%);
	}
	65%{
		transform: translateY(4%);
	}
	80%{
		transform: translateY(-4%);
	}
	95%{
		transform: translateY(2%);
	}			
	100% {
		transform: translateY(0%);
	}	
}

@-webkit-keyframes slideUp {
	0% {
		-webkit-transform: translateY(100%);
	}
	50%{
		-webkit-transform: translateY(-8%);
	}
	65%{
		-webkit-transform: translateY(4%);
	}
	80%{
		-webkit-transform: translateY(-4%);
	}
	95%{
		-webkit-transform: translateY(2%);
	}			
	100% {
		-webkit-transform: translateY(0%);
	}	
}

.slideLeft{
	animation-name: slideLeft;
	-webkit-animation-name: slideLeft;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		

	visibility: visible !important;	
}

@keyframes slideLeft {
	0% {
		transform: translateX(150%);
	}
	50%{
		transform: translateX(-8%);
	}
	65%{
		transform: translateX(4%);
	}
	80%{
		transform: translateX(-4%);
	}
	95%{
		transform: translateX(2%);
	}			
	100% {
		transform: translateX(0%);
	}
}

@-webkit-keyframes slideLeft {
	0% {
		-webkit-transform: translateX(150%);
	}
	50%{
		-webkit-transform: translateX(-8%);
	}
	65%{
		-webkit-transform: translateX(4%);
	}
	80%{
		-webkit-transform: translateX(-4%);
	}
	95%{
		-webkit-transform: translateX(2%);
	}			
	100% {
		-webkit-transform: translateX(0%);
	}
}

.slideRight{
	animation-name: slideRight;
	-webkit-animation-name: slideRight;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		

	visibility: visible !important;	
}

@keyframes slideRight {
	0% {
		transform: translateX(-150%);
	}
	50%{
		transform: translateX(8%);
	}
	65%{
		transform: translateX(-4%);
	}
	80%{
		transform: translateX(4%);
	}
	95%{
		transform: translateX(-2%);
	}			
	100% {
		transform: translateX(0%);
	}	
}

@-webkit-keyframes slideRight {
	0% {
		-webkit-transform: translateX(-150%);
	}
	50%{
		-webkit-transform: translateX(8%);
	}
	65%{
		-webkit-transform: translateX(-4%);
	}
	80%{
		-webkit-transform: translateX(4%);
	}
	95%{
		-webkit-transform: translateX(-2%);
	}			
	100% {
		-webkit-transform: translateX(0%);
	}
}

.slideExpandUp{
	animation-name: slideExpandUp;
	-webkit-animation-name: slideExpandUp;	

	animation-duration: 1.6s;	
	-webkit-animation-duration: 1.6s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease -out;

	visibility: visible !important;	
}

@keyframes slideExpandUp {
	0% {
		transform: translateY(100%) scaleX(0.5);
	}
	30%{
		transform: translateY(-8%) scaleX(0.5);
	}	
	40%{
		transform: translateY(2%) scaleX(0.5);
	}
	50%{
		transform: translateY(0%) scaleX(1.1);
	}
	60%{
		transform: translateY(0%) scaleX(0.9);		
	}
	70% {
		transform: translateY(0%) scaleX(1.05);
	}			
	80%{
		transform: translateY(0%) scaleX(0.95);		
	}
	90% {
		transform: translateY(0%) scaleX(1.02);
	}	
	100%{
		transform: translateY(0%) scaleX(1);		
	}
}

@-webkit-keyframes slideExpandUp {
	0% {
		-webkit-transform: translateY(100%) scaleX(0.5);
	}
	30%{
		-webkit-transform: translateY(-8%) scaleX(0.5);
	}	
	40%{
		-webkit-transform: translateY(2%) scaleX(0.5);
	}
	50%{
		-webkit-transform: translateY(0%) scaleX(1.1);
	}
	60%{
		-webkit-transform: translateY(0%) scaleX(0.9);		
	}
	70% {
		-webkit-transform: translateY(0%) scaleX(1.05);
	}			
	80%{
		-webkit-transform: translateY(0%) scaleX(0.95);		
	}
	90% {
		-webkit-transform: translateY(0%) scaleX(1.02);
	}	
	100%{
		-webkit-transform: translateY(0%) scaleX(1);		
	}
}

.expandUp{
	animation-name: expandUp;
	-webkit-animation-name: expandUp;	

	animation-duration: 0.7s;	
	-webkit-animation-duration: 0.7s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;		

	visibility: visible !important;	
}

@keyframes expandUp {
	0% {
		transform: translateY(100%) scale(0.6) scaleY(0.5);
	}
	60%{
		transform: translateY(-7%) scaleY(1.12);
	}
	75%{
		transform: translateY(3%);
	}	
	100% {
		transform: translateY(0%) scale(1) scaleY(1);
	}	
}

@-webkit-keyframes expandUp {
	0% {
		-webkit-transform: translateY(100%) scale(0.6) scaleY(0.5);
	}
	60%{
		-webkit-transform: translateY(-7%) scaleY(1.12);
	}
	75%{
		-webkit-transform: translateY(3%);
	}	
	100% {
		-webkit-transform: translateY(0%) scale(1) scaleY(1);
	}	
}

.fadeIn{
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		

	visibility: visible !important;	
}

@keyframes fadeIn {
	0% {
		transform: scale(0);
		opacity: 0.0;		
	}
	60% {
		transform: scale(1.1);	
	}
	80% {
		transform: scale(0.9);
		opacity: 1;	
	}	
	100% {
		transform: scale(1);
		opacity: 1;	
	}		
}

@-webkit-keyframes fadeIn {
	0% {
		-webkit-transform: scale(0);
		opacity: 0.0;		
	}
	60% {
		-webkit-transform: scale(1.1);
	}
	80% {
		-webkit-transform: scale(0.9);
		opacity: 1;	
	}	
	100% {
		-webkit-transform: scale(1);
		opacity: 1;	
	}		
}

.expandOpen{
	animation-name: expandOpen;
	-webkit-animation-name: expandOpen;	

	animation-duration: 1.2s;	
	-webkit-animation-duration: 1.2s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	visibility: visible !important;	
}

@keyframes expandOpen {
	0% {
		transform: scale(1.8);		
	}
	50% {
		transform: scale(0.95);
	}	
	80% {
		transform: scale(1.05);
	}
	90% {
		transform: scale(0.98);
	}	
	100% {
		transform: scale(1);
	}			
}

@-webkit-keyframes expandOpen {
	0% {
		-webkit-transform: scale(1.8);		
	}
	50% {
		-webkit-transform: scale(0.95);
	}	
	80% {
		-webkit-transform: scale(1.05);
	}
	90% {
		-webkit-transform: scale(0.98);
	}	
	100% {
		-webkit-transform: scale(1);
	}					
}

.bigEntrance{
	animation-name: bigEntrance;
	-webkit-animation-name: bigEntrance;	

	animation-duration: 1.6s;	
	-webkit-animation-duration: 1.6s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	visibility: visible !important;			
}

@keyframes bigEntrance {
	0% {
		transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
		opacity: 0.2;
	}
	30% {
		transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);		
		opacity: 1;
	}
	45% {
		transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	60% {
		transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);		
		opacity: 1;
	}	
	75% {
		transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	90% {
		transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);		
		opacity: 1;
	}	
	100% {
		transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
		opacity: 1;
	}		
}

@-webkit-keyframes bigEntrance {
	0% {
		-webkit-transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
		opacity: 0.2;
	}
	30% {
		-webkit-transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);		
		opacity: 1;
	}
	45% {
		-webkit-transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	60% {
		-webkit-transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);		
		opacity: 1;
	}	
	75% {
		-webkit-transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	90% {
		-webkit-transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);		
		opacity: 1;
	}	
	100% {
		-webkit-transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
		opacity: 1;
	}				
}

.hatch{
	animation-name: hatch;
	-webkit-animation-name: hatch;	

	animation-duration: 2s;	
	-webkit-animation-duration: 2s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;

	transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%; 

	visibility: visible !important;		
}

@keyframes hatch {
	0% {
		transform: rotate(0deg) scaleY(0.6);
	}
	20% {
		transform: rotate(-2deg) scaleY(1.05);
	}
	35% {
		transform: rotate(2deg) scaleY(1);
	}
	50% {
		transform: rotate(-2deg);
	}	
	65% {
		transform: rotate(1deg);
	}	
	80% {
		transform: rotate(-1deg);
	}		
	100% {
		transform: rotate(0deg);
	}									
}

@-webkit-keyframes hatch {
	0% {
		-webkit-transform: rotate(0deg) scaleY(0.6);
	}
	20% {
		-webkit-transform: rotate(-2deg) scaleY(1.05);
	}
	35% {
		-webkit-transform: rotate(2deg) scaleY(1);
	}
	50% {
		-webkit-transform: rotate(-2deg);
	}	
	65% {
		-webkit-transform: rotate(1deg);
	}	
	80% {
		-webkit-transform: rotate(-1deg);
	}		
	100% {
		-webkit-transform: rotate(0deg);
	}		
}

.bounce{
	animation-name: bounce;
	-webkit-animation-name: bounce;	

	animation-duration: 1.6s;	
	-webkit-animation-duration: 1.6s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;	
	
	transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%; 	
}

@keyframes bounce {
	0% {
		transform: translateY(0%) scaleY(0.6);
	}
	60%{
		transform: translateY(-100%) scaleY(1.1);
	}
	70%{
		transform: translateY(0%) scaleY(0.95) scaleX(1.05);
	}
	80%{
		transform: translateY(0%) scaleY(1.05) scaleX(1);
	}	
	90%{
		transform: translateY(0%) scaleY(0.95) scaleX(1);
	}				
	100%{
		transform: translateY(0%) scaleY(1) scaleX(1);
	}	
}

@-webkit-keyframes bounce {
	0% {
		-webkit-transform: translateY(0%) scaleY(0.6);
	}
	60%{
		-webkit-transform: translateY(-100%) scaleY(1.1);
	}
	70%{
		-webkit-transform: translateY(0%) scaleY(0.95) scaleX(1.05);
	}
	80%{
		-webkit-transform: translateY(0%) scaleY(1.05) scaleX(1);
	}	
	90%{
		-webkit-transform: translateY(0%) scaleY(0.95) scaleX(1);
	}				
	100%{
		-webkit-transform: translateY(0%) scaleY(1) scaleX(1);
	}		
}

.pulse{
	animation-name: pulse;
	-webkit-animation-name: pulse;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.9);
		opacity: 0.7;		
	}
	50% {
		transform: scale(1);
		opacity: 1;	
	}	
	100% {
		transform: scale(0.9);
		opacity: 0.7;	
	}			
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.95);
		opacity: 0.7;		
	}
	50% {
		-webkit-transform: scale(1);
		opacity: 1;	
	}	
	100% {
		-webkit-transform: scale(0.95);
		opacity: 0.7;	
	}			
}

.floating{
	animation-name: floating;
	-webkit-animation-name: floating;

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes floating {
	0% {
		transform: translateY(0%);	
	}
	50% {
		transform: translateY(8%);	
	}	
	100% {
		transform: translateY(0%);
	}			
}

@-webkit-keyframes floating {
	0% {
		-webkit-transform: translateY(0%);	
	}
	50% {
		-webkit-transform: translateY(8%);	
	}	
	100% {
		-webkit-transform: translateY(0%);
	}			
}

.tossing{
	animation-name: tossing;
	-webkit-animation-name: tossing;	

	animation-duration: 2.5s;	
	-webkit-animation-duration: 2.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes tossing {
	0% {
		transform: rotate(-4deg);	
	}
	50% {
		transform: rotate(4deg);
	}
	100% {
		transform: rotate(-4deg);	
	}						
}

@-webkit-keyframes tossing {
	0% {
		-webkit-transform: rotate(-4deg);	
	}
	50% {
		-webkit-transform: rotate(4deg);
	}
	100% {
		-webkit-transform: rotate(-4deg);	
	}				
}

.pullUp{
	animation-name: pullUp;
	-webkit-animation-name: pullUp;	

	animation-duration: 1.1s;	
	-webkit-animation-duration: 1.1s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%; 		
}

@keyframes pullUp {
	0% {
		transform: scaleY(0.1);
	}
	40% {
		transform: scaleY(1.02);
	}
	60% {
		transform: scaleY(0.98);
	}
	80% {
		transform: scaleY(1.01);
	}
	100% {
		transform: scaleY(0.98);
	}				
	80% {
		transform: scaleY(1.01);
	}
	100% {
		transform: scaleY(1);
	}							
}

@-webkit-keyframes pullUp {
	0% {
		-webkit-transform: scaleY(0.1);
	}
	40% {
		-webkit-transform: scaleY(1.02);
	}
	60% {
		-webkit-transform: scaleY(0.98);
	}
	80% {
		-webkit-transform: scaleY(1.01);
	}
	100% {
		-webkit-transform: scaleY(0.98);
	}				
	80% {
		-webkit-transform: scaleY(1.01);
	}
	100% {
		-webkit-transform: scaleY(1);
	}		
}

.pullDown{
	animation-name: pullDown;
	-webkit-animation-name: pullDown;	

	animation-duration: 1.1s;	
	-webkit-animation-duration: 1.1s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	-webkit-transform-origin: 50% 0%; 		
}

@keyframes pullDown {
	0% {
		transform: scaleY(0.1);
	}
	40% {
		transform: scaleY(1.02);
	}
	60% {
		transform: scaleY(0.98);
	}
	80% {
		transform: scaleY(1.01);
	}
	100% {
		transform: scaleY(0.98);
	}				
	80% {
		transform: scaleY(1.01);
	}
	100% {
		transform: scaleY(1);
	}							
}

@-webkit-keyframes pullDown {
	0% {
		-webkit-transform: scaleY(0.1);
	}
	40% {
		-webkit-transform: scaleY(1.02);
	}
	60% {
		-webkit-transform: scaleY(0.98);
	}
	80% {
		-webkit-transform: scaleY(1.01);
	}
	100% {
		-webkit-transform: scaleY(0.98);
	}				
	80% {
		-webkit-transform: scaleY(1.01);
	}
	100% {
		-webkit-transform: scaleY(1);
	}		
}

.stretchLeft{
	animation-name: stretchLeft;
	-webkit-animation-name: stretchLeft;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	transform-origin: 100% 0%;
	-ms-transform-origin: 100% 0%;
	-webkit-transform-origin: 100% 0%; 
}

@keyframes stretchLeft {
	0% {
		transform: scaleX(0.3);
	}
	40% {
		transform: scaleX(1.02);
	}
	60% {
		transform: scaleX(0.98);
	}
	80% {
		transform: scaleX(1.01);
	}
	100% {
		transform: scaleX(0.98);
	}				
	80% {
		transform: scaleX(1.01);
	}
	100% {
		transform: scaleX(1);
	}							
}

@-webkit-keyframes stretchLeft {
	0% {
		-webkit-transform: scaleX(0.3);
	}
	40% {
		-webkit-transform: scaleX(1.02);
	}
	60% {
		-webkit-transform: scaleX(0.98);
	}
	80% {
		-webkit-transform: scaleX(1.01);
	}
	100% {
		-webkit-transform: scaleX(0.98);
	}				
	80% {
		-webkit-transform: scaleX(1.01);
	}
	100% {
		-webkit-transform: scaleX(1);
	}		
}

.stretchRight{
	animation-name: stretchRight;
	-webkit-animation-name: stretchRight;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%; 		
}

@keyframes stretchRight {
	0% {
		transform: scaleX(0.3);
	}
	40% {
		transform: scaleX(1.02);
	}
	60% {
		transform: scaleX(0.98);
	}
	80% {
		transform: scaleX(1.01);
	}
	100% {
		transform: scaleX(0.98);
	}				
	80% {
		transform: scaleX(1.01);
	}
	100% {
		transform: scaleX(1);
	}							
}

@-webkit-keyframes stretchRight {
	0% {
		-webkit-transform: scaleX(0.3);
	}
	40% {
		-webkit-transform: scaleX(1.02);
	}
	60% {
		-webkit-transform: scaleX(0.98);
	}
	80% {
		-webkit-transform: scaleX(1.01);
	}
	100% {
		-webkit-transform: scaleX(0.98);
	}				
	80% {
		-webkit-transform: scaleX(1.01);
	}
	100% {
		-webkit-transform: scaleX(1);
	}		
}



