@charset "UTF-8";

@font-face {
  font-family: "Conv_Trebuchet_MS";
  src: url("fonts/Trebuchet MS.eot");
  src: local("☺"), url("fonts/Trebuchet MS.woff") format("woff"), url("fonts/Trebuchet MS.ttf") format("truetype"), url("fonts/Trebuchet MS.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  color: #555;
  font: normal 10pt "Conv_Trebuchet_MS", Arial, Helvetica, sans-serif !important;
  background: #EFEFEF;
}

#page {
  background: white;
  min-height: 100vh;
  padding-bottom: 60px;
}

#sidebar {
  padding: 20px 20px 20px 0;
}

#footer {
  padding: 10px;
  font-size: 0.8em;
  text-align: center;
  background-color: #0082c8;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  /*    position: fixed;*/
  bottom: 0px;
  /*    width: 81.2%;*/
}

#header {
  display: flex;
  justify-content: center;
  align-items: center;
}

#title-logo {
  font-size: 200%;
  /*    text-align: right;*/
}

#logo {
  padding-right: 55px;
  padding-top: 5px;
  padding-bottom: 10px;
}

#logo img {
  float: right;
}

.img-login {
  width: 100%;
}

.img {
  position: relative;
}

.text-login {
  position: absolute;
  padding: 3%;
  background-color: #0082c8;
  opacity: 0.66;
  color: #fff;
  bottom: 0vh;
  border-bottom-left-radius: 5px;
  min-height: 285px;
}

.text-login p {
  line-height: 1.7;
}

.border-login {
  background-color: #fff;
  box-shadow: 1px 1px 3px 2px #f8f8f8;
  display: flex;
  align-items: center;
  /*    min-height: 56vh !important;*/
  padding: 0 !important;
}

.login-image {
  padding: 0 !important;
}

.title-form {
  text-align: center;
  color: #249ad9;
}

.navbar-default {
  background-color: #249ad9 !important;
  border-color: #249ad9 !important;
}

.navbar-default .navbar-nav>li>a {
  color: #fff !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.open>a {
  background-color: #0082c8 !important;
  border-radius: 4px 4px 0 0;
}

.navbar-default .navbar-toggle {
  border-color: transparent !important;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff !important;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #0082c8 !important;
}

div.flash-error,
div.flash-notice,
div.flash-success {
  padding: 0.8em;
  margin-bottom: 1em;
  border: 2px solid #ddd;
}

div.flash-error {
  background: #FBE3E4;
  color: #8a1f11;
  border-color: #FBC2C4;
}

div.flash-notice {
  background: #FFF6BF;
  color: #514721;
  border-color: #FFD324;
}

div.flash-success {
  background: #E6EFC2;
  color: #264409;
  border-color: #C6D880;
}

div.flash-error a {
  color: #8a1f11;
}

div.flash-notice a {
  color: #514721;
}

div.flash-success a {
  color: #264409;
}

div.form .rememberMe label {
  display: inline;
}

div.view {
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #f8f8f9;
}

.breadcrumb {
  list-style: none;
  display: inline-block;
  background-color: transparent !important;
  padding: 0px !important;
}

.breadcrumb li {
  float: left;
}

.breadcrumb li a {
  color: #333;
  display: block;
  background: #249ad9;
  text-decoration: none;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 10px 0 5px;
  text-align: center;
  margin-right: 23px;
}

.breadcrumb li:nth-child(n) a {
  background-color: #f8f8f9;
}

.breadcrumb li:nth-child(n) a:before {
  border-color: #f8f8f9;
  border-left-color: transparent;
}

.breadcrumb li:nth-child(n) a:after {
  border-left-color: #f8f8f9;
}

.breadcrumb>li+li:before {
  content: none !important;
}

.breadcrumb>.active {
  display: block;
  background: #249ad9;
  text-decoration: none;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 -1px 0 5px;
  text-align: center;
  background-color: #f8f8f9;
  color: #333 !important;
}

li .active::before {
  border-color: #f8f8f9;
  border-left-color: transparent;
}

li .active::after {
  border-left-color: #f8f8f9;
}

.breadcrumb li:first-child a {
  padding-left: 15px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px;
  color: #fff;
  background-color: #249ad9;
}

.breadcrumb li:first-child a:before {
  border: none;
}

.breadcrumb li:first-child a:after {
  border-left-color: #249ad9;
}

.breadcrumb li:last-child a {
  padding-right: 15px;
  /*
      -moz-border-radius: 0 4px 4px 0;
      -webkit-border-radius: 0;
      border-radius: 0 4px 4px 0;
  */
  margin-right: 0px;
}

