﻿/* Application specific styles */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.white,
.white a {
  color: #fff;
}
/* Styles for angular ui transition animations */
.angular-animation-container {
  position: relative;
}
.shuffle-animation.ng-enter,
.shuffle-animation.ng-leave {
  position: absolute;
}
.shuffle-animation.ng-enter {
  -moz-transition: ease-out all 0.3s 0.4s;
  -o-transition: ease-out all 0.3s 0.4s;
  -webkit-transition: ease-out all 0.3s 0.4s;
  transition: ease-out all 0.3s 0.4s;
  left: 2em;
  opacity: 0;
}
.shuffle-animation.ng-enter.ng-enter-active {
  left: 0;
  opacity: 1;
}
.not-selected-required {
  background-color: #ffefef;
  border-color: #fc5a5a !important;
}
.shuffle-animation.ng-leave {
  -moz-transition: 0.3s ease-out all;
  -o-transition: 0.3s ease-out all;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  left: 0;
  opacity: 1;
}
.shuffle-animation.ng-leave.ng-leave-active {
  left: 2em;
  opacity: 0;
}
.modal-wide1200 {
  width: 1200px;
}
fieldset {
  /*padding-left: 20px;  
    padding-right: 20px;*/
}
.tris-legend {
  /* padding-left: 20px;*/
  padding-top: 25px;
  font-size: 16px;
}
.tris-table-ident {
  text-align: left;
  text-indent: 13px;
}
tris-btn-box-tool {
  padding: 5px;
  font-size: 12px;
  background: transparent;
  box-shadow: none!important;
  color: #97a0b3;
}
.btn-box-tool {
  padding-top: 0;
  padding-bottom: 0;
}
.padding5 {
  padding-left: 5px;
  padding-right: 5px;
}
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion,
.box-header .box-title {
  font-size: 16px;
}
.box {
  margin-bottom: 10px;
}
.form-group {
  margin-bottom: 8px;
}
.scrollTop {
  width: 940px;
  left: 52%;
  bottom: 0px;
  position: fixed;
  margin-left: -470px;
}
a.toTop {
  right: -200px;
  top: -70px;
  width: 44px;
  cursor: pointer;
  bottom: 95px;
  position: absolute;
  height: 43px;
  z-index: 1000;
  color: white;
  font-size: 20px;
  vertical-align: middle;
  /*align-content: center;*/
  background: #e2e5eb;
  display: table-cell;
  text-align: center;
  transition: background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -webkit-transition: background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out, background-position 300ms ease-in-out;
}
a.toTop:hover {
  background-color: grey;
}
.toTopIcon {
  margin: 10px 10px 10px 10px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Arial;
}
.login-box {
  width: 380px;
  margin-bottom: 20px;
  margin-top: 50px;
}
.login-info {
  width: 900px;
  margin: 50px auto 50px auto;
}
.ng-submitted .ng-invalid {
  background-color: #fef5f5;
  outline: none;
  border-color: #ff8f8f;
}
.ng-submitted .ng-invalid:focus {
  background-color: #fff;
  outline: none;
  border-color: #ff8f8f;
  box-shadow: 0 0 10px #ff8f8f;
}
.modal-xl {
  width: 1400px;
}
.dropdown-menu li:hover .sub-menu {
  visibility: visible;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.ui-datepicker {
  z-index: 9999 !important;
}
.borderless {
  border: none;
  padding-top: 7px;
  color: none;
}
.link {
  color: #4c95c0;
}
.box-search {
  background-color: white;
}
.validation-message {
  padding: 4px;
  margin: 4px;
}
.main-header .navbar {
  margin-left: 0px;
}
.info-box.tris-info-box {
  background-color: #dc4b39;
  display: table;
}
.info-box-content {
  background-color: white;
  width: 100%;
  height: 100% !important;
  vertical-align: top;
  display: table-cell;
}
.table.dataTable th {
  cursor: pointer;
}
.nowrap {
  white-space: nowrap;
}
.tris-drop-down-odd {
  padding: 3px 20px 3px 10px;
}
.tris-drop-down-even {
  background-color: #F9F9F9;
  padding: 3px 20px 3px 10px;
}
.tris-drop-down-even:hover,
.tris-drop-down-odd:hover {
  background-color: #f0f0f0;
  cursor: pointer;
}
.tris-drop-dow-href,
.tris-drop-dow-href:hover {
  color: black;
}
.tris-drop-down-div {
  width: 100%;
}
.tris-drop-down-group {
  width: 100%;
}
.label-violet {
  background-color: #b863e9;
}
.label-orange {
  background-color: #ff6a00;
}
.dark-gray-color{
    color:#A9A9A9;
}
.textarea-default-height-width{
    max-height:350px;
    max-width:100%;
    min-width:100%;
}
.wrap-text{
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
}
.disabled-color{
    color:silver;
}
.default-color{
    color:black;
}
.fileSeen {
  background-color: #99f961 !important;
}
.sp-modal {
  position: fixed;
  /* Stay in place */
  z-index: 1040;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}
.sp-modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  /* Could be more or less, depending on screen size */
}
.perziureti-link {
  display: inline-block;
  position: relative;
  padding: 6px 11px 6px 11px;
  margin: -6px -11px -6px -11px;
}

.thead-dark th {
	color: #fff;
	background-color: #868e96;
}

.history-button
{
    margin-top:3px
}

[popover] {
    position: initial;
}