.mapPanel{
  position: fixed;
  top: 10px;
  right: -2px;
}
.mapPanel.ng-show-add {
    -webkit-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s;
    -moz-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s;
    -o-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s;
    transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s;
}
.mapPanel.ng-show-add-active {
    display: block;
}
.modal_body {
    overflow: auto;
    height: 450px;
}
.logoLetter {
  padding: 2px; 
  margin: 2px;
  border-radius: 2px; 
  font-size: 15px;
}
/*thiis is for google map */
.pac-container{
  z-index: 1000000000 !important;
}
.searchForm{
  margin: 0 !important;
  padding: 0 !important;
}
/*thiis is for google map ends here*/
footer {
  position: fixed;
  width:100%;
  bottom: 0px;
  padding-top: 50px;
  clear:both;
  padding:10px;
  color:#D8D8DA;
  text-align:center;
}
.section{
  background-color: #F9F9F9;
} 
.section p{
  line-height: 1.9em;
} 
.taglines{
      position: relative;
      left:3000px;
      margin-bottom: 40px;
      text-shadow: 4px 4px 2px rgb(169, 159, 159);
      /*text-shadow: 4px 4px 2px rgba(150, 150, 150, 1);*/
      color: black;
    }
.taglines1{
      position: relative;
      left:3000px;
      margin-bottom: 20px;
      text-shadow: 4px 4px 2px rgb(169, 159, 159);
      /*text-shadow: 4px 4px 2px rgba(150, 150, 150, 1);*/
    }
.breadcrumb{
  background: -moz-linear-gradient(left, rgba(247,247,247,0.96) 0%, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(247,247,247,0.96)), color-stop(0%, rgba(247,247,247,1)), color-stop(100%, rgba(255,255,255,1)));
  background: -webkit-linear-gradient(left, rgba(247,247,247,0.96) 0%, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(left, rgba(247,247,247,0.96) 0%, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(left, rgba(247,247,247,0.96) 0%, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to right, rgba(247,247,247,0.96) 0%, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff', GradientType=1 );
  }
.fromHedaer{
      margin-top: 0px;
      position: relative;
      text-shadow: 4px 4px 2px rgb(169, 159, 159);
      /*text-shadow: 4px 4px 2px rgba(150, 150, 150, 1);*/
    }
.errorField{
    display: none;
    float: right;
    background-color: #F3E2B6;
    color: red;
    padding-left: 10px;
    padding-right: 10px;
}
.pageHolder p{
  color: #908D8D;
   line-height: 1.9em;
}
p{

    font-size: 14px;
   
}
.logo{
  font-size: 30px;
  font-family: Arial;
  color: #E82B2B;
  text-decoration: underline;
}  
.logo span{
  color: rgb(51, 122, 183);;
}
.ui-datepicker{
  font-size: 12px;
}
.partials .alert{
	display: none;
}
.alert{
  display: none;
}
#menuBtn{
	position: relative;
    z-index: 100;
    font-size: 30px;
    color: blue;

    cursor: pointer;
}
#menu a{
	color: #CAE1F5 !important;
}
	.subMenuTable{
      background-color: #0C296F;
      width: 100%;
      display:none;
    }
    .subMenuTable a{
          width: 100%;
          display: block;
    }
    .subMenuTable tr{
          border-bottom: 1px solid beige;
    }
    .subMenuTable tr td{
      padding-left: 20px;
      padding-top: 5px;
      padding-bottom: 5px;
    }
    .expandMenu{
          float: right;
          font-weight: bold;
          padding-left: 10px;
          padding-right: 5px;
          cursor: pointer;
          color: #210000;
    }
    #menu{
    background-color: rgb(53, 99, 210);
    width: 300px;
    height: 100%;
    position: absolute;
    border:1px solid rgb(69, 104, 189);
    left:-300px;z-index: 100;    
    }

.topCurLinks {
  font-size: 14px;
  font-color:;
}
.topLinks {
  font-size: 14px;
  color: white;
  padding: 5px;
  border-radius: 5px;
  background-color: rgb(51, 122, 183);;
}

