.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.page-header {
  position: fixed;
  z-index: 200;
}
.page-header a {
  font-size: 18px;
  color: #fff;
}

@media (min-width: 1200px) {
  .page-header a.dropdown-link {
    color: #fff;
  }
}

ul.dropdown-menu {
  margin-left: 35px;
  padding-top: 0;
  border: none;
}
@media (min-width: 1200px) {
  ul.dropdown-menu {
    width: 250px;
    background: #1c526f;
    border: 2px solid #fff;
    padding-top: 8px;
  }
}

@media (min-width: 1200px) {
  ul.dropdown-menu:before {
    position: absolute;
    top: -8px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    content: '';
  }
}

@media (min-width: 1200px) {
  ul.dropdown-menu:after {
    position: absolute;
    top: -5px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #1c526f;
    border-left: 7px solid transparent;
    content: '';
  }
}

li.dropdown-item:hover {
  background-color: inherit;
}

a>.dropdown-item-before {
  display: inline-block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #555;
  margin-left: -10px;
  margin-right: 10px;
  content: '';
}

@media (min-width: 1200px) {
  a>.dropdown-item-before {
    border-left: 6px solid #fff;
  }
}

a>.dropdown-item-after {
  display: block;
  border-bottom: 1px solid #eee;
  position: relative;
  left: -24px;
  width: 200px;
  margin-top: 10px;
  content: '';
}

@media (min-width: 1200px) {
  a>.dropdown-item-after {
    border-bottom: 1px solid #ccc;
    width: 246px;
  }
}

@media (min-width: 1200px) {
  li > a.dropdown-link {
    color: #fff;
  }
}

li .dropdown-link:hover {
  text-decoration: none;
  font-style: italic;
}

a.disabled>.dropdown-item-before {
  border-left-color: #aaa;
}

li>.dropdown-link.disabled, li>.dropdown-link.disabled:hover {
  color: #aaa;
  font-style: normal;
}

.header-img {
  width: 180px;
}
@media (min-width: 992px) {
  .header-img {
    width: 240px;
  }
}

.header-text {
  margin-top: 5px;
  color: #fff;
  display: none;
}
@media (min-width: 576px) {
  .header-text {
    display: block;
    font-size: 13px; }
}

.invers {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 15px 0px;
}
.invers a {
  color: #000;
  padding-bottom: 10px;
}

.header-text-invers {
  display: none;
}

.navbar-toggler {
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 12px;
  border-radius: 0;
  margin-bottom: 8px;
}

.toggler-invers {
  color: #000;
  border: 1px solid #000;
}

.navbar {
  padding-top: 6px;
  padding-bottom: 0px;
}

.navbar-nav .nav-item .nav-link {
  padding-left: 15px;
  padding-right: 15px;
}

a.nav-link.disabled, a.nav-link.disabled:hover {
  color: #aaa;
  cursor: default;
}

.navbar-item-before {
  opacity: 0;
  padding-right: 5px;
  color: #00a6e4;
  font-weight: 900;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.navbar-item-after {
  opacity: 0;
  padding-left: 5px;
  color: #00a6e4;
  font-weight: 900;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

a:hover > .navbar-item-before, a:hover > .navbar-item-after {
  opacity: 1;
}

@media (max-width: 1199.98px) {
  .nav-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .nav-item .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
  }

  .custom-clearfix {
    clear: both;
  }

  .navbar-collapse {
    width: 100%;
    border-top: #e7e7e7 solid 2px;
    margin-bottom: 8px; }
}

#content {
  background-image: url("../images/header-background.jpg");
  background-size: cover;
  background-position: right;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 80px;
  padding-bottom: 20px;
}
@media (min-width: 576px) {
  #content {
    padding-top: 100px;
  }
}

