/* font-family: "SegoeUIRegular"; */
@font-face {
    font-family: "SegoeUIRegular";
    src: url("../../resources/fonts/SegoeUIRegular/SegoeUIRegular.eot");
    src: url("../../resources/fonts/SegoeUIRegular/SegoeUIRegular.eot?#iefix")format("embedded-opentype"),
    url("../../resources/fonts/SegoeUIRegular/SegoeUIRegular.woff") format("woff"),
    url("../../resources/fonts/SegoeUIRegular/SegoeUIRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "SegoeUIBold"; */
@font-face {
    font-family: "SegoeUIBold";
    src: url("../../resources/fonts/SegoeUIBold/SegoeUIBold.eot");
    src: url("../../resources/fonts/SegoeUIBold/SegoeUIBold.eot?#iefix")format("embedded-opentype"),
    url("../../resources/fonts/SegoeUIBold/SegoeUIBold.woff") format("woff"),
    url("../../resources/fonts/SegoeUIBold/SegoeUIBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "SegoeUIItalic"; */
@font-face {
    font-family: "SegoeUIItalic";
    src: url("../../resources/fonts/SegoeUIItalic/SegoeUIItalic.eot");
    src: url("../../resources/fonts/SegoeUIItalic/SegoeUIItalic.eot?#iefix")format("embedded-opentype"),
    url("../../resources/fonts/SegoeUIItalic/SegoeUIItalic.woff") format("woff"),
    url("../../resources/fonts/SegoeUIItalic/SegoeUIItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "SegoeUILight"; */
@font-face {
    font-family: "SegoeUILight";
    src: url("../../resources/fonts/SegoeUILight/SegoeUILight.eot");
    src: url("../../resources/fonts/SegoeUILight/SegoeUILight.eot?#iefix")format("embedded-opentype"),
    url("../../resources/fonts/SegoeUILight/SegoeUILight.woff") format("woff"),
    url("../../resources/fonts/SegoeUILight/SegoeUILight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "SegoeUISemiBold"; */
@font-face {
    font-family: "SegoeUISemiBold";
    src: url("../../resources/fonts/SegoeUISemiBold/SegoeUISemiBold.eot");
    src: url("../../resources/fonts/SegoeUISemiBold/SegoeUISemiBold.eot?#iefix")format("embedded-opentype"),
    url("../../resources/fonts/SegoeUISemiBold/SegoeUISemiBold.woff") format("woff"),
    url("../../resources/fonts/SegoeUISemiBold/SegoeUISemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

:focus {
    outline: none !important;
}
/* LINKS */
a:link {
    color: #225379;
    text-decoration: none;
}

a:visited {
    color: #225379;
    text-decoration: none;

}

a:hover {
    color: #3178af;
    text-decoration: none;
    cursor: pointer;
}

a:active {
    color: #225379;
    text-decoration: none;
}

a.btn-success, a.btn-primary, a.btn-success, a.btn-danger {
    color: white;
}


input::-moz-focus-inner {
    border: 0;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

/* ICONS */
.fa-star {
    color: gold;
}

.fa-thumbs-up {
    color: green;
}

.pointer {
    cursor: pointer;
}

.red {
    color: #d80000;
}

.required:after {
    display: inline-block;
    width: 20px;
    content: '*';
    color: red;
    margin-left: 5px;
}

.green {
    color: #007600;
}

.alert_window {
    margin-top: 50px;
}

.bold_emphasis {
    font-weight: bold;
    font-style: italic;
}
.bold {
    font-weight: bold;
}

.dropdown-menu {
    z-index: 1000000 !important;
}

/* TABLES */
.compact_table {
    font-size:.9em;
}

.compact_table>tbody>tr>td {
    padding: 3px 5px;
}

.contacts_table td {
    padding: 3px;
    font-size: .9em;
}

tr.active_row {
    background-color: #ececec;
    transition: all .3s ease;
}

th {
    font-weight: bold;
}

td.setting, th.setting {
    width: 10%;
    text-align: center;
}

tr.selected_row {
    background-color: rgba(206, 243, 185, 0.63);
}

.second_row {
    font-size: .9em;
    font-style: italic;
}

body {
    font-family: "SegoeUIRegular", Verdana, Helvetica, sans-serif;
}

@media (max-width: 991px) {
  body {
    min-height: 100vh;
    height: 100%;
    height: -moz-available;          /* WebKit-based browsers will ignore this. */
    height: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    height: fill-available;
  }

  html {
    height: 100%;
    height: -moz-available;          /* WebKit-based browsers will ignore this. */
    height: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    height: fill-available;
  }
}


#page_wrapper {
    /*min-height: 500px;*/
    min-height: 79vh;
    margin: 50px auto 30px;
}

/* NAVIGATION */



#navbar .nav.navbar-nav>li>a:hover, #navbar .nav.navbar-nav>li>a.active {
    background-color: #535353;
}

#navbar_p.navbar {
    min-height: 30px;
}

#navbar_p .nav>li>a, #navbar_p .navbar-brand {
    padding-top: 5px;
    padding-bottom: 5px;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: #eaeaea;
}

.active_sublink {
    background-color: #eaeaea;
}

#short_data, #short_tech {
    display:none;
    padding-right: 5px;
}

#navbar_p .navbar-brand {
    display: inline-block;
    height: 30px;
    color: rgb(100, 228, 244);
    font-size: 14px;
    min-width: 370px;
    box-sizing: border-box;
}

#navbar_p.navbar-inverse .navbar-nav>li>a  {
    color: white;
}

.nav_user_name {
    margin: 0;
    padding: 5px 15px;
    max-width: 185px;
    height:25px;
    overflow: hidden;
}

/* MENU */
.xs_user_name {
    display: none;
}

#top_toolbar {
    margin-top: -50px;
    text-align: right;
    min-height: 27px;
    border-bottom: 1px solid #555555;
    margin-bottom: -1px;
}

#top_toolbar a, #top_toolbar i {
    color: black;
    display: inline-block;
    padding: 2px 3px;
}

#top_toolbar .brand_name {
    color: #3f9bbb;
    font-family: SegoeUISemiBold, Verdana, Helvetica, sans-serif;
}

#top_toolbar .right_icons i {
    font-size: 16px;
}

