html,
body {
    height: 100%;
    position: relative;
}

.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.navbar-nav > li > a {
    padding-top: 18px;
    padding-bottom: 18px;
}

.footer {
  height: 60px;
  background-color: #ffffff;
  border-top: 1px solid #ddd;
  padding-top: 20px;
  width: 100%;
  position: fixed;
  bottom:0;
  width: 100%;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

.navbar-inverse .btn-link,
.navbar-inverse .navbar-nav > li > a {

  color: #000000;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {

    color: #000000;
    background-color: #dad5d5;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
    background-color: #131212;
}

.navbar-inverse {

    background-color: #ffffff;
    border-color: #dcd4d4;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 18px;
    padding-bottom: 18px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.nav-tabs {
    margin: 0;
    padding: 0;
    border: 0;
    margin-left: 15px;
    width: 96%;
}
.nav-tabs > li > a {
    background: #DADADA;border-radius: 0;
    box-shadow: none !important;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover {
  background: #F5F5F5;
  box-shadow: none !important;
}

.tab-pane {
    background: #ffffff;
    box-shadow: 0 0 4px rgba(0,0,0,.4);
    border-radius: 0;text-align: center;
    padding: 10px;
}
.tab-content>.active {
    margin-top:50px;/*width:100% !important;*/
} 

/* edit profile css*/

.profile-description {
  padding: 20px;
}

.hve-pro { 
    background-color: #333;
    padding: 5px;
    width:100%; 
    height:auto;
    float:left;
 }
.hve-pro p {
    float: left;
    color:#fff;
    font-size: 15px;
    text-transform: capitalize;
    text-align: left;
    padding: 5px 20px;
    font-family: 'Noto Sans', sans-serif;
}
h2.register { 
    padding:10px 25px; 
    text-transform:capitalize;
    font-size: 25px;
    color: rgb(255, 102, 0);
}
.fom-main { overflow:hidden;
}

legend {
    font-family: 'Bitter', serif;
    color:#ff3200;
    border-bottom:0px solid;
}
.main_form {
    background-color: #;
}
label.control-label {
    font-family: 'Noto Sans', sans-serif;font-weight: 100;
     margin-bottom:5px !important; 
    text-align:left !important; 
    text-transform:uppercase; 
    color:#798288;}
.submit-button {
    color: #fff;
    background-color:rgb(255, 102, 0);
    width:190px;
    border: 0px solid;
    border-radius: 0px;
     transition:all ease 0.3s;
     margin: 5px;
    float:left;
}
.submit-button:hover, .submit-button:focus {
    color: #fff;
    background-color:rgb(0, 4, 51);
}
.hint_icon {
    color:#ff3200;
}
.form-control:focus {
    border-color: #ff3200;
}



.nav-menu li a {
  margin: 5px 5px 5px 5px;
  position: relative;
  display: block;
  padding: 10px 50px;
  border: 0px solid !important;
  box-shadow: none !important;
  background-color: rgb(0, 4, 51) !important;
  color: #fff !important;   
  white-space: nowrap;
}
.nav-menu li.active a {
    background-color: rgb(255, 102, 0) !important;
}

/* Profile Card */

.profile-card {
  background-color: #222222;
  margin-bottom: 20px; 
  height: 555px;      
}
        
.profile-pic {
  border-radius: 50%;
  position: absolute;
  top: -65px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  max-width: 100px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.position-build {
  padding-top: 35px;
}
                
.profile-info {
  color: #BDBDBD;
  padding: 25px;
  position: relative;
  margin-top: 15px;
}
        
.profile-info h2 {
    color: #E8E8E8;
    letter-spacing: 4px;
      padding-bottom: 12px;
                }
                
.profile-info span {
  display: block;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 2px;
}

.profile-info a {
  color: #ffffff;
}

.btn-download-mobile {
  color: #030440 !Important;  
}
.btn-download:visited,
.btn-download:focus,
.btn-download {
  color: #ffffff !Important;
  background-color: #5a276c;
  font-weight: 600;
}
.btn-download:hover {
  background-color: #ae6cc6;
}

.profile-info i {
  padding: 15px 35px 0px 35px;
}
        
.profile-card:hover .profile-pic {
  transform: scale(1.1);
}

.profile-card:hover .profile-info hr  {
  opacity: 1;
}

        
        
        
/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 52%;
  right: 52%;
  bottom: 0;
  background: #FFFFFF;
  border-radius: 50%;
  height: 3px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-underline-from-center > a:hover {
  text-decoration: none;
}
.profile-card:hover .hvr-underline-from-center:before, .profile-card:focus .hvr-underline-from-center:before, .profile-card:active .hvr-underline-from-center:before {
  left: 0;
  right: 0;
  height: 1px;
  background: #CECECE;
}

/* Comments */

/*
.comment-card {
    height: 200px;
}*/
/*
.profile-image-on-comment {
    height: 40px;
    width: 40px;
    margin-bottom: 10px;
}
*/
.user_name{
    font-size:14px;
    font-weight: bold;
}
/*
.comments-list .media{
    border-bottom: 1px dotted #ccc;
}
*/
/* Application View Responsive Media QUery */
.application-responsive-card-application,
.application-responsive-card {
  display: none;
}

@media(max-width:1000px) {
    .header-wrapper,
    .application-tabs,
    .horisontal-card-application,
    .horisontal-card {
      display: none;
    }
    .admin-form {
      border: 0 !important;
      width: 100%;
    }
}


/*
.comment-position {
  text-align: center;
  margin-left: 14%;
  margin-top: -60px;
}
*/
.button-media-query {
  margin-left: -1% !important;
}

.horisontal-right-card-bottom {
  opacity: 0;
  transform: translateY(1.250rem);
  transition: all 0.3s ease-in-out;  
}

.header-wrapper{
  opacity: 0;
  transform: translateY(1.250rem);
  transition: all 0.3s ease-in-out;
}

.profile-info-decoration,
.card-0,
.card-1,
.card-2,
.card-3,
.card-4,
.mobile-card-0,
.mobile-card-1,
.mobile-card-2,
.mobile-card-3,
.mobile-card-4,
.application-responsive-card,
.horisontal-card {
  opacity: 0;
  transform: translateY(1.250rem);
  transition: all 0.5s ease-in-out;
}
/*
.comments-wrapper {
  opacity: 0;
  transform: translateY(1.250rem);
  transition: all 0.5s ease-in-out;    
}*/
.is-visible {
  opacity: 1;
  transform: translateY(0rem);
}

.login-position {
    margin-top: 50px;
}

.btn-position {
    text-align: center;
}
.application-title{
  padding-top: 9px;
}
.btn-profile-wrapper {
    margin-top: 10px;
}

.profile-content-wrapper {
    margin-top: 55px;
}

.admin-form {
  position: relative;
}

.btn-profile-postion {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    width: 100%;
}

.btn-profile-cancel {
    margin-left: 5px;
}

.btn-profile-save {
    margin-right: 5px;
}

.horisontal-card-build {
    margin-left: 10px !important;
}

.file-preview-thumbnails {
  overflow: hidden;
}

.application-tabs {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;  
  justify-content: center;
}

.application-tabs > li.active > a:hover,
.application-tabs > li.active > a{
  border: 1px solid gainsboro !important;
  border-radius: 2px;
  box-shadow: 2px 2px 5px #d8d3d3 !important;
  background-color: #000000;
}

.nav li > form > button.logout:hover,
.nav li > form > button.logout:focus,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {

  background-color: #e0c5c5;
  color: #000000;
}

.application-tabs > li > a:focus,
.application-tabs > li > a {
  background-collor: #ffffff;
  padding: 0;
  border: 1px solid gainsboro;
  border-radius: 2px;
  box-shadow: 2px 2px 5px #d8d3d3 !important;
}

.application-tabs > li > a > img{
  width: 100px;
  height: 100px;
  background-color: #cccccc;
}

.android-logo {
}
.application-tabs > li.active > a > img.apple-logo,
.apple-logo:hover {
  background-color: #000000;
}

.application-tabs > li:first-child {
  margin-right: 4px;
}

.application-tabs > li.active > a > img.android-logo,
.android-logo:hover {
  background-color: #9abe32;
}

.application-tabs-wrapper {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
  justify-content: center;
}

.navbar-brand {

    color: #9d9d9d;
    height: 100%;
    margin-top: 1px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-right {

  height: 50px;
}

.navbar-brand > img {

  width: 185px !important;
  padding-top: 5px !important;

}

.adresse-tehnic {

    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
}

.adresse-tehnic .form-group {

    margin-right: 0.8%;
    width: 19.3%;
}

.adresse-tehnic .form-group:last-child {

    margin-right: 0px;
}

.pull-left-footer {

    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;       
}

.pull-left-footer .img-freie {

    width: 185px;
    height: 100%;
    margin-right: 10px;
}


.tehnical-banner {

  background: #ffffff url(../images/banner.png) center center;
  width: 100%;
  height: 100%;
  max-height: 465px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin-top: -15px;
}

.tehnical-banner-image {


}

.tehnical-view-card {

  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 5px;
 -webkit-box-shadow: 3px 2px 6px 1px #ccc; 
  -moz-box-shadow: 3px 2px 6px 1px #ccc;
  box-shadow: 3px 2px 6px 1px #ccc;
}

.tehnical-view-card-header {

  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center; 
}

.tehnical-view-card-header img {

  width: 30%;
  margin-right: 20px;
}

.tehnical-view-card-header div {

  width: 70%;
  padding: 50px;
}

.tehnical-view-overview {

  padding: 20px;
  background-color: #2d2d2d;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
  margin-bottom: 20px;  
}

.tehnical-view-overview p {

  color: #ffffff;
  font-size: 16px;
  font-family: sans-serif;
}

.tehnical-view-overview p span {

  font-weight: 600; 
}

.container-tehnic {

  padding-left: 100px;
  padding-right: 100px;
}

.desktop-show-logo {

    width: 100% !important;
    min-height: 200px !important;
}

.tehnical-index-mobile {

  display: none;
}

.container-tehnic {

  display: block;
}


.container-tehnic-mobile {

  display: none;
}

@media(max-width:767px) {

    .nav > li {

      margin-top: -10px;
      border-bottom: 1px solid #ccc;
    }


    .nav > li:last-child {

      border-bottom: 0;
      padding-top: 10px;
    }

    .container-tehnic {

      display: none;
    }

    .container-tehnic-mobile {

      display: block !important;
    }

    .tehnical-index-mobile {

      display: block;
    }

    .tehnical-index-desktop {

      display: none !important;
    }

    .navbar-header {

      display: -moz-box;
      display: -webkit-flexbox;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: flex;
      flex-direction: row-reverse;
      -webkit-flex-direction: row-reverse;
      align-items: center;
      -webkit-align-items: center;
      justify-content: space-between;
      -webkit-justify-content: space-between;
    }

    .navbar-brand > img {
        width: 130px !important;
        padding-top: 0px !important;
    }

    .btn-profile-wrapper {

      width: 100% !important;
    }

    .tehnical-view-overview {

      display: -moz-box;
      display: -webkit-flexbox;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: flex;
      flex-direction: column;
      -webkit-flex-direction: column;
      align-items: center !important;
      -webkit-align-items: center !important;
      justify-content: center !important;
      -webkit-justify-content: center !important;
    }

    .tehnical-view-overview div{

      width: 100%;
      display: -moz-box;
      display: -webkit-flexbox;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: flex;
      flex-direction: column;
      -webkit-flex-direction: column;
      align-items: center !important;
      -webkit-align-items: center !important;
    }

    .navbar-right {
      height: auto !important;
    }

    .tehnical-view-overview p {

      color: #ffffff;
      font-size: 10px;
      font-family: sans-serif;
    }

    .tehnical-view-overview p span {

      font-weight: 600; 
    }

    .adresse-tehnic {

      flex-direction:column;
      -webkit-flex-direction:column;
    }

    .adresse-tehnic .form-group {

      width: 100% !important;
    }

    .navbar-inverse .navbar-toggle {

      margin-right: -30px;
  }

}

.table-mobile {

  box-shadow: 3px 2px 10px 2px #888888;
}

.table-mobile tbody tr td:last-child {

  width: 70%;
  font-size: 12px;
  text-align: center;
}

.table-mobile tbody tr td:first-child {

  font-weight: 600;
  width: 30%;
}

.tehnical-view-umfang {

  margin-top: -20px !important;
}

.table-size-decoration .table-size-decoration-head tr th,
.table-size-decoration .table-size-decoration-body tr td {

  width: 17% !important;
}

.table-size-decoration tbody th,
.table-size-decoration tbody td {

  width: 50%;
}

@media(max-width:430px) {

  .table-mobile tbody tr td:last-child {

    width: 70%;
    font-size: 10px;
    text-align: center;
  }

  .table-mobile tbody tr td:first-child {

    font-size: 10px;
    font-weight: 600;
    width: 30%;
  }
}

.file-zoom-content img,
.kv-file-content img {

    height: 100% !important;
}

.grid-view-style td {

  width: 12.5%;
}

.position-text-login {

  margin-top: 30px;
  margin-bottom: -40px;
}

.header-content {

    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.coworker-table-view table tr th,
.coworker-table-view table tr td {

  text-align: center;
}

.coworker-table-view table tr td .glyphicon-trash {

  color: red;
}

.body-content {

  margin-top: 20px;
}


.desktop-short-description {

  width: 100px !important;
  font-size: 10px;
}