﻿/*---Inova Class--*/
.clearfix{
  -moz-transition: 0.6s;
  -webkit-transition: 0.6s;
  transition: 0.6s
}
.block-placeholder{
  -webkit-animation: height 0.8s forwards;
  -moz-animation: height 0.8s forwards;
  animation: height 0.8s forwards;
  background: url("../snippets/paste.png") no-repeat center center #f5f5f5!important;
}
@keyframes height{
  from{
  height: 60px}
to{
  height: 70px}
}
@-webkit-keyframes height{
  from{
  height: 60px} 
to{
  height: 70px}
}
/*---//Inova Class--*/


a:focus{
  outline: none
}

/*===============Headers Basic==================*/
@media print{
  .animated{
    opacity: 1;
  }
  .col-sm-6,.col-md-6,.col-xs-6,.col-600-6{
    float: left;
    width: 50%;
  }
  .col-sm-4,.col-md-4,.col-xs-4,.col-600-4{
    float: left;
    width: 33.33333%;
  }
}


/*---Admin----*/
.breadcrumb > li > .live_update_div{
  clear:none!important;
  float:right!important;
  width:auto!important;
  min-width:20px;
  min-height:15px;
}

.live_update_div{
  z-index: inherit!important;
}
#buildercancel,
#buildersave,
.lnkToolOpen{
  z-index: 9999!important;
}
.live_update_div .live_update_pencil{
  display: none!important
}
.live_update_div:hover .live_update_pencil{
  display: block!important
}
#Main_FieldDiv,#breadcrumbs_FieldDiv{
  z-index: 100;
}
#menu_main_0_FieldDiv{
  z-index: 9998!important
}
.live_update_pencil{
  width: 10px!important;
  height: 15px!important
}
#menu_main_0_FieldDiv{
  clear: none!important
}
.header-001 #menu_main_0_FieldDiv,
.header-basic #menu_main_0_FieldDiv,
.header-004 #menu_main_0_FieldDiv,
.header-006 #menu_main_0_FieldDiv{
  float: right!important;
}
#divRteLink{
z-index:10000!important;
}
/*---//Admin----*/