@media (min-width: 576px) {
  .mobile_column{display: none;}
  .actions_150{width: 150px!important;}
}

@media (max-width: 576px) {
  .desktop_column{display: none;}
  .mobile_font_size{font-size: 11px;}
  .dt-buttons{display: none;}
  .dataTables_filter{float: left;}
}

@media (min-width: 1200px) {
  .btn.btn-mq {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
  }
}

@media (max-width: 1199px) {
  .btn.btn-mq {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
  }
}

@media (max-width: 768px) {
  .btn.btn-mq {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
  }

  .btn.btn-mq.short{
    padding: 1px 9px;
  }
}

/* ================================ LOADER ===================================*/
#loader{
  display:none;
  position:fixed;
  z-index:99999;
  background:url(../../../images/loader/bg_transparent.png);
}
#loader_position{
  background:#fff;
  width:48px;
  text-align:center;
  margin:0 auto;
  height:40px;
  padding:8px 0 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* ================================ WEBSITE TOP MESSAGE ===================================*/
.website_system_message{
  background-size: 40px 40px;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
            transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
            transparent 75%, transparent);                    
  box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
  width: 100%;
  border: 1px solid;
  color: #fff;
  padding: 15px;
  position: fixed;
  _position: absolute;
  text-shadow: 0 1px 0 rgba(0,0,0,.5);
  animation: animate-bg 5s linear infinite;
  text-align: center;
  z-index: 9999 !important;
  font-size: 20px;
  font-family: Calibri, Arial, Helvetica, Sans-serif;
  font-weight: bold;
  display:none;
}

.website_system_message.info{
  background-color: #4ea5cd;
  border-color: #3b8eb5;
}

.website_system_message.error{
     background-color: #de4343;
     border-color: #c43d3d;
}
     
.website_system_message.warning{
     background-color: #eaaf51;
     border-color: #d99a36;
}

.website_system_message.success{
     background-color: #61b832;
     border-color: #55a12c;
}

.clear{
  clear:both;
}

.none{
  display: none;
}

.relative{
  position: relative;
}


.btn-mb{
  margin-bottom: 10px;
}

.btn-mr{
  margin-right: 10px;
}

.btn-ml{
  margin-left: 10px;
}

 .image_preview{
    border: 1px solid #838586;
    border-radius: 4px;
    margin-top: 10px;
    display: inline-block;
    padding: 2px;
    box-shadow: 2px 1px 4px #888888;
    max-width: 300px;
  }

  .image_preview .empty_image{
    width: 250px;
    padding: 50px 0;
    font-size: 25px;
    text-align: center;
    background-color: #ccc;
  }

  .image_preview img{
    max-height: 150px;
    max-width: 100%;  
  }

.logo_preview{
  height: 50px;
}

.picture_preview{
  background-size: cover!important;
  padding-top: 24%;
  width: 50px;
}

.picture_preview.circle{
  border-radius: 50%;
}



input.red{
  background-color:#ffc6c6;
}


.img_u_container{
  margin:10px;
}

.img_u_section{
  margin-bottom: 10px;
}

.img_u_section .title{
  font-size: 20px;
  font-weight: bold;
  border-bottom:1px solid #ccc;
  margin-bottom:10px;
}

.img_list .picture_item{
  width: 20%;
  cursor: pointer;
  float: left;
  background-size:cover!important;
  padding-top: 20%;
  border:3px solid #fff;
}

.img_list .picture_item.selected{
  border:3px solid #000;
}

.no_content{
  text-align: center;
  font-size: 20px;
  color:#ccc;
  margin-top: 20px;
}

.btn-app{
  width: 15%;
}

.good_vibe_picture{
  width: 100%;
}

.admin_languages{
  margin:15px 15px;
}

.admin_languages button{
  text-transform: uppercase;
}


.pagination li a.active{
  background-color:#3c8dbc;
  color: #fff;
}


span.guide{
    color: #636363;
    font-weight: 500;
}