
.icomoon > .btn {
  font-family: 'icomoon' !important; }
  
.inoutic_ctx {
  background: #f5f5f5;
  border-radius: 8px;
  padding: 3px 4px 4px 4px;
  max-width: 200px; }

.inoutic_dlg {
  background: #00042e;
  border-radius: 8px;
  padding: 3px 4px 4px 4px; }
  
.inoutic_dlg > *:first-child {
  margin-left: 0; }
  
.inoutic_title {
  margin: 0;
  border: 0;
  border-radius: 2px;
  padding: 6px; }
  
.inoutic_men {
  border: solid 4px #00042e;
  border-radius: 8px;
}
  
.body .panel-heading {
  background: #5280ad;
  background-image: linear-gradient(to bottom, #89a9d5 0, #5280ad 50%, #42668a 100%);  
  color: white;
  font-size: 16px;
  font-weight: bold; }

.btn-group-vertical .panel-heading { display: block; }
  
.table { margin-bottom: 0;}

.scroll { overflow: auto; }
.scroll > .container-fluid { padding: 0 }
.inline-text-btn { padding: 1px 8px; }

.alert { width: 100%; text-align: center; }

.xselectWizard
{
  background: #FFFFFF;
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  padding: 2px 2px 2px 2px;
  text-decoration: none;
  margin-bottom: 10px;
}

.xselectWizard:hover
{
  background: #b1bec7;
  background-image: -webkit-linear-gradient(top, #b1bec7, #e8eaeb);
  background-image: -moz-linear-gradient(top, #b1bec7, #e8eaeb);
  background-image: -ms-linear-gradient(top, #b1bec7, #e8eaeb);
  background-image: -o-linear-gradient(top, #b1bec7, #e8eaeb);
  background-image: linear-gradient(to bottom, #b1bec7, #e8eaeb);
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  padding: 2px 2px 2px 2px;
  text-decoration: none;
}

label { font-weight: normal; }
label.title { font-size:28px }
label.heading { font-size:18px }

.btn-link.heading { 
  font-size:18px;
  padding-left: 0; }


.btn.title { padding: 20px 30px; }

.breadcrumb a { color: white;
  background: #041c2c;
  position: relative;
  border: none;
  margin-right: 18px;
  text-decoration: none !important;
 margin-bottom: 3px;
 border-radius:0 !important;
}

.breadcrumb {
  padding:0;
  margin-bottom: 0px;
}


.breadcrumb a:hover
{ 
  background: #041c2c;
  color: white;
}


.breadcrumb a:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 15px solid #041c2c;
    line-height: 20px;
    font-size: 0;
     position: absolute;
    right: -15px;
    top: 0;
    color: #F5F5F5 !important;
}

.breadcrumb a:not(:first-child):before {
    content: "";
    width: 0;
    height: 0;
    border-right: 0;
    border-top: 16px solid #041c2c;
    border-bottom: 16px solid #041c2c;
    border-left: 15px solid transparent;    
    line-height: 20px;
    font-size: 0;
    position: absolute;
    left: -15px;
    top: 0;
    color: #F5F5F5 !important;
}

/*.breadcrumb a:first-child:before {
    display: none;
}
*/

.breadcrumb .col-lg-12:before 
{
    width: 20px;
    background: #f5f5f5;
    top: 0;
    left:0;
    bottom: 0;
    position: absolute;
    content: ' ';
    z-index: 1;
}

.breadcrumb a:last-child:after {
    background: #f5f5f5;
}


/* Material */

.panel {
  border-radius: 0;
  border: 0;
  box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
  background-color: #f5f5f5;
} 

.panel .panel-heading {
  xcolor: #121539;
  color: #ffffff;  
  background: #041c2c;
  border-radius: 0; 
}

.selectWizards {
  display: flex;
}

.selectWizards > div {
  display: flex;
}

.area_details { position: relative; display:none }

.selectWizard,.sublay {
  border: solid 1px #dfdfdf;
  background: #ffffff;
  padding: 20px;  
  margin-bottom: 20px;
  border-radius: 2px;
}

.selectWizard.preselected {
  background: #f1c999;
}

.selectWizard:hover {
  background: #e5973b;
  color: white;
}

.line hr {
  xmargin-top: 10px;
  xmargin-bottom: 10px;
  border-top: 1px solid #dfdfdf;
}

.btn {
  border-radius: 3px;
  box-shadow: 0;
}

.btn-default {
  background: #ddd;
  border-radius: 3px;
}

.btn-secondary {
  border-color: #ccc;
  border-radius: 3px;
}

.alert-danger {
  background: #db4437;
  color: white;
  border-radius: 2px;
  border:0;
}

.input-group-addon { padding-top: 0; padding-bottom: 0;}

body { background: #8b8b80; }

.cssload-spin-box {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 19px;
  height: 19px;
  border-radius: 100%;
  box-shadow: 19px 19px rgb(79,77,73), -19px 19px rgb(223,223,223), -19px -19px rgb(79,77,73), 19px -19px rgb(223,223,223);
    -o-box-shadow: 19px 19px rgb(79,77,73), -19px 19px rgb(223,223,223), -19px -19px rgb(79,77,73), 19px -19px rgb(223,223,223);
    -ms-box-shadow: 19px 19px rgb(79,77,73), -19px 19px rgb(223,223,223), -19px -19px rgb(79,77,73), 19px -19px rgb(223,223,223);
    -webkit-box-shadow: 19px 19px rgb(79,77,73), -19px 19px rgb(223,223,223), -19px -19px rgb(79,77,73), 19px -19px rgb(223,223,223);
    -moz-box-shadow: 19px 19px rgb(79,77,73), -19px 19px rgb(223,223,223), -19px -19px rgb(79,77,73), 19px -19px rgb(223,223,223);
  animation: cssload-spin ease infinite 3.8s;
    -o-animation: cssload-spin ease infinite 3.8s;
    -ms-animation: cssload-spin ease infinite 3.8s;
    -webkit-animation: cssload-spin ease infinite 3.8s;
    -moz-animation: cssload-spin ease infinite 3.8s;
  z-index: 99999;
}

@keyframes cssload-spin {
  0%,
  100% {
    box-shadow: 19px 19px rgb(79,77,73), -19px 19px rgb(223,223,223), -19px -19px rgb(79,77,73), 19px -19px rgb(223,223,223);
  }
  25% {
    box-shadow: -19px 19px rgb(223,223,223), -19px -19px rgb(79,77,73), 19px -19px rgb(223,223,223), 19px 19px rgb(79,77,73);
  }
  50% {
    box-shadow: -19px -19px rgb(79,77,73), 19px -19px rgb(223,223,223), 19px 19px rgb(79,77,73), -19px 19px rgb(223,223,223);
  }
  75% {
    box-shadow: 19px -19px #dfdfdf, 19px 19px #4f4d49, -19px 19px #dfdfdf, -19px -19px #4f4d49;
  }
}

@-o-keyframes cssload-spin {
  0%,
  100% {
    box-shadow: 19px 19px rgb(79,77,73), -19px 19px rgb(223,223,223), -19px -19px rgb(79,77,73), 19px -19px rgb(223,223,223);
  }
  25% {
    box-shadow: -19px 19px rgb(223,223,223), -19px -19px rgb(79,77,73), 19px -19px rgb(223,223,223), 19px 19px rgb(79,77,73);
  }
  50% {
    box-shadow: -19px -19px rgb(79,77,73), 19px -19px rgb(223,223,223), 19px 19px rgb(79,77,73), -19px 19px rgb(223,223,223);
  }
  75% {
    box-shadow: 19px -19px #dfdfdf, 19px 19px #4f4d49, -19px 19px #dfdfdf, -19px -19px #4f4d49;
  }
}

@-ms-keyframes cssload-spin {
  0%,
  100% {
    box-shadow: 19px 19px rgb(79,77,73), -19px 19px rgb(223,223,223), -19px -19px rgb(79,77,73), 19px -19px rgb(223,223,223);
  }
  25% {
    box-shadow: -19px 19px rgb(223,223,223), -19px -19px rgb(79,77,73), 19px -19px rgb(223,223,223), 19px 19px rgb(79,77,73);
  }
  50% {
    box-shadow: -19px -19px rgb(79,77,73), 19px -19px rgb(223,223,223), 19px 19px rgb(79,77,73), -19px 19px rgb(223,223,223);
  }
  75% {
    box-shadow: 19px -19px #dfdfdf, 19px 19px #4f4d49, -19px 19px #dfdfdf, -19px -19px #4f4d49;
  }
}

@-webkit-keyframes cssload-spin {
  0%,
  100% {
    box-shadow: 19px 19px rgb(79,77,73), -19px 19px rgb(223,223,223), -19px -19px rgb(79,77,73), 19px -19px rgb(223,223,223);
  }
  25% {
    box-shadow: -19px 19px rgb(223,223,223), -19px -19px rgb(79,77,73), 19px -19px rgb(223,223,223), 19px 19px rgb(79,77,73);
  }
  50% {
    box-shadow: -19px -19px rgb(79,77,73), 19px -19px rgb(223,223,223), 19px 19px rgb(79,77,73), -19px 19px rgb(223,223,223);
  }
  75% {
    box-shadow: 19px -19px #dfdfdf, 19px 19px #4f4d49, -19px 19px #dfdfdf, -19px -19px #4f4d49;
  }
}

@-moz-keyframes cssload-spin {
  0%,
  100% {
    box-shadow: 19px 19px rgb(79,77,73), -19px 19px rgb(223,223,223), -19px -19px rgb(79,77,73), 19px -19px rgb(223,223,223);
  }
  25% {
    box-shadow: -19px 19px rgb(223,223,223), -19px -19px rgb(79,77,73), 19px -19px rgb(223,223,223), 19px 19px rgb(79,77,73);
  }
  50% {
    box-shadow: -19px -19px rgb(79,77,73), 19px -19px rgb(223,223,223), 19px 19px rgb(79,77,73), -19px 19px rgb(223,223,223);
  }
  75% {
    box-shadow: 19px -19px #dfdfdf, 19px 19px #4f4d49, -19px 19px #dfdfdf, -19px -19px #4f4d49;
  }
}

.dd_lang{
  display: inline-block;
}

.cookie_box { z-index: 999 }

.header_table th { display:inline-block; overflow: hidden;  }