/* 
    Created on : May 14, 2017, 10:58:35 PM
    Author     : sasa-laptop
*/

/** ************************************************************************ **/
.myhide { display: none; }
#alert-line{ position: fixed; bottom: 0px; right: 10px; width: auto; z-index: 99999; }
.alert-error { color: #FFF; background-color: rgba(169,68,66, 0.5); border-color: #a94442; }

.error { color: #a94442; border-color: #a94442;}
label.error {     margin-top: -35px;  margin-bottom: 0; float: right; margin-right: 5px; }

.red{ color: #DD0303; }

#wait{background:transparent url('../../img/loading.gif') no-repeat center center;height:120px;width:120px;position:fixed;left:50%;top:50%;margin:-60px 0 0 -60px;z-index:9999}

#modal-wait{background:transparent url('../../img/loading.gif') no-repeat center center; background-size: cover; text-align: center; height:80px; width:80px; line-height: 80px; position:relative; margin:20px auto;z-index:9999;}

.panel .panel-heading h4 { color: #73879C !important; }

.show-img{ cursor: pointer; }

.limasoftware-logo img{
  width: 100px;
  clear: both !important;
  display: block;
  margin: 10px auto;
}

.site_title img {
  height: 50px;
}

.users-img {
  padding: 0 !important;
}
.users-img img{
  max-height: 55px;
  margin: 0 auto;
  display: block;
}
.tab-pane img {
  cursor: pointer;
}

.glyphicon-move, .move{
  cursor: move;
}
.move{
  text-align: center;
}
.btn-upload input{
  display: none;
}
.file_upload{
  display: none !important;
}
.upload-group {
  padding-top: 5px;
}
.data-img{ cursor: pointer; }  

.center-block {
  margin: 0 auto;
}

.tab-pane{
  padding-top: 10px;
  min-height: 200px;
}

.tab-pane img{
  max-width: 100%;
}

textarea[type='textarea'] {
  height: 120px;
}
.tab-pane-img {
  background-color: #f7f7f7;
}
.nav-tab-img.active a{
  background-color: #f7f7f7 !important;
}

.nav-tabs>li {
  margin-bottom: -2px;
}

.gallery-items {
  display: table;
  width: 100%;
  clear: both;  
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
}

.gallery-item {
  display: block;
  width: 150px;
  height: 150px;
  float: left;
  margin: 5px;
  border: solid 1px #ddd;
  padding: 2px;
  position: relative;
  overflow: hidden;
}

.gallery-item img {
  max-width: 100%;

}

.gallery-item-info {
  position: absolute;
  opacity: 0;
  display: block;
  width: 100%;
  /*height: 100%;*/
  /*top: 100%;*/
  top: 0;
  padding: 5px;

  transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
}
.gallery-item-info h3 {
  font-size: 12px;
  color: #CCC;
  text-align: center;
}
.gallery-item-info span.fa {
  font-size: 30px;
  color: #CCC;
  text-align: center !important;
  display: block;
  margin: 5px auto !important;
}
.gallery-item:hover .gallery-item-info{
  opacity: 1;
  /*display: block;*/
  z-index: 2;
  width: 100%;
  /*height: 100%;*/
  /*top: 0;*/
  background-color: rgba(0,0,0,0.3);
}

label small {
  font-weight: 400;
}

.glyphicon{
  min-width: 26px;
}


.modal-dialog-full {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.modal-dialog-full > .modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}

.dataTable td:nth-child(2) {
  cursor: move !important;
}

.sub_menu_link {
  width: auto;
  position: absolute !important;
  top: 0;
  right: 0;
  background-color: #172D44;
  margin-bottom: 0 !important;
  height: 45px;
}

.sub_menu_link:hover {
  background-color: #1ABB9C;
}

#segments-tab-img {
  background-color: #F7F7F7;
}

#gmap{
  width: 100%;
  height: 400px;
}


.day{
  cursor: pointer;
}
.active.day{
  font-weight: bold;
}

.datepicker .prev,
.datepicker .next {
  cursor: pointer !important;
}

.modal-body-update-msds
{
  max-height: 50vh !important;
  overflow-y: auto;
}

.items-img {
  background-color: #F7F7F7;
}
.items-img img {
  margin: 10px 0;
}

#positon-image {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

#positon-image img {
  cursor: initial;
}

.pointer-img {
  cursor: move;
  display: block;
  position: absolute;
  width: 50px;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -43px;
  /*transform: translate(-50%, -100%);*/
}
#positon-image .pointer-img img {
  cursor: move;
}
