/*
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 : Nov 11, 2013, 10:40:02 AM
    Author     : zelenkaj
*/
/* *****************************************************************************************
  *******  VARIABLES  ********************************
  ******************************************************************************************** */
/* *****************************************************************************************
  *******  FONTS  ********************************
  ******************************************************************************************** */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(../fonts/opensans/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(../fonts/opensans/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(../fonts/opensans/PRmiXeptR36kaC0GEAetxjqR_3kx9_hJXbbyU8S6IN0.woff) format('woff');
}
/* *****************************************************************************************
  *******  FIXES  ********************************
  ******************************************************************************************** */
.fa {
  font-size: 13px;
}
.panel-heading {
  padding: 5px 15px;
}
.panel-title {
  font-size: 13px;
}
.input-group .input-group-addon {
  top: 0;
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
  overflow: visible;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #bce8f1;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #bce8f1;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #bce8f1;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #bce8f1;
}
.tooltip-inner {
  color: #31708f;
  background-color: #d9edf7;
  max-width: 350px;
}
.popover.bottom,
.popover.top {
  border: 1px solid #bce8f1;
  background-color: #d9edf7;
}
.popover.bottom .popover-content,
.popover.top .popover-content {
  background-color: #d9edf7;
  color: #31708f;
}
.popover.bottom .arrow:after,
.popover.top .arrow:after {
  border-top-color: #d9edf7;
  border-bottom-color: #d9edf7;
}
.scrollable-menu {
  height: auto;
  overflow-y: auto;
}
.panel-top-margin {
  margin-top: 15px;
}
/* *****************************************************************************************
  *******  MAIN LAYOUT  ********************************
  ******************************************************************************************** */
html,
body {
  height: 100%;
}
/* Wrapper for page content to push down footer */
#outer_wrapper {
  min-height: 100%;
  height: 100%;
  width: 100%;
}
@media (max-width: 820px) {
  #outer_wrapper {
    height: auto !important;
  }
}
@media (min-width: 821px) {
  body {
    padding-top: 78px;
  }
  #inner_wrapper {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    overflow: auto;
    height: 100%;
  }
}
@media (max-width: 820px) {
  #inner_wrapper {
    padding-right: 2px;
    padding-left: 2px;
  }
}
/* *****************************************************************************************
  *******  TOP MENU  ********************************
  ******************************************************************************************** */
@media (max-width: 820px) {
  .navbar-fixed-top {
    position: static;
  }
}
#main_menu {
  background: linear-gradient(to right, #004489, #005d9c), #004489;
  margin-bottom: 0;
}
#main_menu .navbar-header .navbar-brand {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 24px;
  letter-spacing: 0.25em;
}
#main_menu .navbar-nav li {
  font-weight: bold;
}
#main_menu .navbar-nav li a.active span {
  color: white;
  background: #ed7924;
  padding: 6px 10px;
  border-radius: 5px;
}
#main_menu .second-row .navbar-nav > li > a {
  padding-top: 5px;
  padding-bottom: 0;
}
#main_menu .second-row .navbar-nav > a,
#main_menu .second-row .navbar-form,
#main_menu .second-row .navbar-btn {
  margin-top: 0;
  margin-bottom: 4px;
}
#main_menu .second-row .pagination {
  margin: 0;
}
#main_menu .second-row .navbar-nav {
  float: left;
  margin: 0;
}
#main_menu .second-row .navbar-right {
  float: right !important;
}
#main_menu .navbar-collapse {
  max-height: none;
}
#search_form_wrapper .second-row {
  max-height: none;
  padding-left: 0;
}
#search_form_wrapper .second-row .row {
  margin: 0;
}
#search_form_wrapper .second-row .navbar-form {
  padding-left: 3px;
  padding-right: 3px;
}
#search_form_wrapper .second-row .navbar-form .form-group {
  padding: 1px 2px;
}
#search_form_wrapper .second-row .navbar-form button {
  margin: 1px 0 0 0;
}

.selectAllPages {
  color:#F5FAFE;
  padding-top: 4px;
  float: left;
}

/* *****************************************************************************************
  *******  BREADCRUMB  ********************************
  ******************************************************************************************** */
.edi-breadcrumbs > li:first-child > a {
  padding-left: 0px;
}
.edi-breadcrumbs > li > a {
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 0;
}
.edi-breadcrumbs > li + li:before {
  content: "> ";
  padding-top: 5px;
  color: white;
  float: left;
  font-weight: bold;
}
/* *****************************************************************************************
  *******  TABLE  ********************************
  ******************************************************************************************** */
