/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2015.10.15., 19:14:33
    Author     : laxy
*/

.sidebar .user-panel .btn-outline {
    border-color: #2e333b;
    color: #808b9c;
}

.sidebar .user-panel .btn {
    width: 26px!important;
    height: 22px;
    line-height: 20px;
    text-align: center;
    padding: 0;
    display: inline-block!important;
    opacity: .8;
    -webkit-transition: all .1s;
    transition: all .1s;
}

.row-no-padding {
  margin-left: 0;
  margin-right: 0;
}

.row-no-padding [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.nopadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#product_details .alert {
    margin-bottom: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #444;
}

.select2 select {
    display: none;
}

.table.table-vcenter td, .table.table-vcenter th {
    vertical-align: middle;
}

#product_list_table tr {
    cursor: pointer;
}

textarea { resize:vertical ; }

/*FORM*/
.lang-secondary {
    display: none;
}
