/**
 * @framework 3wymiar.pl 2002-2017 (c)
 *
 * @author Marcin Cichy <cichy@3wymiar.pl>
 * @version 4.0.0
 *
 * License only for twojtenis.
 * Any other use only with permission of the author.
 * app ver 2.0.0
 */

a, a:active, a:focus, button, button:active, button:focus, input, input:active, input:focus, select, select:active, select:focus {
  outline: none !important;
}

input::-ms-clear {
  display: none;
}

button,input,form{
  background-image: none;
}

html, body{
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
}

body{
  overflow:auto;
}

label,.linklike{
  cursor: pointer;
}

.hr{
  clear: both;
  margin-bottom:5px;
  border-bottom: #E5E5E5 1px solid;
}

img{
  border: none;
}

.lowercase{
  text-transform: lowercase;
}

.uppercase{
  text-transform: uppercase;
}

.al_left{
  float: left;
}

.al_right{
  float: right;
}

.al_center{
  text-align: center ;
}

.al_clear{
  clear:both;
}

.al_relative{
  position: relative;
}

iframe{
  border: none;
}

.noli{
  list-style-type: none;
}

label{
  display:inline ;
  padding: 5px ;
}

fieldset{
  border: #E5E5E5 1px solid ;
  border-radius: 4px;
  padding: 20px;
  background-color: #F5F5F5;
}

legend{
  border-bottom: #fff 1px solid ;
  width: auto ;
  padding: 2px 30px 10px 30px;
  margin: 5px;
  background-color: #D0D0D0;
  color: #fff;
  text-shadow: #000 2px 2px 2px;
}

.pagination{
  margin: 0px ;
}

.left_margin{
  margin-left: 30px;
}

.right_margin{
  margin-right: 30px;
}

.top_margin{
  margin-top: 30px;
}

.bottom_margin{
  margin-bottom: 30px;
}

.table_setup{
  position:absolute;
  top:-3px;
  left:-55px;
}
.clear{clear:both;}

.capitalize{
  /*text-transform: capitalize;*/
}

.required_error{
  border-color:#e9322d;
  -webkit-box-shadow:0 0 6px #f8b9b7;
  -moz-box-shadow:0 0 6px #f8b9b7;
  box-shadow:0 0 6px #f8b9b7
}

.badge-success{
  background-color: #5cb85c;
}
.badge-danger{
  background-color: #d9534f;
}
.badge-warning{
  background-color: #f0ad4e;
}
.badge-info{
  background-color: #5bc0de;
}
.badge-primary{
  background-color: #337ab7;
}

h1,h2,h3{
  margin:0px;
  padding: 10px 0px;
}

.table th{
  background-color:#3e3f3a;
  color: #f5f5f5;
}

.alert{
  margin-bottom:5px;
}

.progress{
  margin-bottom: 5px;
}

.btn-inverse{
  background-color:#3e3f3a;
  color: #efefef !important;
}
.btn-inverse:hover, .btn-inverse.active{
  background-color:#333;
  color: #efefef;
}

.label{
  font-family:"Verdana";
}

.codg-small{
  font-size:8px;
}

.img-full{
  width:100%;
}

.tolowercase{
  text-transform:lowercase;
}
.touppercase{
  text-transform:uppercase;
}

.well-full{
  padding:0px;
}

.color-success{
  color: #5cb85c;
}
.color-danger{
  color: #d9534f;
}
.color-info{
  color: #5bc0de;
}
.color-warning{
  color: #f0ad4e;
}
.color-gold{
  color: #CCA95D;
}
.color-silver{
  color: #B0B0B0;
}

.auto_grow{
  resize: none;
  overflow: hidden;
  min-height: 35px;
  max-height: 500px;
}

.caret.caret-reversed-white {
  border-top-width: 0;
  border-bottom: 4px solid #fff;
}

.table{
  margin:0px;
}