#site_name {
    margin: 0 -15px 20px -15px;
    padding: 10px;
    background-color: #555555;
    color: white;
}

#site_name h2, #site_name h3 {
    margin-top: 10px;
}

.language_switcher {
    display: inline-block;
}

.login_menu_item {
    display: inline-block;
    margin-right: 10px;
}

.language_switcher .dropdown-menu {
    width: 50px;
    min-width: 50px;
}

#top_toolbar .language_switcher .dropdown-menu a, #top_toolbar .login_menu_item .dropdown-menu a{
    display: inline-block;
    width: 100%;
    padding-left: 10px;!important;
    padding-right: 10px;!important;
}

.contact_us i {
    font-size: 1.1em;
}

.language_icon .flag-icon{
    box-shadow: 0 0 2px rgba(0,0,0,.4);

}

/* FOOTER */

#footer {
    padding: 5px;
    margin-top: 50px;
    margin-bottom: 0;
    border-top: 1px solid grey;
    text-align: center;
}

#footer_logo {
    display: inline-block;
    height: 35px;
    margin-right: 10px;
}


#copyright {
    /*width: 80%;*/
    display: inline-block;
    /*margin-right: -73px;*/
}
#copyright_text {
    padding: 20px 5px;
}

#ssl {
    float:right;
    /*width: 73px;*/
}

#footer a.policy {
    color: #c1c1c1;
    display: inline-block;
    line-height: 35px;
    margin-right: 20px;
    float: right;
}

#ssl img[name=ss_imgTag]{
    height: 35px;
}

.footer_2nd {
    text-align: left;
}

.custom_loading_overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0,0,0,.6);
    z-index: 1000000;
}

.custom_loading_overlay .fa-9x {
    font-size: 100px;
}