@font-face { font-family: Metrisch-Book; src: url('../fonts/Metrisch-Book.otf'); }
@font-face { font-family: Metrisch Book; src: url('../fonts/Metrisch-Book.otf'); }
@font-face { font-family: Metrisch-Bold; src: url('../fonts/Metrisch-Bold.otf'); }
@font-face { font-family: MetrischBold; src: url('../fonts/Metrisch-Bold.otf'); }
@font-face { font-family: Metrisch-Light; src: url('../fonts/Metrisch-Light.otf'); }
@font-face { font-family: Voyager-Heavy; src: url('../fonts/Voyager-Heavy.otf'); }
@font-face { font-family: Metrisch-Medium; src: url('../fonts/Metrisch-Medium.otf'); }
@font-face { font-family: Voyager-Light; src: url('../fonts/Voyager-Light.otf'); }

.dw_elisa_font {
    font-family:Voyager-Heavy;
}

.dw_subs_restricted {
    opacity: 0.5!important;
    pointer-events: none!important;
}

.-order-1 {
    order: -1;
}

body {
    font-family: Metrisch-Book;
    color: #295077;
    background:#fafcff;
}

h1, h2 {
    font-family: Metrisch-Bold;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 20px;
    font-family: Metrisch-Light;
}

h4  {
    font-size: 16px;
    font-family: Metrisch-Bold;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.dw_btn_web_herald:link {
    position: relative;
    overflow: hidden;
    height: unset!important;
    padding: 15px 10px!important;
}

.dw_btn_web_herald:hover {
    margin-top:0px!important;
    transform:scale(0.9);
}
.dw_btn_web_herald .new {
    position: absolute;
    right: -17px;
    top: 6px;
    height: 18px;
    background: #E2880D;
    width: 75px;
    transform: rotate(36deg);
    text-align: center;
    color: #E8EDF3;
    font-size: 11px;
	padding-top:1px;
}

.dw_btn_web .new2 {
    position: absolute;
    right: -15px;
    top: 10px;
    height: 18px;
    background: #E2880D;
    width: 90px;
    transform: rotate(36deg);
    text-align: center;
    color: #E8EDF3;
    font-size: 11px;
    padding-top: 1px;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.dw_elisa_logo{
    font-family: Voyager Heavy, sans-serif;
}

.dw_small { font-size: 12px !important; }

.dw_margin_top10 { margin-top: 10px; }
.dw_margin_top30 { margin-top: 30px; }
.dw_margin_top50 { margin-top: 50px; }

.dw_margin_bottom30 { margin-bottom: 30px; }

.dw_padding_right5 { padding-right: 5px; }
.dw_padding_left5 { padding-left: 5px; }

a:link { color: #295077; }
a:visited { color: #295077; }
a:hover { color: #295077; text-decoration: none; }

a.dw_link:link { color: #295077; font-family: Metrisch-Bold; }
a.dw_link:visited { color: #295077; font-family: Metrisch-Bold; }
a.dw_link:hover { color: #295077; font-family: Metrisch-Bold; }

form button{
    width: 100%;
    height: 30px;
    border-radius: 5px;
    background-color: #295077;
    color: #ffffff;
    border: 0px;
    font-size: 12px;
    font-family: Metrisch-Bold;
}

.dw_training_btn button {
    width: 100%;
    height: 30px;
    border-radius: 5px;
    background-color: #295077;
    color: #ffffff;
    border: 0px;
    font-size: 12px;
    font-family: Metrisch-Bold;
}

.dw_loadmore_btn {
    display:block;
    width: 100%;
    height: 30px;
    border-radius: 5px;
    background-color: #295077;
    color: #ffffff;
    border: 0px;
    font-size: 12px;
    font-family: Metrisch-Bold;
}

.dw_loadmore_btn:focus {
    box-shadow:unset;
    outline:unset;
    border:unset;
}

.dw_home_form input, .dw_home_form input:focus {
    border:unset;
    background:#fafcff;
    box-shadow:10px 10px 20px rgba(41,80,119,0.2);
    -webkit-box-shadow:10px 10px 20px rgba(41,80,119,0.2);
    margin-bottom:20px;
}

.dw_home_form input::placeholder {
    color:#295077;
    font-size:12px;
}

.dw_regform_email_msg {
    display:none;
    color:#295077;
    background:#fff;
    border-color:#295077;
}

.dw_training_img{
    width:60px!important;
}

.dw_sumarry_download button{
    padding:0px 15px;
    height: 30px;
    border-radius: 5px;
    background-color: #295077;
    color: #ffffff;
    border: 0px;
    font-size: 12px;
    font-family: Metrisch-Bold;
}

.dw_sumdow_btn_topright {
    float:right;
    margin-top:-10px;
}

.dw_video_bg {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -100;
}

.dw_container_login {
    width: 100%;
    min-height: 100vh;
    margin: 0px auto;
    padding: 20px;
    /*background: url('../images/bg.jpg') no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}

.dw_container {
    width: 100%;
    min-height: 100vh;
    margin: 0px auto;
    padding: 20px;
    background-color: #dadada;
}

.dw_bg {
    position: relative;
    width: 100%;
    min-height: 85vh;
    padding: 30px;
    margin-bottom: 50px;
    background-color: #ffffff;
    overflow: hidden;
    #z-index: 0;
}

.dw_logo_znak_bg {
    position: absolute;
    width: 85%;
    height: auto;
    top: -30px;
    right: -40px;
    z-index: -1;
}

.dw_light_filter {
    width: 100%;
    min-height: 85vh;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.8);
}

.dw_mobile_size {
    max-width: 420px;
    height: auto;
    margin: 0px auto;
}

.dw_login {
    text-align: center;
}

.dw_login h3 {
    margin-top: 30px;
    font-size: 24px;
}

.dw_login .dw_logo {
    width: auto;
    height: 40px;
    margin-top: 20px;
}

.dw_login p {
    font-size: 14px;
    margin-top: 20px;
}

.dw_login .dw_plane {
    width: auto;
    height: 70px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.dw_login input {
    background: transparent;
    border: 0px;
    border-bottom: 1px solid #295077;
    margin-bottom: 20px;
    border-radius: 0px;
}

.dw_login input:focus {
    background: transparent;
    border-bottom: 1px solid #295077;
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none !important;
}

.dw_register {
    text-align: center;
}

.dw_register .dw_logo {
    width: auto;
    height: 40px;
    margin-top: 85px;
}

.dw_register .dw_plane {
    width: auto;
    height: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.dw_register input {
    background: transparent;
    border: 0px;
    border-bottom: 1px solid #295077;
    margin-bottom: 20px;
    border-radius: 0px;
}

.dw_register input:focus {
    background: transparent;
    border-bottom: 1px solid #295077;
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none !important;
}

.dw_register p {
    font-size: 14px;
    margin-top: 20px;
}


.dw_title_line1:after {
    content: '';
    border-bottom: 1px solid #295077;
    width: 95.5%;
    display:block;
    position:absolute;
    margin-top:5px;
}

.dw_title:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 100%;
    top: 0;
    left: -25px;
    background-color: #295077;
}


.dw_title_box {
    margin-top: 50px;
}

.dw_title_box h1 {
    font-size: 24px;
    margin: 0px;
}

.dw_title_box p {
    font-size: 14px;
    margin: 0px;
}

.dw_notification_icon {
    position: relative;
}

.dw_notification_icon .dw_notification_red_icon {
    position: absolute;
    top: 0px;
    right: -4px;
    width: 6px;
    height: 6px;
    background-color: red;
    border-radius: 100%;
}

.dw_notification_icon .dw_notification_red_icon2 {
    position: absolute;
    top: -5px;
    right: -12px;
    padding:0px 7px;
    background-color: red;
    border-radius: 50px;
    font-size:8px;
    color:#fff;
    border:1px solid #fff;
}

.dw_web_top .dropdown-item {
    color:#295077!important;
    font-size:12px;
}

.dw_title_line {
    width: 100%;
    border-bottom: 1px solid #295077;
}

.dw_menu {
    margin-top: 30px;
}

.dw_btn:link {
    display: block;
    height: 40px;
    font-family: Metrisch-Bold;
    color: #295077;
    padding: 7px 10px;
    background-color: #ffffff;
    border: 1px solid #295077;
    border-radius: 50px;
    -webkit-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 15px 0px rgba(41,80,119,0.75);
    margin-bottom: 20px;
}

.dw_btn:hover {
    display: block;
    height: 40px;
    font-family: Metrisch-Bold;
    color: #295077;
    padding: 7px 10px;
    background-color: #ffffff;
    border: 1px solid #295077;
    border-radius: 50px;
    -webkit-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 15px 0px rgba(41,80,119,0.75);
    margin-bottom: 20px;
    text-decoration: none;
}

.dw_btn:visited {
    display: block;
    height: 40px;
    font-family: Metrisch-Bold;
    color: #295077;
    padding: 7px 10px;
    background-color: #ffffff;
    border: 1px solid #295077;
    border-radius: 50px;
    -webkit-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 15px 0px rgba(41,80,119,0.75);
}

.dw_btn:focus {
    display: block;
    height: 40px;
    font-family: Metrisch-Bold;
    color: #295077;
    padding: 7px 10px;
    background-color: #ffffff;
    border: 1px solid #295077;
    border-radius: 50px;
    -webkit-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 15px 0px rgba(41,80,119,0.75);
    text-decoration: none;
}

.dw_btn_btn {
    display: block;
    width: 100%;
    height: 30px;
    border-radius: 5px;
    background-color: #295077;
    color: #ffffff;
    border: 0px;
    font-size: 12px;
    text-align: center;
    padding: 5px 10px;
    font-family: Metrisch-Bold;
}

.dw_btn_1:link {
    display: block;
    width: 100%;
    height: 30px;
    border-radius: 5px;
    background-color: #295077;
    color: #ffffff;
    border: 0px;
    font-size: 12px;
    text-align: center;
    padding: 6px 10px;
    font-family: Metrisch-Bold;
}

.dw_btn_1:visited {
    display: block;
    width: 100%;
    height: 30px;
    border-radius: 5px;
    background-color: #295077;
    color: #ffffff;
    border: 0px;
    font-size: 12px;
    text-align: center;
    padding: 6px 10px;
    font-family: Metrisch-Bold;
}

.dw_btn_1:hover {
    display: block;
    width: 100%;
    height: 30px;
    border-radius: 5px;
    background-color: #295077;
    color: #ffffff;
    border: 0px;
    font-size: 12px;
    text-align: center;
    padding: 6px 10px;
    font-family: Metrisch-Bold;
}

.dw_btn_input {
    display: block;
    height: 40px;
    font-size: 12px;
    color: #295077;
    padding: 10px 5px;
    background-color: #ffffff;
    border: 1px solid #dadada;
    border-radius: 50px;
    -webkit-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.3);
    box-shadow: inset 0px 0px 15px 0px rgba(41,80,119,0.3);
    margin-bottom: 20px;
    text-align: center;
}

.dw_btn_disable {
    opacity: 0.2;
}

.dw_btn img {
    width: auto;
    height: 20px;
    margin-right: 5px;
}

.dw_title {
    position: relative;
    font-size: 24px;
    margin-left: 25px;
    margin-top: 50px;
    margin-bottom: 50px;
}

form label {
    font-size: 14px;
    margin-bottom: 0px;
}

form .form-group {
    margin-bottom: 5px;
}

.form-check {
    margin-top: 10px;
    margin-bottom: 10px;
}

.form-control {
    border: 1px solid #295077;
}

footer a:link { color: #ffffff; }
footer a:visited { color: #ffffff; }
footer a:hover { color: #ffffff; text-decoration: none; }

footer i { margin-right: 5px; }

footer h3 {
    color:#295077;
}

footer p {
    color:#295077;
}

.nav-tabs {
    border: 0px;
    margin-bottom: 20px;
    display:flex;
    align-items:end;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    font-size: 11px;
    font-family: Metrisch-Bold;
    color: #295077;
    border: 0px;
    border-bottom: 2px solid #295077;
    #border-radius: 5px;
    background:unset;
    padding: 8px 30px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    font-size: 11px;
    font-family: Metrisch-Bold;
    color: #999999;
    border: 0px;
    #border-top: 1px solid #dadada;
    #border-radius: 5px;
    padding: 8px 30px;
}

.nav-tabs .nav-link:not(.active):hover {
    border-bottom:2px solid #999999;
}

.dw_list li {
    margin-bottom: 20px;
    border-bottom: 1px solid #295077;
}

.dw_list a:link { color: #295077; }
.dw_list a:visited { color: #295077; }
.dw_list a:hover { color: #295077; text-decoration: none;}

input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    width: 15px;
    height: 15px;
}

.btn-light {
    background-color: #ffffff !important;
    height: calc(1.5em + .75rem + 2px);
    border: 1px solid #295077;
}

.btn {
    font-size: 14px;
    font-family: Metrisch-Book;
}

.dw_sub_inputs {
    margin-left: 20px;
}

.nav-tabs .nav-item {
    text-align: center;
}

#dw_file { display: none; }
#employer_document { display: none; }
#training_document { display: none; }
#NDTtraining_document { display: none; }
#licence_document { display: none; }
#hfc_document { display: none; }
#sms_diff_document { display: none; }
#ftsc_document { display: none; }
#ewisc_document { display: none; }

/*.unstyled::-webkit-inner-spin-button,
.unstyled::-webkit-calendar-picker-indicator {
    display: none;
    appearance: none;
    -webkit-appearance: none;
}

input[type="date"] {
    padding: 5px !important;
}

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-inner-spin-button{
    display: none;
}*/

.dw_mailbox_attach {
    padding-top:15px;
    border-top:1px solid #dadada;
}

.dw_mailbox_list {
    border-bottom: 1px solid #295077;
    margin-bottom: 30px;
}

.dw_mailbox_list a:link { color: #295077; }
.dw_mailbox_list a:visited { color: #295077; }
.dw_mailbox_list a:hover { color: #295077; text-decoration: none; }

.dw_mailbox_list p {
    font-size: 12px;
    margin-bottom: 0px;
    opacity: 0.5;
}

.dw_mailbox_list h3 {
    font-size: 16px;
    margin: 0px;
}


.dw_mailbox_list span {
    font-size: 12px;
    margin-bottom: 0px;
    opacity: 0.5;
}

.dw_mailbox_list img {
    margin-top: 25px;
}

.dw_mailbox_message p {
    font-size: 14px;
    text-align: justify;
}

.dw_mailbox_message h3 {
    font-size: 16px;
    font-family: Metrisch-Bold;
    margin: 0px;
}

.dw_mailbox_message hr {
    margin-top: 2px;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px solid #295077;
}

.dw_mailbox_message span {
    display: block;
    font-size: 14px;
    opacity: 0.5;
    text-align: right;
    margin-bottom: 30px;
}

.dw_dropdown_menu {
    margin: 10px 30px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
}

/*.dw_mess_box {
    width: 100%;
    margin-top: 20px;
    padding: 10px 15px;
    box-shadow: 0px 0px 10px rgba(41,80,119,0.5);
    background-color: #ffffff;
    color: #27ae60;
}*/

.dw_alert {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    background-color: #fafcff;
    color:#295077!important;
    border-radius: 5px;
    box-shadow: 20px 20px 70px rgba(41, 80, 119, 0.2);
    -webkit-box-shadow: 20px 20px 70px rgba(41, 80, 119, 0.2);
    margin-top: 30px;
    margin-bottom: 30px;
}

.form-group small {
    font-size: 12px;
}

.dw_mailbox_txt strong {
    font-family: Metrisch-Bold;
}

.dw_infomail_box {
    text-align: center;
    opacity: 0.5;
}

.dw_infomail_box img {
    margin-top: 50px;
    margin-bottom: 20px;
}

a:link.dw_link_doc { font-size: 14px; text-decoration: underline; }
a:visited.dw_link_doc { font-size: 14px; text-decoration: underline; }
a:hover.dw_link_doc { font-size: 14px; text-decoration: underline; }

.dw_attention_box {
    margin-top: 30px;
    width: 100%;
    padding: 15px 20px;
    box-shadow: 0px 0px 15px 0px rgba(41,80,119,0.45);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(41,80,119,0.45);
}

.dw_attention_box img {
    width: auto;
    height: 20px;
}

.dw_attention_box h4 {
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
}

.dw_attention_box p {
    font-size: 9px;
    margin: 0px;
    margin-bottom:10px;
}

#dw_webapp_home .modal-backdrop {
    background:rgba(41,80,119,0.3)!important;
}

.modal-content {
    background-color: #F2F7FF;
    border-radius: 20px;
}

.dw_settings_page h1 {
    font-family:Metrisch-Medium;
    font-size:26px;
}

.dw_settings_page p {
    margin-bottom:0px;
    font-family:Metrisch-Bold;
    font-size:18px;
}

.dw_settings_page ul {
    list-style-type:none;
    padding-left:15px;
    padding-right:15px;
}

.dw_settings_page .custom-switch .custom-control-label::after {
    background:#fff;
    border:1px solid #295077;
    padding:7px!important;
}

.dw_settings_page .custom-switch .custom-control-label::after {
    left: calc(-2.25rem + 0px);
    top: calc(0.25rem + 1px);
}

.dw_settings_page .custom-control-label::before {
    background:#D9D9D9;
    border:1px solid #295077!important;
    box-shadow:unset!important;
    padding:8px 16px!important;
    border-radius:50px!important;
}

.dw_settings_page .custom-switch .custom-control-input:checked~.custom-control-label::after {
    transform: translateX(1.1rem);
}

.dw_settings_page .custom-control-input:checked~.custom-control-label::before {
    background:#295077;
    border:1px solid #295077;
    box-shadow:unset!important;
}

.dw_settings_page .custom-switch {
    display:flex;
    align-items:baseline;
}

.dw_settings_page .custom-switch:hover {
    cursor:pointer;
}

.dw_settings_page ul li{
    display:flex;
    align-items:center;
    justify-content:space-between;
    font-size:14px;
    line-height:50px;
}

.dw_settings_page ul li span{
    padding-top:5px;
}

.dw_settings_box_option {
    box-shadow: 10px 10px 20px rgb(41 80 119 / 20%);
    -webkit-box-shadow: 10px 10px 20px rgb(41 80 119 / 20%);
    border-radius:15px;
    padding:15px;
    margin-bottom:60px;
}

.dw_settings_box_option .custom-control-label{
    cursor:pointer;
}

.dw_settings_box_small {
    font-size:11px;
}

.dw_settings_page hr {
    border-top:1px dashed #C6D2DD;
    margin-top:5px;
    margin-bottom:0px;
}



.dw_attention_box .col-2 { padding: 0px; }
.dw_attention_box .col-7 { padding: 0px; }
.dw_attention_box .col-3 { padding: 0px 5px 0px 0px; }

.dw_web_top {
    width: 100%;
    min-height: 40px;
    font-size: 12px;
    background-color: #295077;
    color: #ffffff;
}

.dw_web_top a:link { color: #ffffff; text-decoration: none; }
.dw_web_top a:visited { color: #ffffff; text-decoration: none; }
.dw_web_top a:hover { color: #ffffff; text-decoration: none; }

.dw_web_top .list-inline {
    margin: 10px 0px;
}

.dw_web_top .list-inline-item:not(:last-child) {
    margin-right: 20px;
}

.dw_web_top img{
    height:17px;
    margin-bottom:5px;
}

.dw_web_top i{
    font-size:17px;
}

.dw_web_menu {
    width: 100%;
    min-height: 60px;
    background-color: #fafcff;
    padding: 20px 0px;
}

.dw_web_menu img {
   width: auto;
    height: 25px;
}

.dw_web_menu ul li a{
    display:flex;
    align-items:baseline;
}

.dw_web_menu ul li img {
    height:17px;
    margin-right:5px;
}

.dw_web_menu .list-inline {
    margin: 0px;
}

.dw_web_menu .list-inline-item:not(:last-child) {
    margin-right: 40px;
}

.dw_web_main {
    padding-top: 20vh;
}

.dw_web_main1 {
    padding-top: 20px;
    min-height:59vh;
}

.dw_web_welcome_title .dw_web_margin15vh {
    margin: 15vh 0px 0px 0px;
}

.dw_web_welcome_title h1 {
    margin: 0px;
}

.dw_web_welcome_title p {
    font-weight: 700;
}

.dw_overlay_sidebar_notifications {
    display:none;
    background:rgba(41,80,119,0.3);
    position:fixed;
    left:0px;
    top:0px;
    width:100vw;
    height:100vh;
    z-index:2;
}

.dw_bell_icon_btn:hover {
    cursor:pointer;
}


.dw_side_notifications {
    display:block!important;
    background:#fafcff;
    position:fixed!important;
    height:100vh;
    top:0px!important;
    padding:0px;
    border:unset;
    border-radius:0px;
    right:0px!important;
    left:unset!important;
    width:20vw;
    min-width:0px;
    box-shadow:-25px 10px 50px rgba(41, 80, 119, 0.4);
    -webkit-box-shadow:-25px 10px 50px rgba(41, 80, 119, 0.4);
    padding-top:45px;
    margin:0px!important;
    padding-left:30px;
    padding-right:30px;
    transform:translateX(120%)!important;
    transition:all 0.3s;
}

.dw_side_notifications.dw_animacija {
    transform:translateX(0px)!important;
    right:0px!important;
}

.dw_side_notifications .dw_header_notifications_box {
    text-align:right!important;
}

.dw_side_notifications {
    overflow-y:auto;
}

.dw_side_notifications .dw_header_notifications_box a{
    background:#295077;
    color:#fff!important;
    align-items:center;
    padding:5px 25px;
    text-align:center;
    border-radius:3px;
    font-size:14px;
}

.dw_app_notification_topnew {
    background:red;
    border-radius:3px;
    padding:2px 5px 2px 5px;
    font-size:12px;
    width:100px;
    color:#fff;
    margin-right:20px;
}

.dw_side_notifications .dw_header_notifications_box img {
    height:13px;
    margin-right:10px;
    margin-left:5px;
    margin-top:3px;
}

.dw_side_notifications .dw_header_notifications_box hr {
    border-top:1px solid #295077;
    margin-top:1.5rem;
    margin-bottom:1.5rem;
}

.dw_side_notifications .dw_header_notifications_box p {
    color:#295077;
    font-family:Metrisch-Medium;
    font-size:14px;
}

.dw_app_notification_toptitle {
    background:#f4f4f4;
    color:#295077;
    border-radius:3px;
    width:180px;
    text-align:left;
    padding:2px 5px 2px 5px;
    padding-right:10px;
    font-size:14px;
    font-family:Metrisch-Book;
}

.dw_app_sidebar_menu_top2 {
    display:flex;
    align-items:center;
    justify-content:space-between;
    color:#295077!important;
    font-size:16px;
    margin-bottom:40px;
}

.dw_app_sidebar_menu_top2 p{
    margin-bottom:0px;
    font-family:Metrisch-Medium;
}

.dw_app_sidebar_menu_top2 i{
    font-size:25px;
    color:#295077;
}

.dw_web_box {
    width: 100%;
    height: auto;
    padding: 60px;
    border-radius: 5px;
    background-color: #fafcff;
    box-shadow: 20px 20px 70px rgba(41, 80, 119, 0.2);
    -webkit-box-shadow: 20px 20px 70px rgba(41, 80, 119, 0.2);
}

.dw_web_box h1 {
    font-size: 26px;
    margin: 0px 0px 20px 0px;
}

.dw_web_box h2 {
    text-align: center;
    font-size: 20px;
    margin: 0px 0px 20px 0px;
}

.dw_web_box .dw_small {
    margin-top: 20px;
}

.dw_title_list {
    position: relative;
    top: -50px;
    right: -27px;
    font-family: Metrisch-Light;
    font-size: 14px;
}

.dw_title .dw_title_list {
    top: 5px;
    right: 0;
    font-size: 12px;
}

.dw_title .dw_title_list li + li {
    margin-top: 4px !important;
}

.dw_title h1 {
    margin: 0;
}

.dw_title_list .list-inline-item:not(:last-child) {
    margin-right: .2rem;
}

.dw_btn_web:link {
    display: block;
    height: 160px;
    font-family: Metrisch-Bold;
    text-align: center;
    color: #295077;
    padding: 50px 10px;
    background-color: #fafcff;
    #border: 1px solid #295077;
    border-radius: 10px;
    #-webkit-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.4);
    #-moz-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.4);
    #box-shadow: inset 0px 0px 15px 0px rgba(41,80,119,0.4);
    box-shadow: 10px 10px 20px rgba(41, 80, 119, 0.2);
    -webkit-box-shadow: 10px 10px 20px rgba(41, 80, 119, 0.2);
    margin-bottom: 20px;
}

.dw_btn_web img {
    margin-bottom: 10px;
}

.dw_btn_web:hover {
    display: block;
    height: 160px;
    font-family: Metrisch-Bold;
    text-align: center;
    color: #295077;
    padding: 50px 10px;
    background-color: #fafcff;
    #border: 1px solid #295077;
    border-radius: 10px;
    #-webkit-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.6);
    #-moz-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.6);
    #box-shadow: inset 0px 0px 15px 0px rgba(41,80,119,0.6);
    box-shadow: 10px 10px 20px rgba(41, 80, 119, 0.2);
    -webkit-box-shadow: 10px 10px 20px rgba(41, 80, 119, 0.2);
    margin-bottom: 20px;
    text-decoration: none;
    margin-top:-10px;
    transition:all 0.2s;
}

.dw_btn_web:visited {
    display: block;
    height: 160px;
    font-family: Metrisch-Bold;
    text-align: center;
    color: #295077;
    padding: 50px 10px;
    background-color: #fafcff;
    #border: 1px solid #295077;
    border-radius: 10px;
    #-webkit-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.6);
    #-moz-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.6);
    #box-shadow: inset 0px 0px 15px 0px rgba(41,80,119,0.6);
    box-shadow: 10px 10px 20px rgba(41, 80, 119, 0.2);
    -webkit-box-shadow: 10px 10px 20px rgba(41, 80, 119, 0.2);
    margin-bottom: 20px;
    text-decoration: none;
    margin-top:-10px;
    transition:all 0.2s;
}

.dw_btn_web:focus {
    display: block;
    height: 160px;
    font-family: Metrisch-Bold;
    text-align: center;
    color: #295077;
    padding: 50px 10px;
    background-color: #fafcff;
    #border: 1px solid #295077;
    border-radius: 10px;
    #-webkit-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.6);
    #-moz-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.6);
    #box-shadow: inset 0px 0px 15px 0px rgba(41,80,119,0.6);
    box-shadow: 10px 10px 20px rgba(41, 80, 119, 0.2);
    -webkit-box-shadow: 10px 10px 20px rgba(41, 80, 119, 0.2);
    margin-bottom: 20px;
    text-decoration: none;
    margin-top:-10px;
    transition:all 0.2s;
}


.dw_btn_web_big {
    display: block;
    text-align: center;
    color: #295077;
    padding: 15px 20px;
    background-color: #ffffff;
    border: 1px solid #295077;
    border-radius: 10px;
    -webkit-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.4);
    box-shadow: inset 0px 0px 15px 0px rgba(41,80,119,0.4);
    margin-bottom: 20px;
}

.dw_btn_web_big p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
}

.dw_btn_web_big h3 {
    font-size: 22px;
    font-family: Metrisch-Bold;
}

.dw_btn_web_big a:link {
    display: block;
    margin-top: 10px;
    font-family: Metrisch-Bold;
}

.dw_btn_web_big img {
    width: auto;
    height: 30px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.dw_btn_web_big label {
    position: relative;
    font-size: 12px;
    text-align: left;
    top: -3px;
}

.dw_btn_web_large {
    display: block;
    text-align: center;
    color: #295077;
    padding: 20px 20px;
    background-color: #ffffff;
    border: 1px solid #295077;
    border-radius: 10px;
    -webkit-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.4);
    box-shadow: inset 0px 0px 15px 0px rgba(41,80,119,0.4);
    margin-bottom: 20px;
}

.dw_btn_web_large img {
    width: 70px;
    height: auto;
}

.dw_btn_web_large h3 {
    margin-top: 10px;
    font-size: 30px;
    font-family: Metrisch-Bold;
}

.dw_btn_web_large a:link {
    font-size: 22px;
}

.dw_small_desc {
    text-align: center;
    font-size: 12px;
    margin: 0px;
}

.dw_small_desc p {
    margin: 0px;
}

.dw_table {
    color: #295077;
}

.dw_table thead th {
    color: #295077;
    font-size: 12px;
    border: 0px;
}

.dw_table td, .dw_table th {
    border-top: 1px solid #295077;
}

.dw_table img {
    width: 20px;
    height: auto;
}

.dw_web_footer {
    margin-top: 70px;
    border-bottom: 40px solid #295077;
}

.dw_web_footer img {
    width: auto;
    height: 25px;
    margin-top: 30px;
    margin-bottom: 15px;
}

.dw_web_box hr {
    border-top: 1px solid #295077;
}

.dw_web_footer hr {
    border-top: 1px solid #295077;
}

.dw_web_footer a:link { color: #295077; }
.dw_web_footer a:visited { color: #295077; }
.dw_web_footer a:hover { color: #295077; }

.dw_web_footer ul {
    font-size: 12px;
}

.dw_instructor_tabs .nav-item {
    width:25%;
}







/****************************************
* Section Accordions
*/
.idk_card {
    border: 0;
}
.idk_card-header {
    box-shadow: 0px 0px 5px 0px #295077;
    -webkit-box-shadow: 0px 0px 5px 0px #295077;
    background-color: #fff;
    padding: 20px 35px;
    /*Dražen - dodan transition*/
    transition: all 0.8s ease 0s;
}
.idk_card-header h5 {
    font-family: "Metrisch-Bold";
    color: #295077;
}
.idk_card-header h5 i {
  font-size: 32px;
  line-height: 0.4;
  float: right;
  margin-top:5px;
}
.card-body {
    margin-bottom: 10px;
}
.card-body p.idk_metrisch {
    color: #295077;
    font-size: 15px;
    font-family: "Metrisch-Medium";
}
.card-body p {
    color: #295077;
    font-size: 16px;
    font-family: "Calibri";
}
.card-body ol {
    margin-left: 15px;
}
.card-body ol li {
    color: #295077;
    font-size: 16px;
    font-family: "Calibri";
}
.card-body p a {
    color: #295077;
}
.card-body p.idk_medium_italic {
    font-family: Calibri;
    font-weight: 900;
}
.card.active i {
    transform: rotate(180deg);
}
.card.active > .idk_card-header {
    background-color: #295077;
    /*Dražen - dodan trasition*/
    transition: all 1.8s ease 0s;
}
.card.active > .idk_card-header h5 {
    color: #fff;
}
.accordion > .card {
    overflow: unset;
}
.accordion > .card .card-header {
    margin-bottom: 10px;
}
/****************************************
* HELP
*/
.idk_help_image{
    position:relative;
}
.idk_help_image::after{
    content: ">";
    border: 1px solid #295077;
    position: absolute;
    top: 50%;
    margin-left: 6%;
    padding: 0px 7px;
    border-radius: 50px;
}
.idk_help_image_or::after{
    content: "or";
    border: 1px solid #295077;
    position: absolute;
    margin-left: 10px;
    padding: 3px 7px;
    border-radius: 50px;
}
.idk_help_image.idk_cmr::after{
    margin-left: 2%;
}
.row.idk_margin_none_sm{
    margin: 0;
}

/**********
Professional info box
**********/

.dw_professional_info_box .dw_padding_right5 {
    padding-right:15px!important;
}

.dw_professional_info_box .form-control[readonly]{
    background-color:unset;
}

.dw_professional_info_box .dw_alert_box {
    padding:15px;
    color:#295077;
    border:1px solid #295077;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:.25rem;
    font-weight:bold;
    display:none;
}

.dw_professional_info_box label:not(.form-check-label){
    display:none;
}

.dw_professional_info_box #dw_submit_button, .dw_professional_info_box #dw_submit_button2 {
    margin-bottom:80px;
}

.dw_professional_info_box #dw_submit_button2 {
    width:95%;
}

.dw_professional_info_box .form-control, .dw_professional_info_box .bootstrap-select {
    margin-bottom:15px!important;
}

.dw_professional_info_box br{
    display:none;
}

.dw_professional_info_box hr{
    margin-top:0px!important;
    margin-bottom:15px!important;
}

.dw_professional_info_box .bootstrap-select > .dropdown-toggle.bs-placeholder, .dw_professional_info_box .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color:#6c757d;
}

.dw_upload_file {
    position:relative;
    display:block;
    width:86%;
    margin-right:15px;
    background:#fff;
    border:1px solid #295077;
    color:#295077;
    text-align:center;
    height:35px;
    margin-bottom:15px;
    border-radius:5px;
    cursor:pointer;
    font-size: 12px;
    font-family: Metrisch-Bold;
    display:flex;
    align-items:center;
    justify-content:center;
}

.dw_employment_new {
    margin-top:60px;
}

#dw_employment_form {
    display:none;
}

.dw_professional_info_box input, .dw_professional_info_box input::-webkit-input-placeholder {
    font-size:14px!important;
}

#dw_licence_input, #hfc_document_date, #licence_document_date, #ftsc_document_date, #ewisc_document_date, .dw_uf_log2, #dw_training_form, #dw_NDTtraining_form input:not(.dw_uf_training input), .dw_uf_training {
    width:75.5%;
}

#dw_training_form, #dw_training_form1, #dw_NDTtraining_form {
    display:none;
}

.training-list.visible {
    display: block;
}

.training-list.hidden {
    display: none;
}

.employment-history.visible {
    display: block;
}

.employment-history.hidden {
    display: none;
}

.NDT-training.hidden {
    display: none;
}

.NDT-training.visible {
    display: block;
}

.dw_addanothertr {
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    font-size:16px;
    border-bottom:1px solid #295077;
}

.dw_addanothertr:hover {
    cursor:pointer;
}

.dw_indicates {
    font-size:12px;
    margin-bottom:15px;
}

.dw_professional_view, .dw_qualification_box {
    display:flex;
    align-items:center;
}

.dw_upload_img7 {
    height:20px;
    margin-left:30px;
    margin-top:-16px;
}

.dw_professional_view a{
    cursor:pointer;
    text-decoration:none!important;
    padding-right:15px;
}

.dw_professional_view i{
    margin-left:15px;
}

.dw_upload_file_box {
    display:flex;
    align-items:center;
}

.dw_upload_file_box img {
    height:20px;
    margin-left:30px;
    margin-top:-16px;
}

.modal2.show {
    display:flex!important;
    align-items:center;
}

.modal2.show {
    backdrop-filter: blur(10px);
}

.modal2 .modal-content{
    background:#f8f8f8;
    border-color:#f8f8f8;
    border-radius:10px;
    box-shadow: 0 0 20px rgba(41, 80, 119, 0.5);
    -webkit-box-shadow: 0 0 20px rgba(41, 80, 119, 0.5);
}

.modal2 h1{
    font-size:22px;
}

.modal-backdrop{
    background-color:unset;
}

.modal2 .dw_btn_signin {
    background:#295077;
    border-radius:10px;
    padding:10px 35px;
    color:#f8f8f8!important;
    font-size:14px;
    margin-right:20px;
}

.modal2 .dw_btn_signin:hover {
    color:#f8f8f8!important;
}

.modal2 .dw_btn_signin2 {
    background:transparent;
    border-radius:10px;
    padding:10px 35px;
    color:#295077!important;
    font-size:14px;
    border:1px solid #295077;
}

.modal2 .dw_btn_signin2:hover {
    color:#295077!important;
}

.modal2 .dw_modal_btns{
    margin-top:30px;
}

.removeModalProfessional .modal-footer {
    display:flex;
    align-items:center;
    justify-content:center;
}

.removeModalProfessional .modal-footer, .removeModalProfessional .modal-header {
    border-top:unset;
    border-bottom:unset;
}

.removeModalProfessional .modal-footer button, .removeModalProfessional .modal-footer #archive_link {
    width:150px!important;
    margin-right:15px;
}

.removeModalProfessional .modal-footer button:first-child {
    background:unset;
    color:#295077;
    border:1px solid #295077;
}

.removeModalProfessional .modal-footer #archive_link button {
    background:#295077;
    color:#fff;
    border:1px solid #295077;
}

#dw_next_button {
    background:unset;
    color:#295077;
    border:1px solid #295077;
    height:30px;
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    border-radius:5px;
}

.dw_form_external_btn {
    margin-top:60px;
}

.dw_form_external_btn button{
    background:#295077;
    color:#fff;
    border:1px solid #295077;
    height:30px;
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    border-radius:5px;
    font-family:Metrisch-Bold;
    font-size:12px;
}

.dw_mt_60 {
    margin-top:60px;
}

.dw_workpermit_box {
    display:flex;
    align-items:center;
}

.dw_workpermit_box img{
    margin-bottom:15px;
    margin-left:15px;
}

.overflow-hidden {
    overflow: hidden;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.disabled {
    cursor: not-allowed !important;
}

.mandatory.absolute {
    background: #E2880D;
    padding: 15px 30px;
    font-size: 12px;
    line-height: 1;
    color: #14365a;
    font-family: Metrisch-Bold;
    position: absolute;
    left: 15px;
    width: 100%;
}

.mandatory .col-7 {
    display: flex;
    align-items: flex-start;
}

.mandatory.absolute span {
    font-size: 10px;
    display: inline-block;
    margin-right: 4px;
}

.bundle .best-buy {
    position: absolute;
    font-family: Metrisch-Bold;
    text-transform: uppercase;
    right: -50px;
    top: 16px;
    height: 22px;
    background: #D20101;
    width: 164px;
    transform: rotate(36deg);
    text-align: center;
    color: #E8EDF3;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dw_regtr_list .mt-0 {
    font-size: 13px;
    line-height: 1.2;
}

.dw_regtr_list .mt-0 ul li {
    font-size: 13px;
    line-height: 1.2;
}

.dw_regtr_list {
    display:none;
    #border:1px solid #295077;
    box-shadow: 10px 10px 20px rgba(41, 80, 119,0.2);
    border-radius:10px;
    padding-top:20px;
    padding-bottom:10px;
    padding-left:10px;
    padding-right:10px;
	margin:0;
	width:100%;
    margin-bottom:20px;
}

.dw_regtr_list .row {
    line-height:14px;
}

.flex-end {
    align-items: flex-end;
    display: flex;
}

.dw_regtr_list img:not(.icon) {
    width:100%;
    max-height: 190px;
    object-fit:cover;
}

.aspect-1-1 {
    position: relative;
    overflow: hidden;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
    border-radius:24px;
}

.aspect-1-1 > * {
    position: absolute;
    left: 0;
    top: 0;
    width: 110%;
    height: 110%;
}

.dw_regtr_list h2 {
    font-size:22px;
    align-items:baseline;
    justify-content:space-between;
    font-family: Metrisch-Medium;
    margin-bottom: 0;
}

.dw_regtr_list h2 span {
    font-family: Metrisch-Light;
}

.dw_regtr_list h2 + .row.flex-end {
    margin-top: 10px;
}

.dw_regtr_list hr {
    border-top:3px solid #295077;
    margin-top:-5px;
    margin-bottom:3px;
}

.dw_regtr_list a {
    height:30px;
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid #295077;
    border-radius:5px;
    font-size:12px;
    background:#295077;
    color:#fff;
    font-family: Metrisch-Bold;
}

.dw_regtr_list .help span {
    font-size:12px;
    line-height:15px;
}

.dw_regtr_list .price-primary {
    font-family: Metrisch-Bold;
    font-size:28px;
    line-height: 30px;
}

.dw_regtr_list .price {
    font-size: 18px;
    margin-bottom: 5px;
}

.dw_regtr_list .help {
    font-size: 10px;
    text-align: right;
    margin-top: 5px;
    margin-bottom: 0;
}

.dw_regtr_list .help .icon{
    margin-left: 5px;
    transform: translateY(-2px);
}

.dw_dashed_separator {
    border-top:1px dashed #295077!important;
    margin-bottom:5px;
}

#dw_regtr_expiry {
    float:right;
    text-transform:capitalize;
}

.dw_exam_modal .modal-content {
    box-shadow: 5px 5px 10px rgba(41,80,119,0.2);
    -webkit-box-shadow: 5px 5px 10px rgba(41,80,119,0.2);
}

/*ubaceni css koji nedostaje*/


#dw_bug_form label, #dw_bug_form1 label {
	font-family:Metrisch-Bold;
	font-size:18px;
}

#dw_bug_form p, #dw_bug_form1 p {
	font-family:Metrisch-Book;
	font-size:14px;
	margin-top:-30px;
	margin-bottom:30px;
}

#dw_bug_form .form-control, #dw_bug_form1 .form-control {
	margin-bottom:30px;
	box-shadow: 10px 10px 20px rgb(41 80 119 / 20%);
    -webkit-box-shadow: 10px 10px 20px rgb(41 80 119 / 20%);
	background:unset;
	border:unset;
}

.dw_rating_txt {
	font-size:18px;
	width:100%;
}

.dw_elisa_rating_no {
	font-size:16px;
	position:relative;
	text-align:center;
	margin-left:20px;
	font-weight:bold;
}

.dw_rating_txt img{
	width:35px!important;
	height:35px!important;
	margin-top:-8px;
}

.dw_elisa_rating_no:before {
	content:"";
	width:55px;
	height:55px;
	background:url(../images/dw_star_light.svg);
	background-repeat:no-repeat;
	background-size:cover;
	display:inline-block;
	position:absolute;
	margin-top:-15px;
	margin-left: -23px;
    z-index: -1;
}

.dw_bug_page h1 {
	margin-bottom:60px;
}

.dw_bug_page img {
	width:100%;
}

.dw_star_input {
	position:relative;
}

.dw_star_input label {
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin-bottom:30px;
	margin-top:30px;
}

.dw_star_input label span{
	display:block;
	text-align:center;
}

.dw_star_input label span img {
	width:50%;
}

.dw_star_input label span:hover{
	cursor:pointer;
}

.dw_elisa_back {
	width: 100%;
    height: 30px;
    border-radius: 5px;
    background-color: #295077;
    background-color: #fafcff;
    color: #295077;
    border: 0px;
    font-size: 12px;
    font-family: Metrisch-Bold;
	display:block;
	box-shadow: 10px 10px 20px rgb(41 80 119 / 20%);
    -webkit-box-shadow: 10px 10px 20px rgb(41 80 119 / 20%);
	text-align:center;
	margin-top:30px;
	display:flex;
	align-items:center;
	justify-content:center;
}

.dw_elisa_back .dw_elisa_font {
	margin-left:5px;
}

.dw_likely {
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin-top:30px!important;
	margin-bottom:-30px!important;
	color:#495057;
}

#dw_bug_form textarea {
	height:150px;
}

.dw_readmore_avherald_link {
	background:#295077;
	margin:auto!important;
	color:#fff!important;
	padding:7px 45px;
	border-radius:5px;
	font-size:14px;
	display:block;
	text-align:center;
	font-weight:bold;
}

.dw_readmore_avherald_link img {
	height:18px;
	padding-right:5px;
}

.dw_avherald_topbar {
	display:flex;
	align-items:baseline;
	border-bottom:1px solid #295077;
	font-size:16px;
	margin-bottom:30px;
}

.dw_avherald_topbar ul{
	list-style-type:none;
	display:flex;
	align-items:baseline;
	padding-left:0px;
	margin-left:20px;
}

.dw_avherald_topbar ul li{
	margin-right:10px;
}

.dw_avherald_topbar ul li a {
	padding:0px 5px;
	border:1px solid #295077;
	border-radius:3px;
}

.dw_avherald_cat_active {
	background:#295077;
	color:#fafcff!important;
}

.dw_avherald_line a{
	color:#333;
	margin-left:15px;
}

.dw_avherald_line span{
	color:#295077;
}

.dw_avherald_line span{
	font-weight:bold;
	padding:0px 5px;
	border:1px solid #295077;
	border-radius:3px;
	width:25px;
	height:25px;
	margin-right:10px;
	display:inline-block;
	text-align:center;
}

.dw_avherald_date {
	color:#333;
	font-weight:bold;
	font-size:20px;
	position:relative;
	padding-left:20px;
}

.dw_avherald_date:before {
	content:"";
	background:#295077;
	border-radius:50%;
	height:10px;
	width:10px;
	display:block;
	position:absolute;
	margin-left:-20px;
	margin-top:7px;
}

.dw_avherald_line_box {
    border-left: 1px solid #295077;
	margin-left:4px;
}

.dw_avherald_post_title {
	font-size:20px;
	margin-top:30px;
}

.dw_avherald_post_txt {
	font-size:16px;
	color:#333;
	text-align:left;
}

.dw_avherald_post_comments {
	border-bottom:2px solid #295077;
}

#dw_comment_form {
	padding:15px;
	box-shadow: 10px 10px 20px rgba(41, 80, 119, 0.2);
	-webkit-box-shadow: 10px 10px 20px rgba(41, 80, 119, 0.2);
	border-radius:10px;
	background:#fafcff;
}

#dw_comment_form label{
	font-size:11px;
}