.header-title {
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 30px;
}
@media (min-width: 576px) {
  .header-title {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .header-title {
    font-size: 50px;
  }
}

.header-subtitle {
  text-align: center;
  font-size: 15px;
  color: #fff;
}
@media (min-width: 576px) {
  .header-subtitle {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .header-subtitle {
    font-size: 25px;
  }
}

.header-profile {
  text-align: center;
  font-size: 12px;
  color: #fff;
  margin-top:20px;
}
@media (min-width: 576px) {
  .header-profile {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .header-profile {
    font-size: 15px;
    margin-top: 30px;
  }
}

.modal-input-text {
  float: left;
  width: 80px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.box {
  border: 1px solid #15457f;
  margin-top: 40px;
  margin-bottom: 40px; }

.boxHeadline {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-image: linear-gradient(135deg, #00355a, #327aa0);
  border-bottom: 1px solid #15457f;
  padding: 5px 15px;
}

.boxHeadline img {
  width: 40px;
  padding: 5px;
  position: relative;
}

.myTooltip {
  float:right;
  margin-top: -8px;
  cursor: pointer;
}

.myTooltip .myTooltiptext {
  display: none;
  background-color: #ffa;
  width: 300px;
  min-height: 50px;
  color: brown;
  padding: 5px 10px;
  border-radius: 4px;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid brown;
  box-shadow: 3px 3px 3px #cc882473;

  position: absolute;
  z-index: 100;

  margin-top: -3px;
  margin-left: -255px;
}

.myTooltip .myTooltiptext::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 274px;
  margin-left: -7px;
  border-width: 7px;
  border-style: solid;
  border-color: transparent transparent brown transparent;
}

.myTooltip .myTooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 274px;
  margin-left: -6px;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #ffa transparent;
}

.myTooltip:hover .myTooltiptext:not(:hover) {
  display: block;
}

@media (min-width: 480px) {
  #settingsResourcesForm .form-control {
    width: calc(100% - 22px);
    display: inline-block;
  }
}

#settingsResourcesForm .placeholder {
  display: none;
}

@media (min-width: 480px) {
  #settingsResourcesForm .placeholder {
    display: block;
    width: 22px;
    display: inline-block;
  }
}

#settingsResourcesForm .myTooltip2 {
  display: none;
}

#settingsResourcesForm .myTooltip2 img {
  width: 16px;
}

@media (min-width: 480px) {
  #settingsResourcesForm .myTooltip2 {
    display: block;
    font-size: 20px;
    width: 22px;
    display: inline-block;
    cursor: pointer;
  }
}

@media (min-width: 480px) {
  .myTooltiptext2 {
    display: none;
    background-color: #ffa;
    width: 250px;
    min-height: 50px;
    color: brown;
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid brown;
    box-shadow: 3px 3px 3px #cc882473;
    position: absolute;
    z-index: 100;
    margin-top: 7px;
    margin-left: -29px;
  }
  .myTooltiptext2::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 36px;
    margin-left: -7px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent brown transparent;
  }
  .myTooltiptext2::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 36px;
    margin-left: -6px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent #ffa transparent;
  }
}

.modal-content {
  background-color: #fffae5;
}

#messagesFormModal {
  margin-bottom: 3px;
}

#errorMsgMessagesModal {
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.boxContent {
  padding: 5px 15px;
  color: #272104;
  background-color: #fffae5;
  overflow: auto;
}

.radioButton {
  float: left;
  margin-top: 5px;
  margin-bottom: 5px;
}

[class^="radioButton col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.inputRadioButton {
  float: left;
  width: 35px;
  margin-top: 6px;
}

.form-control {
  font-size: 13px;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2rem + 2px);
}

.inputPair {
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
  font-size: 13px;
  float: left;
}

