/*
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 : Jan 11, 2017, 10:02:03 AM
    Author     : kochetov
*/
.text-xs-left {
  text-align: left;
}
.text-xs-right {
  text-align: right;
}
.text-xs-center {
  text-align: center;
}
.text-xs-justify {
  text-align: justify;
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}
body {
  background: url(../imgs/bg_main.jpg) repeat scroll 0 0 transparent;
}
.container-main {
  padding-top: 20px;
}
.container-main > div.panel-default.panel-default-main > .panel-heading {
  height: 100px;
}
input,
textarea,
a {
  outline: none;
  outline-width: 0;
}
textarea {
  resize: none;
}
input::-ms-clear {
  display: none;
}
/* angular */
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide:not(.ng-hide-animate) {
  display: none !important;
}
ng\:form {
  display: block;
}
.help-block {
  margin-top: 3px;
  margin-bottom: 0px;
  font-size: 11px;
  line-height: 1;
}
.form-group {
  height: 80px;
  margin-bottom: 0px;
}
.form-group.has-error label {
  color: #a94442;
}
.form-group label {
  font-size: 12px;
  color: #555;
  margin-bottom: 3px;
}
.modal .modal-header .close {
  outline: none;
}
.modal .btn {
  outline: none;
}
.modal .btn:active:focus {
  outline: none;
}
.has-feedback .form-control {
  padding-right: 25px;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.has-feedback label ~ .form-control-feedback {
  top: 22px;
}