.t-data-grid ul.pagination {
  margin: 5px 0;
}
TABLE.table {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
TABLE.table a {
  color: #222222;
}
TABLE.table tr.selected > td {
  background-color: #fff77d;
}
TABLE.table tr.selected > td::-moz-selection {
  background-color: #fff77d;
}
TABLE.table tr.selected > td::selection {
  background-color: #fff77d;
}
TABLE.table tr.selected > td > .popover {
  color: black;
}
TABLE.table.fullwrap tr td,
TABLE.table.fullwrap tr th {
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for webkit */

  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
@media (min-width: 821px) {
  TABLE.table.nowrap tr td,
  TABLE.table.nowrap tr th {
    white-space: nowrap;
  }
}
@media (max-width: 820px) {
  TABLE.table.nowrap tr td,
  TABLE.table.nowrap tr th {
    -ms-word-break: break-all;
    word-break: break-all;
    /* Non standard for webkit */
  
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
TABLE.table-no-border tbody tr td {
  border: none;
  padding-top: 5px;
  padding-bottom: 0px;
}
table.floatThead-table {
  border-top: none;
  border-bottom: none;
  background-color: #FFF;
}
table.table-main-message-grid > thead > tr > th {
  padding-top: 9px;
}

TABLE tbody tr td.cell-nowrap {
  min-width: 90px;
  width: 10%;
  white-space: nowrap;
}

@media (min-width: 768px) {
  TABLE tbody tr td.cell-nowrap {
    min-width: 150px;
  }
}

@media (min-width: 1200px) {
  TABLE tbody tr td.cell-nowrap {
    min-width: 240px;
  }
}
/* *****************************************************************************************
  *******  DETAIL PAGES (FORMS)  ********************************
  ******************************************************************************************** */
.button-row .btn {
  margin-bottom: 10px;
  font-weight: bold;
}
select option.placeholder {
  color: #e0e5e9;
}
.text-11 {
  font-size: 11px;
}
input.ng-invalid {
  background-color: #fa787e !important;
}
select.ng-invalid {
  background-color: #fa787e !important;
}
.search-form input {
  font-weight: bold;
}
.search-form select {
  font-weight: bold;
}
.search-form select option {
  font-weight: bold;
}
.search-form select option:first-child {
  color: #e0e5e9;
}
/* *****************************************************************************************
  *******  DETAIL PAGES (FORMS)  ********************************
  ******************************************************************************************** */
.saved-search-modal .modal-dialog {
  width: 900px;
}
.saved-search-modal .modal-dialog .saved-search-columns-edit {
  max-height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-right: 0;
  position: relative;
}
.saved-search-modal .modal-dialog .saved-search-columns-edit ul.column-list {
  padding: 0;
}
.saved-search-modal .modal-dialog .saved-search-columns-edit ul.column-list .item {
  display: block;
  cursor: move;
  margin: 2px 0;
  border: 1px solid #444;
  height: 33px;
  border-radius: 5px;
}
.saved-search-modal .modal-dialog .saved-search-columns-edit h4 {
  text-align: center;
  margin: 15px 0;
}
.saved-search-modal .modal-dialog .saved-search-edit {
  max-height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
  padding-right: 15px;
  margin-bottom: 10px;
  margin-right: 0;
}
.saved-search-modal .modal-dialog .saved-search-form {
  margin-bottom: 10px;
}
.saved-search-modal .modal-dialog .saved-search-form .form-group:first-child {
  margin-top: 15px;
}
.saved-search-modal .modal-dialog .saved-search-form .form-group:first-child input {
  background-color: #428bca;
  color: #f5fafe;
  font-weight: bold;
}
.saved-search-modal .modal-dialog .saved-search-form .form-group:not(:first-child) {
  margin-bottom: 5px;
}
.dashboard-admin-list-wrapper {
  padding: 0 10px 10px 10px;
}
.dashboard-admin-list-wrapper .dashboard-admin-list {
  padding: 10px 0 5px 0;
  border: 1px solid #428bca;
  border-radius: 5px;
}
.dashboard-admin-list-wrapper .dashboard-admin-list ul.column-list {
  padding: 0;
}
.dashboard-admin-list-wrapper .dashboard-admin-list ul.column-list li {
  display: block;
  cursor: move;
  margin: 2px 10px;
}
.dashboard-admin-list-wrapper .dashboard-admin-list ul.column-list li a {
  float: right;
}
.dashboard-admin-list-wrapper .dashboard-admin-list ul.column-list li a .glyphicon {
  color: white;
}
html.firefox .dashboard-admin-list-wrapper .dashboard-admin-list ul.column-list li a {
  position: relative;
  top: -15px;
}
.file-upload {
  position: relative;
  overflow: hidden;
  margin: 0px;
  display: block;
}
.file-upload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.file-upload-drop-zone {
  padding: 3px 0;
  border: dashed 1px #cccccc;
  border-radius: 5px;
  color: #cccccc;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.ng-file-over {
  background-color: #fff77d;
}
.popup-area {
  padding-left: 10px;
  margin-bottom: 50px;
}
.popup-area button {
  margin-left: 5px;
}
/* *****************************************************************************************
  *******  MESSAGE DETAIL   ********************************
  ******************************************************************************************** */
#message_identification {
  background: linear-gradient(to right, #004489, #005d9c), #004489;
}
.command-bar {
  margin: 15px 0;
}
/* *****************************************************************************************
  *******  INDIVIDUAL  ********************************
  ******************************************************************************************** */
.cursor-pointer {
  cursor: pointer;
}
.nav,
.pagination,
.carousel,
.panel-title a {
  cursor: pointer;
}
.text-edi-grey {
  color: #cccccc;
}
/* *****************************************************************************************
  *******  MIXINS  ********************************
  ******************************************************************************************** */
/* *****************************************************************************************
  *******  MIXINS  ********************************
  ******************************************************************************************** */
.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.label-as-button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 4px;
}
.btn-orange {
  background-color: #ed7924;
  border-color: #eb7012;
  color: #FFFFFF;
}
#loading_indicator2 {
  display: none;
  position: fixed;
  left: 50%;
  top: 30%;
  width: 40%;
  margin-left: -20%;
  z-index: 100;
  height: 30px;
}
/* *****************************************************************************************
  *******  LOADING INDICATOR  ********************************
  ******************************************************************************************** */
#loading_indicator {
  position: fixed;
  left: 50%;
  top: 30%;
  margin-left: -75px;
  width: 150px;
  height: 150px;
  -moz-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  z-index: 1;
}
.f_circleG {
  position: absolute;
  background-color: #FFFFFF;
  height: 27px;
  width: 27px;
  -moz-border-radius: 14px;
  -moz-animation-name: f_fadeG;
  -moz-animation-duration: 1.04s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: linear;
  -webkit-border-radius: 14px;
  -webkit-animation-name: f_fadeG;
  -webkit-animation-duration: 1.04s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  -ms-border-radius: 14px;
  -ms-animation-name: f_fadeG;
  -ms-animation-duration: 1.04s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-direction: linear;
  -o-border-radius: 14px;
  -o-animation-name: f_fadeG;
  -o-animation-duration: 1.04s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: linear;
  border-radius: 14px;
  animation-name: f_fadeG;
  animation-duration: 1.04s;
  animation-iteration-count: infinite;
  animation-direction: linear;
  z-index: 1;
}
#frotateG_01 {
  left: 0;
  top: 61px;
  -moz-animation-delay: 0.39s;
  -webkit-animation-delay: 0.39s;
  -ms-animation-delay: 0.39s;
  -o-animation-delay: 0.39s;
  animation-delay: 0.39s;
  z-index: 1;
}
#frotateG_02 {
  left: 18px;
  top: 18px;
  -moz-animation-delay: 0.52s;
  -webkit-animation-delay: 0.52s;
  -ms-animation-delay: 0.52s;
  -o-animation-delay: 0.52s;
  animation-delay: 0.52s;
  z-index: 1;
}
#frotateG_03 {
  left: 61px;
  top: 0;
  -moz-animation-delay: 0.65s;
  -webkit-animation-delay: 0.65s;
  -ms-animation-delay: 0.65s;
  -o-animation-delay: 0.65s;
  animation-delay: 0.65s;
  z-index: 1;
}
#frotateG_04 {
  right: 18px;
  top: 18px;
  -moz-animation-delay: 0.78s;
  -webkit-animation-delay: 0.78s;
  -ms-animation-delay: 0.78s;
  -o-animation-delay: 0.78s;
  animation-delay: 0.78s;
  z-index: 1;
}
#frotateG_05 {
  right: 0;
  top: 61px;
  -moz-animation-delay: 0.91s;
  -webkit-animation-delay: 0.91s;
  -ms-animation-delay: 0.91s;
  -o-animation-delay: 0.91s;
  animation-delay: 0.91s;
  z-index: 1;
}
#frotateG_06 {
  right: 18px;
  bottom: 18px;
  -moz-animation-delay: 1.04s;
  -webkit-animation-delay: 1.04s;
  -ms-animation-delay: 1.04s;
  -o-animation-delay: 1.04s;
  animation-delay: 1.04s;
  z-index: 1;
}
#frotateG_07 {
  left: 61px;
  bottom: 0;
  -moz-animation-delay: 1.17s;
  -webkit-animation-delay: 1.17s;
  -ms-animation-delay: 1.17s;
  -o-animation-delay: 1.17s;
  animation-delay: 1.17s;
  z-index: 1;
}
#frotateG_08 {
  left: 18px;
  bottom: 18px;
  -moz-animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
  -ms-animation-delay: 1.3s;
  -o-animation-delay: 1.3s;
  animation-delay: 1.3s;
  z-index: 1;
}
@-moz-keyframes f_fadeG {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@-webkit-keyframes f_fadeG {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@-ms-keyframes f_fadeG {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@-o-keyframes f_fadeG {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@keyframes f_fadeG {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
.growl {
  position: fixed;
  bottom: 10px;
  right: 10px;
  float: right;
  width: 350px;
  font-weight: bold;
}
.growl-item.ng-enter,
.growl-item.ng-leave {
  -webkit-transition: .5s linear all;
  -moz-transition: .5s linear all;
  -o-transition: .5s linear all;
  transition: 0.5s linear all;
}
.growl-item.ng-enter,
.growl-item.ng-leave.ng-leave-active {
  opacity: 0;
}
.growl-item.ng-leave,
.growl-item.ng-enter.ng-enter-active {
  opacity: 1;
}
.message-graph {
  position: relative;
}
.message-graph .message-graph-button {
  position: absolute;
  right: 10px;
}
.message-graph .message-graph-button:nth-of-type(1) {
  top: 5px;
}
.message-graph .message-graph-button:nth-of-type(2) {
  top: 38px;
}
.add-message-modal .modal-dialog {
  width: 900px;
}
svg {
  border: solid 1px #e0e5e9;
  border-top-width: 0;
}
svg g.node text {
  cursor: default;
}
svg g.node text.text-danger {
  fill: #b94a48;
}
svg g.node text.text-success {
  fill: #468847;
}
svg g.node text.text-muted {
  fill: #999999;
}
svg g.node text.first {
  font-size: 11px;
  fill: white;
}
svg g.node text.first.virtual {
  fill: black;
}
svg g.node text.second {
  font-size: 10px;
  font-family: "Courier New", Courier, monospace;
  fill: white;
}
svg g.node text.second.virtual {
  fill: black;
}
svg g.node text.second.compare {
  fill: black;
}
svg g.node text.fa-paperclip {
  fill: white;
}
svg g.node rect.virtual {
  stroke-dasharray: 3,3;
}
svg line.virtual {
  stroke-dasharray: 3,3;
}
/* *****************************************************************************************
  *******  WORKFLOW   ********************************
  ******************************************************************************************** */
.workflow-header {
  display: table;
  height: 70px;
  width: 100%;
  margin: 15px 0 20px 0;
  border-radius: 5px;
  border: solid 1px #cccccc;
}
.workflow-header .step {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.workflow-header .step:hover {
  background-color: #ebebeb;
}
.workflow-header .step .line {
  height: 2px;
  margin-top: 10px;
  background-color: #cccccc;
}
.workflow-header .step .bullet {
  position: relative;
  top: -8px;
}
.workflow-header .step .bullet span.fa {
  background-color: white;
  font-size: 15px;
  color: #999999;
}
.workflow-header .done {
  cursor: pointer;
}
.workflow-header div:first-of-type .line {
  margin-left: 15px;
}
.workflow-header div.active {
  color: #178adf;
  cursor: default;
}
.workflow-header div.active .bullet span.fa {
  color: #178adf !important;
}
.workflow-header div:last-of-type .line {
  margin-right: 15px;
}
.workflow-header .previous {
  border-right: solid 1px #cccccc;
  color: #222222;
  background-color: #f5fafe;
  width: 20%;
}
.workflow-header .previous:hover {
  text-decoration: none;
  color: #222222;
}
.workflow-header .nohover:hover {
  text-decoration: none;
  background-color: #f5fafe;
  cursor: default;
}
/* *****************************************************************************************
  *******  CONTEXT SUBMENU   ********************************
  ******************************************************************************************** */
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu .pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* *****************************************************************************************
  *******  EDIFACT  ********************************
  ******************************************************************************************** */

.edifact {
  white-space: pre-line;
}


/* *****************************************************************************************
  *******  CARDS   ********************************
  ******************************************************************************************** */
.card {
  padding: 5px;
  border: 1px solid grey;
  border-radius: 5px;
}

.card-content {
  display: flex;
  justify-content: space-between;
}