.breadcrumb li a:before,
.breadcrumb li a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #249ad9;
  border-width: 20px 10px;
  width: 0;
  height: 0;
}

.breadcrumb li a:before {
  left: -20px;
  border-left-color: transparent;
}

.breadcrumb li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #249ad9;
}

.breadcrumb li a:hover,
.breadcrumb li a:active {
  background-color: #249ad9;
  color: #fff;
}

.breadcrumb li a:hover:before,
.breadcrumb li a:active:before {
  border-color: #249ad9;
  border-left-color: transparent;
  color: #fff;
}

.breadcrumb li a:hover:after,
.breadcrumb li a:active:after {
  border-left-color: #249ad9;
  color: #fff;
}

.portlet-decoration {
  padding: 3px 8px;
  background: #B7D6E7;
  border-left: 5px solid #6FACCF;
}

.portlet-title {
  font-size: 12px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  color: #298dcd;
}

.portlet-content {
  font-size: 0.9em;
  margin: 0 0 15px 0;
  padding: 5px 8px;
  background: #EFFDFF;
}

.portlet-content ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.portlet-content li {
  padding: 2px 0 4px 0px;
}

.operations {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.operations li {
  padding-bottom: 2px;
}

.operations li a {
  font: bold 12px "Conv_Trebuchet_MS", Arial;
  color: #0066A4;
  display: block;
  padding: 2px 0 2px 8px;
  line-height: 15px;
  text-decoration: none;
}

.operations li a:visited {
  color: #0066A4;
}

.operations li a:hover {
  background: #80CFFF;
}

div.loading {
  background-image: url("loading.gif");
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
}

div.loading * {
  opacity: 0.8;
  pointer-events: none;
  cursor: default;
}

.missing {
  /*background-image: url('missing.png');*/
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  width: 17px;
  height: 17px;
}

.filled {
  background-image: url("../images/correct.svg");
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  width: 14px;
  height: 14px;
  font-size: 0;
  margin: 20px;
}

.ofilled {
  background-image: url("orange-filled.png");
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  width: 14px;
  height: 14px;
  font-size: 0;
}

.rfilled {
  background-image: url("red-filled.png");
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  width: 14px;
  height: 14px;
  font-size: 0;
}

.gfilled {
  background-image: url("green-filled.png");
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  width: 14px;
  height: 14px;
  font-size: 0;
}

.filled :before {
  content: attr(title);
  display: none;
}

.list_item_header {
  color: #249ad9;
  font-size: 14px;
}

.clear {
  clear: both;
  height: 1px;
}

.vacancy_header {
  border-bottom: 1px solid #f8f8f9;
  color: #249ad9;
  font-size: 16px;
  margin-bottom: 26px;
}

.content-thick {
  float: left;
  width: 484px;
  margin: 9px 0 10px 215px;
}

.date {
  color: #27292b;
  font-size: 11px;
  font-weight: bold;
}

.more {
  color: #fff;
  background-color: #249ad9;
  float: right;
  font-weight: bold;
  padding: 13px 30px;
  border-radius: 7px;
  text-transform: capitalize;
}

.more:hover {
  color: #fff !important;
}

.desription {
  color: #444343;
  font-size: 12px;
}

.applied {
  color: #249ad9;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 26px;
}

.progress-bar-legend {
  color: #27292b;
  font-size: 10px;
  font-weight: bold;
}

.hint {
  color: #999999;
  margin: 0;
  padding: 0;
  font-style: italic;
  font-size: 12px;
}

.search-form {
  background: none repeat scroll 0 0 #F8F8F8;
  margin: 10px 0;
  padding: 10px;
}

a:focus,
a:hover,
a:focus,
a:hover {
  color: #706D6D;
}

:focus {
  outline: 0 none;
}

a {
  color: #706D6D;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
}

.search-div>a {
  color: #706D6D !important;
}

.search-div>a:focus {
  color: #fbb450 !important;
}

.search-div>a:hover {
  color: #fbb450 !important;
  color: #fbb450 !important;
}

.search-button {
  color: #249ad9;
}

.search-button:hover {
  color: #0082c8;
}

.forget-password {
  color: #706D6D !important;
}

.applied_hint {
  font-size: 11px;
  font-weight: bold;
  font-style: italic;
}

.check-box-list {
  border-radius: 0 0 0 0;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin: 3px 0;
  padding: 0;
  width: auto;
}

.address-progress-bar-align-left,
.address-progress-bar-align-right {
  width: 200px;
  visibility: hidden;
}

.ad-bar {
  height: 783px;
  overflow: hidden;
}

.right-align.btn:first-child {
  float: right;
}

.left-align.btn:first-child,
.query-builder-align-left {
  float: left;
}

.query-builder-align-right {
  float: right;
}

/*.hiddenRow{
    visibility: hidden;
}

.normalRow{
    visibility:visible;
}*/
#welcome_msg {
  display: inline-block;
  vertical-align: top;
  width: 37%;
  text-align: justify;
  color: #e3294a;
}

