/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 30, 2019, 8:33:48 AM
    Author     : HP
*/
 * {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: absolute;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}


/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: auto;
  text-align: right;
}
.tit{
    width: auto;
}
.tit:hover{
    color:  #f2f2f2;
    background-color:#9e44c9;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 5.5s;
}
/*#################################Start-paging#####################################*/
paging{
    margin: 10px 0px 20px;
    text-align: center;
    font-size: 5px;
    border-width: 1px;
    /*    border-style: solid;*/
    /*    border-color: #CED6DB #CED6DB #FFF;*/
    /* background-color:#E0E4E7;*/
    text-align:center;}
.paging_inner{
    /*    border-top: 4px solid #F0F3F5;
        border-bottom: 3px solid #CED6DB;*/
    padding:0px;
    text-align: center;
    font-size: 14px;
    color: #444444; 
    line-height: 22px;}
.paging_class{
    margin:0 auto;
    text-align:center;
    width:100%;}
.paging_class td{
    margin: 0px 5px;
    display: inline-block;}
.paging_class td a{
    color: #444444; 
    text-decoration:none;}
.paging_class td a.next, .paging_class td a.previous{
    color: #444444;}
.paging_class td a.selected{
    color:#FFF;
    background-color: #64B7ED;
    padding:0px 10px;}
.results{
    padding-top: 10px;    
}
.searchpaging {
    padding: 10px;
    background-color: transparent;}
/*#################################End-paging#####################################*/
@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}