/*LESS CSS pre-processor*/
/*CONFIG AND GENERAL STYLE*/
/*General colors palette*/
/*General elements*/
/*Flat palette*/
/*social colors*/
/*Functions*/
/*HEADER*/
/*BODY*/
/*Forms*/
label {
  font-weight: 600;
  margin-bottom: 7px;
}
.form-group {
  margin-top: 10px;
}
.form-horizontal.group-border .form-group {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #efefef;
}
.form-horizontal.group-border .form-group:last-child {
  border-bottom: 0;
}
.form-horizontal.group-border-dashed .form-group {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px dashed #efefef;
}
.form-horizontal.group-border-dashed .form-group:last-child {
  border-bottom: 0;
}
.form-control {
  /*padding: 6px 8px;
  font-size: 12px;*/
  border-radius: 1px;
  -webkit-border-radius: 1px;
  box-shadow: none;
}
.input-group .btn {
  margin: 0 !important;
  margin-left: -1px !important;
  padding-bottom: 6px;
  padding-top: 6px;
  box-shadow: none;
  line-height: 20px;
}
.input-group-btn > .btn + .btn {
  margin-left: -5px !important;
}
.input-group-lg > .input-group-addon {
  line-height: 0.33;
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
}
.input-group-addon {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  padding: 6px 11px;
}
.input-group-addon.primary {
  background-color: #4AA3DF;
  color: #fff;
}
.form-control:focus {
    /*border-color: #ccc;*/
    /*box-shadow: none;*/
    /*background-color: #FAFAFA;*/
}
select.form-control,
textarea.form-control {
  padding: 6px 8px;
}
.input-group {
  margin-bottom: 15px;
}
/*Input Files*/
.fileinput-preview.thumbnail {
  border: 1px solid #4AA3DF;
}