.print_div {
  max-width: 21 cm;
  direction: ltr;
}

.header-personal-info {
  display: flex;
  align-items: center;
}

#property-grid>table>thead {
  background-color: #f8f8f9;
}

.print-hidden {
  text-align: center;
}

.print-hidden a {
  width: 185px;
  min-height: 63px;
  text-align: center;
  padding-top: 20px;
}

.person_photo p {
  font-size: 16px;
}

.personal-style p {
  background-color: #249ad9;
  color: #fff;
  color: #fff;
  padding: 1%;
  border-radius: 5px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  text-align: center;
  margin: 0;
}

.personal-style .table {
  border-top: 5px solid #249ad9 !important;
}

.personal_info p {
  font-size: 17px;
  text-decoration: underline;
}

.personal_info_title {
  font-weight: bold;
}

.professional_experience p {
  text-decoration: underline;
  font-size: 17px;
}

.professional_experience_title {
  font-weight: bold;
  text-decoration: underline;
}

.has_read {
  background-color: #eee !important;
}

.btn-success {
  background-color: #249ad9 !important;
  border-color: transparent !important;
  font-size: 1.1em !important;
  font-weight: 600 !important;
  max-height: 34px !important;
  /*
      background-image: -moz-linear-gradient(center top, #134C85, #134C85);
      background-repeat: repeat-x;
      border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  */
}

.btn-success :hover {
  background-color: #249ad9 !important;
}

.select#query-template-id,
select#shared-query-template-id {
  border-color: #d3d3d3;
  height: 32px;
  border-radius: 4px;
  margin-bottom: 10px;
}

thead>th {
  background-color: #f8f8f9;
}

.table>tbody>tr {
  border: 1px solid #f8f8f9;
  border-top: 1px solid #f8f8f9 !important;
}

.sort-link {
  color: #27292b;
}

.icon-table {
  width: 190px;
}

.row-form {
  margin: 1% auto;
}

.input-control {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  margin: 0.5%;
}

.input-control:focus {
  border-color: #66afe9;
}

.table>thead>tr>th {
  border-bottom: none !important;
}

.new-style {
  margin-top: 8px !important;
}

.new-style h3 {
  background: #249ad9;
  border: none;
  margin-bottom: 0.5%;
  border-radius: 7px;
}

.new-style table td {
  overflow-wrap: break-word;
}

.glyphicon {
  color: #0082c8 !important;
}

.h3-a {
  color: #fff !important;
  padding: 0 !important;
  text-shadow: none !important;
}

.icon-h3 {
  padding-right: 1%;
}

.icon-btn {
  background-color: #0082c8;
  height: 34px;
  color: #fff !important;
  top: 0px !important;
  padding-top: 8px !important;
}

.actions {
  text-align: right;
}

.new-style .ui-accordion-content {
  border: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc !important;
  border-radius: 7px;
  margin-bottom: 0.5% !important;
}

.new-style .control-label {
  padding-left: 0px;
}

.new-style .form-control {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.ui-widget-content {
  background: #fff !important;
}

.ui-icon-triangle-1-e,
.ui-icon-triangle-1-s {
  display: none !important;
}

.input-tel {
  height: 35px;
  border-radius: 4px;
  border: 1px solid #ccc;
  margin: 0 0.3%;
  text-align: center;
}

.title {
  background-color: transparent !important;
}

.new-style .table {
  border: 1px solid #f8f8f9;
}

.new-style .table>th {
  background-color: #f8f8f9;
}

.new-style .table>thead>tr {
  border: 1px solid #f8f8f9;
  background-color: #f8f8f9;
}

.icon-img {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  width: 55px !important;
  background-color: #0082c8;
}

.glyphicon img {
  display: none;
}

.modal-header h3 {
  background-color: transparent;
}

#result-grid-div {
  margin-top: 10px;
}

.glyphicon-remove-circle {
  color: #dc0b00 !important;
}

.grid-view table>thead {
  background-color: #f8f8f9 !important;
}

.glyghicon-margin {
  margin-right: 10%;
}

.table-mobile {
  display: none;
}

.table-big {
  display: block;
}