@media only screen and (max-width:768px) {
  .fromHedaer{
    left: 40px;
  }
  .homeTags{
    padding-left:50px;
    padding-right:50px;
    padding-top:0px;
    margin-bottom:40px;
  }
  .hamburger{
    position: relative !important;
    top:5px !important;
  }
  .taglines{
    margin-bottom: 20px;
    font-size: 20px;
  }
  .panel-title{
    margin-left: 10px;
  }
  #dashboardPage .panel-body{
    overflow: auto;
  }
}
/*only for desktop*/
@media only screen and  (min-width: 992px){ 

  .homeTags{
    padding-left:150px;
    padding-right:150px;
    padding-top:25px;
    margin-bottom:40px;
  }
}


@media only screen and  (max-width: 992px) and  (min-width: 768px){ 
  .homeTags{
    padding-left:70px;
    padding-right:70px;
    padding-top:25px;
    margin-bottom:40px;
  }
}
  
table tfoot{
  text-align: center;
}


  /*style for animations*/


         
    /* BASE STYLES
============================================================================= */
/*html         { overflow-y:hidden; }*/
.page{ 

  /*bottom:0; */
  background-color: white;
  padding-bottom:50px;
  position:absolute; 
  /*text-align:center;*/
  /*top:0;  */
  width:100%; 
}

/*.page h1  { font-size:60px; }*/
/*.page a     { margin-top:50px; }*/
/*#about      { color:#333; position:absolute; text-align:center; top:50px; width:100%; }*/

/* PAGES
============================================================================= */
/*.page-style1    { background:#00D0BC; color:#00907c; }*/
/*.page-style2   { background:#E59400; color:#a55400; }*/
/*.page-style3   { background:#ffa6bb; color:#9e0000; }*/

/* ANIMATIONS
============================================================================= */

.page.ng-leave  { z-index:9999; }
.page.ng-enter  { z-index:8888; }

/* page specific animations ------------------------ */

/* home -------------------------- */
.page-style1.ng-leave         {
    -webkit-transform-origin: 0% 0%;
  -webkit-animation: rotateFall 1s both ease-in;
  -moz-transform-origin: 0% 0%;
  -moz-animation: rotateFall 1s both ease-in;
  transform-origin: 0% 0%;
  animation: rotateFall 1s both ease-in;
}
.page-style1.ng-enter     {  
    -webkit-animation:scaleUp 0.5s both ease-in;
  -moz-animation:scaleUp 0.5s both ease-in;
  animation:scaleUp 0.5s both ease-in;    
}

/* about ------------------------ */
.page-style2.ng-leave        {
    -webkit-animation:slideOutLeft 0.5s both ease-in;
  -moz-animation:slideOutLeft 0.5s both ease-in;
  animation:slideOutLeft 0.5s both ease-in;   
}
.page-style2.ng-enter    {  
    -webkit-animation:slideInRight 0.5s both ease-in;
  -moz-animation:slideInRight 0.5s both ease-in;
  animation:slideInRight 0.5s both ease-in;    
}

/* contact ---------------------- */
.page-style3.ng-leave      {
    -webkit-transform-origin: 50% 50%;
  -webkit-animation: rotateOutNewspaper .5s both ease-in;
  -moz-transform-origin: 50% 50%;
  -moz-animation: rotateOutNewspaper .5s both ease-in;
  transform-origin: 50% 50%;
  animation: rotateOutNewspaper .5s both ease-in;
}
.page-style3.ng-enter    { 
    -webkit-animation:slideInUp 0.5s both ease-in;
  -moz-animation:slideInUp 0.5s both ease-in;
  animation:slideInUp 0.5s both ease-in;  
}

/* rotate and fall */
@-webkit-keyframes rotateFall {
  0% { -webkit-transform: rotateZ(0deg); }
  20% { -webkit-transform: rotateZ(10deg); -webkit-animation-timing-function: ease-out; }
  40% { -webkit-transform: rotateZ(17deg); }
  60% { -webkit-transform: rotateZ(16deg); }
  100% { -webkit-transform: translateY(100%) rotateZ(17deg); }
}
@-moz-keyframes rotateFall {
  0% { -moz-transform: rotateZ(0deg); }
  20% { -moz-transform: rotateZ(10deg); -moz-animation-timing-function: ease-out; }
  40% { -moz-transform: rotateZ(17deg); }
  60% { -moz-transform: rotateZ(16deg); }
  100% { -moz-transform: translateY(100%) rotateZ(17deg); }
}
@keyframes rotateFall {
  0% { transform: rotateZ(0deg); }
  20% { transform: rotateZ(10deg); animation-timing-function: ease-out; }
  40% { transform: rotateZ(17deg); }
  60% { transform: rotateZ(16deg); }
  100% { transform: translateY(100%) rotateZ(17deg); }
}