.inputPair .radioButton {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.inputPair .inputRadioButton {
  width: auto;
  margin-top: 4px;
}

.inputPair .inputCheckbox {
  margin-top: 6px;
}

.inputPair .inputValue {
  margin-top: auto;
  margin-bottom: auto;
}

.inputText {
  padding-top: 7px;
  text-align: right;
}

.downloadBtn {
  background-image: linear-gradient(135deg, #00355a, #327aa0);
  height: 45px;
  border-width: 4px;
}

.downloadBtn a {
  color: #fff;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration-line: none;
}

.executeBtn {
  background-image: linear-gradient(135deg, #d00, #800);
  height: 45px;
  border-width: 4px;
  color: #fff;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
  cursor: pointer;
}

.clearBtn,
.reloadBtn{
  background-image: linear-gradient(135deg, #00355a, #327aa0);
  height: 45px;
  border-width: 4px;
  color: #fff;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
  cursor: pointer;
  float: right;
}

.boxHeadline.status-green,
.executeBtn.status-green{
  background-image: linear-gradient(135deg, #040, #0a0);
  color: #fff;
}

.close.status-green {
  color: #fff;
  opacity: 1.0;
  margin-top: -8px;
}

.boxHeadline.status-yellow,
.executeBtn.status-yellow{
  background-image: linear-gradient(135deg, #ff0, #aa0);
  color: #535;
}

.close.status-yellow {
  color: #535;
  opacity: 1.0;
  margin-top: -8px;
  text-shadow: 0 1px 0 #535;
}


.boxHeadline.status-red,
.executeBtn.status-red{
  background-image: linear-gradient(135deg, #d00, #800);
  color: #fff;
}

.close.status-red {
  color: #fff;
  margin-top: -8px;
}

.close.status-blue {
  color: #fff;
  opacity: 1.0;
  margin-top: -8px;
}


.breaker {
  width: 100%;
}

#apiResourcesDetailsForm .custom-file-label {
  margin-left: 25px;
}

.custom-file-label::after {
  font-family: FontAwesome;
  content: "\f07c";
  background-color: #eee;
}

#ftpResourcesForm .custom-file {
  margin-top: 20px;
}

@media (min-width: 576px) {
  #ftpResourcesForm .custom-file {
    margin-right: 20px;
    top: -5px;
  }
}

#settingsResourcesForm .inputText {
  height: 45px;
}

.modal .modal-dialog .modal-footer button.btn-primary,
.modal .modal-dialog .modal-footer button.btn-primary:focus,
.modal .modal-dialog .modal-footer button.btn-primary:hover,
.modal .modal-dialog .modal-footer button.btn-primary:active {
  background-image: linear-gradient(135deg, #00355a, #327aa0);
  border: none;
  border-bottom: 1px solid #15457f;
  box-shadow: none;
}

.folderHeadline {
  font-weight: bold;
}

.folderContent span img{
  width: 17px;
}

.folderHeadline span:nth-child(1),
.folderContent span:nth-child(1) {
  float: left;
  width: 320px;
}

@media (min-width: 480px) {
  .folderHeadline span:nth-child(1),
  .folderContent span:nth-child(1) {
    width: 320px;
  }
}

.folderHeadline span:nth-child(2),
.folderContent span:nth-child(2) {
  float: left;
  width: 100px;
}

@media (min-width: 480px) {
  .folderHeadline span:nth-child(2),
  .folderContent span:nth-child(2) {
    width: 100px;
  }
}

.folderHeadline span:nth-child(3),
.folderContent span:nth-child(3) {
  display: none;
}

.folderHeadline span:nth-child(4),
.folderContent span:nth-child(4) {
  display: none;
}

@media (min-width: 768px) {
  .folderHeadline span:nth-child(3),
  .folderContent span:nth-child(3) {
    float: left;
    width: 96px;
    display: block;
  }
}

@media (min-width: 768px) {
  .folderHeadline span:nth-child(4),
  .folderContent span:nth-child(4) {
    float: left;
    width: 140px;
    display: block;
  }
}

@media (min-width: 992px) {
  .folderHeadline span:nth-child(1),
  .folderContent span:nth-child(1) {
    width: 400px;
  }
}

@media (min-width: 992px) {
  .folderHeadline span:nth-child(2),
  .folderContent span:nth-child(2) {
    width: 150px;
  }
}

@media (min-width: 992px) {
  .folderHeadline span:nth-child(3),
  .folderContent span:nth-child(3) {
    width: 150px;
  }
}

@media (min-width: 992px) {
  .folderHeadline span:nth-child(4),
  .folderContent span:nth-child(4) {
    width: 197px;
  }
}

.alert-danger {
  background-image: linear-gradient(135deg, #800, #d00);
  color: #fff;
}

.alert-danger button {
  color: #fff;
}

.alert-success {
  background-image: linear-gradient(135deg, #040, #0a0);
  color: #fff;
}

.alert-log {
  color: #1b5b80;
  font-weight: 600;
}

.view {
  display: block;
}

/*# sourceMappingURL=custom.css.map */