/*
.pagination .page .selected>a {
  background-color: #4CAF50;
  color: white;
}

.pagination.next a{
    background-color: #333 !important;
} 
*/
.pagination>li>a {
  color: #0082c8 !important;
}

.pagination>.active>a {
  color: #fff !important;
}

.icon-mobile {
  display: none;
}

.button-big {
  display: block;
}

.dropdown-menu {
  background-color: #0082c8 !important;
  min-height: 90px !important;
}

.dropdown-menu>li>a {
  padding: 10px 20px !important;
  color: #fff !important;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  color: #0082c8 !important;
}

.dropdown-menu>.active>a {
  background-color: #f8f8f9 !important;
  color: #0082c8 !important;
}

.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  background-color: #f8f8f9 !important;
  color: #0082c8 !important;
}

.flexPager>.next>a,
.flexPager>.last>a,
.flexPager>.first>a,
.flexPager>.previous>a {
  background-color: #0082c8 !important;
  color: #fff !important;
}

.flexPager>.next>a:hover,
.flexPager>.last>a:hover,
.flexPager>.first>a:hover,
.flexPager>.previous>a:hover {
  color: #dcdcdc !important;
}

li.page.selected>a {
  background: #ddd !important;
}

.main-data {
  /* min-height: 61.7vh; */
}

.summary {
  text-align: right !important;
}

.datepicker.dropdown-menu {
  background-color: #fff !important;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.btn-group>.btn:hover {
  z-index: 0 !important;
}

.btn-log {
  width: inherit;
}

.btn-log-sin {
  padding: 0px !important;
}

.btn-group {
  margin: 3px 5px !important;
}

label.error.required,
.help-block.error {
  color: #a94442;
}

#newValue {
  height: 50px;
}

.input_value {
  border: none;
}

.input_label {
  border: none;
}

.table_type {
  display: none;
}

.feature-form {
  display: flex;
  align-items: center;
  margin: 1px 0;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
  background: #0082c8 !important;
}

td.map-link {
  max-width: 1200px;
  overflow-wrap: break-word;
}

@media (max-width: 1920px) and (min-width: 1880px) {
  .container {
    width: 1560px !important;
  }
}

@media (max-width: 1366px) {
  .print-hidden a {
    width: 136px;
    padding: 20px 5px !important;
  }

  #dropdown-grid td {
    overflow-wrap: break-word;
    max-width: 1000px;
  }
}

@media (max-width: 1024px) {
  .icon-table {
    width: auto !important;
  }

  table td {
    min-height: 33px;
  }

  #dropdown-grid td {
    overflow-wrap: break-word;
    max-width: 800px;
  }

  .print-hidden a {
    width: 214px;
  }
}

@media (max-width: 992px) {
  .print-hidden a {
    width: 193px;
    margin: 2%;
  }

  .icon-table {
    width: auto !important;
  }

  .feature-form {
    display: block;
  }

  #dropdown-grid td {
    overflow-wrap: break-word;
    max-width: 600px;
  }
}

@media (max-width: 768px) {
  #header {
    background-image: none;
  }

  #logo {
    padding-right: 0px;
  }

  #footer {
    width: 100%;
  }

  .img-login {
    display: none;
  }

  .border-login {
    flex-flow: column;
  }

  .text-login {
    position: static;
    margin-top: 2%;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
  }

  .signup {
    width: 56vw;
  }

  .border-login :nth-child(1) {
    order: 2;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff !important;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    background-color: #f8f8f9 !important;
    color: #0082c8 !important;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a {
    color: #0082c8 !important;
  }

  .table-mobile {
    display: block;
  }

  table td {
    min-height: 33px;
  }

  .header-personal-info {
    flex-flow: wrap;
    text-align: center;
  }

  .print-hidden a {
    width: 100%;
  }

  .icon-mobile {
    display: block;
  }

  .btn-success {
    max-height: 35px !important;
  }

  .icon-btn {
    height: 35px;
  }

  .icon-h3 {
    padding-right: 2%;
  }

  .button-big {
    display: none;
  }

  .icon-gi {
    background: #f8f8f9;
    border: 7px;
    margin-bottom: 2%;
  }

  .gi {
    font-size: 25px;
  }

  .navbar {
    border-radius: 5px;
  }

  .navbar-collapse.in {
    overflow-y: hidden !important;
  }

  .icon-table {
    width: auto !important;
  }

  #dropdown-grid td {
    overflow-wrap: break-word;
  }

  .btn-success {
    font-size: 1.14em !important;
  }
}

/*# sourceMappingURL=output.css.map */