.batch-help .thumbnail
{
    margin-bottom: 0;
}
/*Spinners*/
.bootstrap-touchspin-postfix.btn.btn-default {
    padding-bottom: 4px;
    padding-top: 4px;
}
/*Crhome Voice Recognition*/
.speechbutton {
  /*display:none;*/
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  border: 0;
  background: transparent;
  opacity: 0;
  cursor: pointer;
}
.speech-button i:before {
  position: relative;
  z-index: 2;
}
.speech-button i:after {
  z-index: 1;
  font-family: 'FontAwesome';
  content: "?";
  font-size: 14px;
  color: #fff;
  position: absolute;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  opacity: 0;
}
@keyframes blur {
  from {
    font-size: 14px;
    opacity: 1;
    margin-top: 0;
  }
  to {
    font-size: 25px;
    opacity: 0;
    margin-top: -6px;
  }
}
@-webkit-keyframes blur {
  0% {
    font-size: 14px;
    opacity: 1;
    margin-top: 0;
  }
  90% {
    font-size: 25px;
    opacity: 0;
    margin-top: -6px;
  }
  100% {
    font-size: 14px;
  }
}
@-moz-keyframes blur {
  from {
    font-size: 14px;
    opacity: 1;
    margin-top: 0;
  }
  to {
    font-size: 25px;
    opacity: 0;
    margin-top: -6px;
  }
}
@-o-keyframes blur {
  from {
    font-size: 14px;
    opacity: 1;
    margin-top: 0;
  }
  to {
    font-size: 25px;
    opacity: 0;
    margin-top: -6px;
  }
}
.speech-button i.blur:after {
  animation: blur 900ms infinite;
  -webkit-animation: blur 900ms ease infinite;
  -moz-animation: blur 900ms infinite;
  -o-animation: blur 900ms infinite;
}
input::-webkit-input-speech-button {
  -webkit-transform: scale(3, 2.2) translate(-2px, -1px);
  background-color: #fff
  display:block !important;
}
/*PAGES*/
/*ELEMENTS*/
/*Modals*/
.md-modal.full-width {
  width: 90%;
  max-width: none;
}
.modal-dialog.full-width {
  width: 90%;
  max-width: none;
}
.custom-width {
  width: 40%;
  max-width: none;
}
.full-color .md-content {
  background-color: #4AA3DF;
  color: #fff;
}
.full-color .modal-content {
  background-color: #4AA3DF;
  color: #fff;
}
.full-color.success .md-content {
  background-color: #19B698;
  color: #fff;
}
.full-color.success .modal-content {
  background-color: #19B698;
  color: #fff;
}
.full-color.info .md-content {
  background-color: #2980B9;
  color: #fff;
}
.full-color.info .modal-content {
  background-color: #2980B9;
  color: #fff;
}
.full-color.warning .md-content {
  background-color: #F16E3F;
  color: #fff;
}
.full-color.warning .modal-content {
  background-color: #F16E3F;
  color: #fff;
}
.full-color.danger .md-content {
  background-color: #EA6153;
  color: #fff;
}
.full-color.danger .modal-content {
  background-color: #EA6153;
  color: #fff;
}
.full-color.prusia .md-content {
  background-color: #3D566D;
  color: #fff;
}
.full-color.prusia .modal-content {
  background-color: #3D566D;
  color: #fff;
}
.full-color .modal-header {
  background-color: rgba(0, 0, 0, 0.1);
}
.full-color .modal-content .modal-footer {
  border: 0;
  background-color: transparent;
}
.full-color .md-content .modal-footer {
  border: 0;
  background-color: transparent;
}
.full-color .md-content .modal-footer .btn {
  margin-bottom: 0 !important;
}
.md-dark .modal-header {
  background-color: #4AA3DF;
  color: #fff;
}
.md-dark .modal-header {
  background-color: #4AA3DF;
  color: #fff;
}
.md-dark.success .modal-header {
  background-color: #19B698;
  color: #fff;
}
.md-dark.success .modal-header {
  background-color: #19B698;
  color: #fff;
}
.md-dark.info .modal-header {
  background-color: #2980B9;
  color: #fff;
}
.md-dark.info .modal-header {
  background-color: #2980B9;
  color: #fff;
}
.md-dark.warning .modal-header {
  background-color: #F16E3F;
  color: #fff;
}
.md-dark.warning .modal-header {
  background-color: #F16E3F;
  color: #fff;
}
.md-dark.danger .modal-header {
  background-color: #EA6153;
  color: #fff;
}
.md-dark.danger .modal-header {
  background-color: #EA6153;
  color: #fff;
}
.md-dark.prusia .modal-header {
  background-color: #3D566D;
  color: #fff;
}
.md-dark.prusia .modal-header {
  background-color: #3D566D;
  color: #fff;
}
.md-dark .md-content,
.md-dark .modal-content {
  background-color: #23262B;
  color: #BBBEC3;
}
.md-dark .md-content input,
.md-dark .modal-content input {
  background-color: transparent;
  color: #b2b2b2;
}
.md-dark .modal-content .modal-footer {
  border: 0;
  background-color: transparent;
}
.md-dark .md-content .modal-footer {
  border: 0;
  background-color: transparent;
}
.md-dark .md-content .modal-footer .btn {
  margin-bottom: 0 !important;
}
.modal-content {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 0;
}
.modal-body {
  padding: 30px 20px;
}
.modal-body.form {
  padding: 30px 20px 15px;
}
.md-content .icheckbox_flat-green,
.modal-content .icheckbox_flat-green {
  margin-right: 5px;
}
.modal-content > .close {
  margin-right: 10px;
  margin-top: 10px;
}
.modal-content .modal-header {
  border-bottom: 0;
}
.colored-header .modal-header {
  padding: 20px;
  border-bottom: 5px solid #368fcb !important;
  background-color: #4AA3DF;
  color: #fff;
}
.colored-header.success .modal-header {
  padding: 20px;
  border-bottom: 5px solid #05a284 !important;
  background-color: #19B698;
  color: #fff;
}
.colored-header.info .modal-header {
  padding: 20px;
  border-bottom: 5px solid #156ca5 !important;
  background-color: #2980B9;
  color: #fff;
}
.colored-header.warning .modal-header {
  padding: 20px;
  border-bottom: 5px solid #dd5a2b !important;
  background-color: #F16E3F;
  color: #fff;
}
.colored-header.danger .modal-header {
  padding: 20px;
  border-bottom: 5px solid #d64d3f !important;
  background-color: #EA6153;
  color: #fff;
}
.colored-header.prusia .modal-header {
  padding: 20px;
  border-bottom: 5px solid #294259 !important;
  background-color: #3D566D;
  color: #fff;
}
.colored-header.dark .modal-header {
  padding: 20px;
  border-bottom: 5px solid #0f1217 !important;
  background-color: #23262B;
  color: #fff;
}
.modal-content h4,
.modal-content h4 {
  font-weight: 400;
}
.modal-content h3,
.modal-content h3 {
  font-weight: 300;
  margin-top: 0;
  display: inline;
}
.modal-content h2 {
  margin: 0;
}
.modal-content .modal-footer {
  margin-top: 0;
  background: #FBFBFB;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}
/*Nifty Modals*/
.md-content {
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 0;
  background: #fff;
  color: #555;
}
.md-content .modal-header {
  border-bottom: 0;
}
.md-content h4,
.modal-content h4 {
  font-weight: 400;
}
.md-content h3,
.modal-content h3 {
  font-weight: 300;
  margin-top: 0;
}
.md-content h2 {
  margin: 0;
}
.md-content .modal-footer {
  margin-top: 0;
  background: #FBFBFB;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}
.md-show.md-effect-12 ~ .md-overlay {
  background: #4AA3DF;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 0;
}
.modal {
  overflow: auto;
}
@media (min-width: 768px) and (max-width: 979px) {
  .custom-width {
    width: 60%;
    max-width: none;
  }
}
@media (max-width: 767px) {
  .custom-width {
    width: 90%;
    max-width: none;
  }
}
/*Pagination*/
.pagination {
  margin: 18px 0;
}
.pagination > li > a,
.pagination > li > span {
  color: #4AA3DF;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #4AA3DF;
  border-color: #4AA3DF;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0;
}
/*RESPONSIVE*/
