body, html{
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

.container{
  height: 100%;
  position: relative;
}

.content-wrap{
  position: absolute;
  top: 213px;
  left: 15px;
  right: 15px;
  bottom: 10px;
}

.no-padding-left{
  padding-left: 0px;
}

.clickable{
  cursor: pointer;
}

blockquote{
  text-align: justify;
}

.full-height{
  height: 100%;
}

.scrollable{
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drop-icon-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 18px;
}

.drop-icon-wrapper i{
  transition: 0.3s transform;
  transform: rotate(0deg);
}

.active-header .drop-icon-wrapper i{
  transform: rotate(180deg); 
}


.min-float-sec{
  display: flex;
    flex-wrap: wrap;
    position: relative;
    /*width: 32%;*/
}
.chek-box-sec{
  width: 50%;
}
.chek-box-sec md-input-container md-checkbox{
  margin-top: 10px;
} 
.chek-box-sec md-input-container md-checkbox span {
  position: relative !important;
  right: 0px;
}              

/*.toolabr-buttton-sec  {
  top: 15px;
}*/

@media only screen and (min-width: 1024px) and (max-width: 1366px){
  .min-float-sec {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    /*width: 40% !important;*/
}
}


.toolabr-buttton-sec-group{
  position: absolute;
}