#dw_comment_form input, #dw_comment_form textarea {
	width:100%;
	border:1px solid #295077;
	border-radius:5px;
	margin-top:5px;
	padding-left:5px;
}

#dw_comment_form p input {
	width:unset;
	margin-right:5px;
	margin-top:0px;
}

#dw_comment_form p {
	display: flex;
	margin-top:5px;
}

#dw_comment_form button {
	width:100px;
}

.dw_reply_form p input{
	width:20px!important;
	margin-right:5px;
}

.dw_main_comment {
	border-bottom:1px solid #295077;
	margin-bottom:30px;
}

.dw_reply_comment {
	margin-left:45px;
}

.dw_comment_nickname {
	background: #295077;
	border-radius:5px;
	padding:3px 8px;
	color:#fff;
	font-weight:bold;
	font-size:14px;
}

.dw_comment_date {
	font-size:12px;
	color:#333;
}

.dw_comment_txt {
	font-size:14px;
	color:#333;
}

.dw_reply_btn {
	font-size:12px;
	color:#295077;
	border-bottom:1px solid #295077;
	font-style:italic;
	margin-left:15px;
	position:relative;
}

.dw_reply_btn:hover {
	cursor:pointer;
}

.dw_reply_btn:before {
	content:"";
	background:#295077;
	height:5px;
	width:5px;
	border-radius:50%;
	display:inline-block;
	margin-top:10px;
	margin-left:-10px;
	position:absolute;
}



