.hand {cursor:pointer;}
.btn-role-active { background-color:#23c6c8;color: #fff;}
.hiden {display:none;}
.preloader {
    padding-left:16px;
    font-weight:normal;
    background: url('/assets/imgs/preloader.gif') no-repeat 0 0;
}
.f-right:before {content: "\f090";}

/* Tickets */
.upload-pad {
    margin-bottom:6px;
    text-align:left;
    font-size:13px;
}

.r-menu {
  padding-top:-20px  
}

[class^="ico-"],
[class*=" ico-"] {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("/assets/imgs/icons_sprite.gif");
  background-position: 16px 16px;
  background-repeat: no-repeat;
}

.ico-gif {
  background-position: 0 0;
}
.ico-jpg, .ico-jpeg {
  background-position:  0 -18px;
}
.ico-png {
  background-position:  0 -36px;
}
.ico-psd, .ico-bmp, .ico-tif, .ico-tiff {
  background-position:  0 -54px;
}
.ico-pdf {
  background-position:  0 -72px;
}
.ico-txt, .ico-doc, .ico-docx, .ico-ods, .ico-rtf {
  background-position:  0 -90px;
}
.ico-xls {
  background-position:  0 -108px;
}
.ico-zip, .ico-rar, .ico-7z {
  background-position:  0 -126px;
}
.ico-ppt, .ico-pptx {
  background-position:  0 -144px;
}
.red {
    color:#B94A48;
}
.green {
    color:#468847
}
.yellow {
    color:#F89406
}
.blue {
    color:#3A87AD;
}
.grey {
    color:grey;
}

.hiddenOverFlow {
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
}

.top-buttons .btn {
    margin:6px;
}
.noform {
    margin-top:7px;
}

.box-limit {
    height:200px;
    overflow:hidden;
    overflow-y:auto;
}
.details_list{
    width:818px;
    height:600px;
    overflow:hidden;
    overflow-y:auto;
} 

[class^="bulb-"],
[class*="bulb-"] {
  display: inline-block;
  width: 25px;
  height: 25px;
  *margin-right: .3em;
  line-height: 32px;
  vertical-align: text-top;
  background-image: url("/assets/imgs/bulb_sprite.png");
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
.bulb-idle {
  background-position: 0 0;
}
.bulb-act {
  background-position:  0 -51px;
}
.bulb-dis {
  background-position:  0 -25px;
}

#globalSearch {
    position:absolute;
    width:300px;
    height:50px;/* !important;*/
    min-height: 50px; 
    border: solid 1px #ddd;
    background-color: #fff;
    padding: 10px;
    line-height:20px;
    overflow: hidden;
    overflow-y:auto;
    margin-top:-10px; 
    display:none;
}