label{float: left;width:auto;}

input, button, submit, select { border:none;outline: 0;background: transparent;cursor: pointer; }

textarea{background: transparent;cursor: pointer;}

input:hover, submit:hover, select:hover, textarea:hover{
    opacity: 0.7;
}

input,textarea,select{
    width: 100%;padding: 2px 4px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

input, button, submit, select {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}

.bbig{
    padding: 10px 16px;
    line-height: 24px;
}

button,select{
    text-transform: none;
}

.rbutton{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    max-width: 40px;
    max-height: 40px;
    min-width: 40px;
    min-height: 40px;
    padding: 5px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50%;
}

.rbutton i{
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.panel-round{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1,h2,h3{
    margin: 0px;
}

.rowlist:hover{
    opacity: 0.5;
}

table.dataTable{
    width: 100% !important;
}

.dt-buttons{
    width: auto !important;
    display: inline-block !important;
    margin-left: 20px;
    line-height: 20px;
}

select[name="selectable_length"]{
    width: auto !important;
}
input[type="search"],input[type="checkbox"]{
    width: auto !important;
}

.autocomplete-suggestions{
    overflow-y: auto;
    cursor: pointer;
    background: white;
}
.autocomplete-suggestions{
    border-bottom: 1px solid #e6e6e6;
}
.autocomplete-suggestion{
    padding: 5px;
}
.autocomplete-suggestion:hover{
    background: #f8f8f8;
}

.dt-button{
    margin-right: 5px;
}

.irect{
    border: none;
    padding: 10px;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 5px;
}
.fileUpload input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    border: none;
}