.dw_reply_comment form, .dw_main_comment form {
	display:none;
}

.dw_reply_comment form input, .dw_main_comment form input {
	width:100%;
	border:1px solid #295077;
	border-radius:5px;
	margin-top:5px;
}

.dw_reply_comment form textarea, .dw_main_comment form textarea {
	width:100%;
	border:1px solid #295077;
	border-radius:5px;
	margin-top:5px;
}

.dw_post_comments {
	margin-top:30px;

}

.dw_posts_paging {
	display:flex;
	justify-content:flex-end;
	align-items:center;
}

.dw_posts_paging a{
	padding:5px 10px!important;
	color:#295077;
	margin-left:5px;
	border-radius:3px!important;
	font-size:14px;
	border:1px solid #295077!important;
}

.dw_posts_paging a:hover{
	transition:unset!important;
	box-shadow:unset!important;
}

.dw_posts_paging .dw_posts_page_active {
	background:#295077!important;
	color:#fcfaff!important;
}

.btn_disabled {
	opacity:0.5;
}





@media only screen and (max-width:767px){
	.dw_web_menu img {
		display: flex;
		margin: auto;
		margin-bottom: 15px;
	}
	.dw_web_menu ul li:not(.hamburger-button) {
		display: flex;
		align-items: center;
		justify-content: end!important;
		width:100%;
		font-size:14px;
		line-height:20px;
		border-bottom:1px solid #295077;
	}
	.hamburger-button{
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.hamburger-list.active > ul{
		right:15px!important;
	}
	
	.dw_web_menu .list-inline-item:not(:last-child) {
		margin-right: 5px!important;
	}
	.dw_web_main {
		padding-top:0vh;
		background-position:center top;
	}
	.dw_buy_training_header{
		padding-top: 0px!important;
		padding-bottom: 30px!important;
	}
	.dw_side_notifications{
		right:-30px!important;
		width:85vw!important;
	}
}

@media only screen and (max-width:560px){ 
	.dw_web_menu ul {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.dw_web_menu ul li{
		font-size:14px;
	}
	.dw_web_menu .list-inline-item:not(:last-child) {
		margin-right: 5px!important;
	}
}

@media only screen and (max-width:576px) {
    .dw_nopadding_right { padding: 0px; }
    .dw_nopadding_left { padding: 0px; }
}

/*kraj ubacenog cssa*/

.dw_web_menu > .container > .row {
    position: relative;
}

.dw_web_menu .col-8.text-right {
    position: static;
}

@media (min-width: 1200px) {
    .md-hidden {
        display: none;
    }
}

@media (max-width: 1199px) {
    .col-4 {
        padding-left: 40px;
    }

    .col-4 a {
        display: block;
        width: 200px;
    }
    .hamburger-list > ul img {
        display: none;
    }

    .hamburger-list.active > ul li + li {
        margin-top: 6px;
    }

    .hamburger-list.active > ul li a {
        display: block;
    }

    .hamburger-list.active > ul li {
        margin-right: 0 !important;
    }

    .hamburger-list.active > ul {
        display: flex;
        flex-direction: column;
        position: absolute;
        right: 40px;
        top: 30px;
        text-align: right;
        background: #fafcff;
        padding: 20px 15px;
        width: calc(100% - 40px);
        z-index: 120;
    }

    .hamburger-list ul {
        text-align: left;
        display: block;
        padding: 0;
        background: transparent;
        position: relative;
        width: initial;
    }

    .hamburger-list > ul {
        display: none;
    }

    .hamburger-list > li + li {
        display: none;
    }

    .hamburger-list > li + li i {
        font-size: 24px;
    }

    .hamburger-list.active > li + li {
        display: block;
    }

    .hamburger-list.active > li:first-child {
        display: none;
    }

}

@media only screen and (max-width:767px){
    .dw_web_main {
        padding-top:0vh;
        background-position:center top;
    }
}

@media only screen and (max-width:992px){
    .aspect-1-1 {
        width: 240px;
        height:240px;
        padding-bottom: 0;
        margin: 0 auto 20px;
    }

    .dw_regtr_list img:not(.icon) {
        max-height: initial;
    }
}