/* scale up */
@keyframes scaleUp {
  from    { opacity: 0.3; transform: scale(0.8); }
}
@-moz-keyframes scaleUp {
  from    { opacity: 0.3; -moz-transform: scale(0.8); }
}
@-webkit-keyframes scaleUp {
  from    { opacity: 0.3; -webkit-transform: scale(0.8); }
}

/* slide in from the right */
@keyframes slideInRight {
  from  { transform:translateX(100%); }
  to    { transform: translateX(0); }
}
@-moz-keyframes slideInRight {
  from  { -moz-transform:translateX(100%); }
  to    { -moz-transform: translateX(0); }
}
@-webkit-keyframes slideInRight {
  from  { -webkit-transform:translateX(100%); }
  to    { -webkit-transform: translateX(0); }
}

/* slide in from the bottom */
@keyframes slideInUp {
  from  { transform:translateY(100%); }
  to    { transform: translateY(0); }
}
@-moz-keyframes slideInUp {
  from  { -moz-transform:translateY(100%); }
  to    { -moz-transform: translateY(0); }
}
@-webkit-keyframes slideInUp {
  from  { -webkit-transform:translateY(100%); }
  to    { -webkit-transform: translateY(0); }
}

/* slide in from the bottom */
@keyframes slideOutLeft {
  to    { transform: translateX(-100%); }
}
@-moz-keyframes slideOutLeft {  
  to    { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes slideOutLeft {
  to    { -webkit-transform: translateX(-100%); }
}

/* rotate out newspaper */
@-webkit-keyframes rotateOutNewspaper {
  to { -webkit-transform: translateZ(-3000px) rotateZ(360deg); opacity: 0; }
}
@-moz-keyframes rotateOutNewspaper {
  to { -moz-transform: translateZ(-3000px) rotateZ(360deg); opacity: 0; }
}
@keyframes rotateOutNewspaper {
  to { transform: translateZ(-3000px) rotateZ(360deg); opacity: 0; }
}
/*style for animation ends here*/

/*style for ng-repeat starts here*/

.example-animate-container {
  /*background:white;*/
  /*border:1px solid black;*/
  /*list-style:none;*/
  /*margin:0;*/
  /*padding:0 10px;*/
}

.animate-repeat {
  /*line-height:40px;*/
  /*list-style:none;*/
  /*box-sizing:border-box;*/
}

.animate-repeat.ng-move,
.animate-repeat.ng-enter,
.animate-repeat.ng-leave {
  transition:all linear 0.5s;
}

.animate-repeat.ng-leave.ng-leave-active,
.animate-repeat.ng-move,
.animate-repeat.ng-enter {
  opacity:0;
  max-height:0;
}

.animate-repeat.ng-leave,
.animate-repeat.ng-move.ng-move-active,
.animate-repeat.ng-enter.ng-enter-active {
  opacity:1;
  max-height:40px;
}
/*style for ng-repeat ends here*/
/* for zoom functionality */
.zoomed {
        margin-left: 4em;
    }
    
    .original {
        float: left;
        position: relative;
        overflow: hidden;
    }

    .zoomed {
        top: 100px;     
        height: 300px;
        z-index: 1000;
        position: fixed;
    }
    
    .original img {
        height: 310px;
        width:100%;
        border-radius: 5px;
    }
    
    .zoomed img {
        width:300px;
        height: 300px;
        top:100px; right:100px;
        position: fixed;
    }
    
    .mark {
        opacity: .3;
        border: 6px dotted #fff;
        background: #eee;
    }
    
    .hide {
        visibility: hidden;
    }
/* zoom till here */    
