﻿body {
    background: #fff;
    font-family: 'db_helvethaica_x25_ulli';
}


.text_head_login {
    text-align: center;
    font-size: 2em;
    color: #000;
    font-family: 'db_helvethaica_x65_med';
}

.text_login {
    text-align: center;
    font-size: 1.5em;
    color: #000;
    font-family: 'db_helvethaica_x25_ulli';
	font-weight: bold;
}

.btn-mode-emp{
    margin-bottom:13px;
}

.btn-primary {
    background-color: #e11100 !important;
    border-color: #e11100 !important;
}

.btn.btn-primary:hover {
    background-color: #e22112 !important;
    border-color: #e22112 !important;
}

.btn-login {
    width: 100%;
    height: 43px;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.btn-group.open .btn.btn-grey, .btn-group.open .btn.dropdown-toggle, .btn-group.open .btn.dropdown-toggle:focus, .dropdown.open .btn.btn-grey, .dropdown.open .btn.dropdown-toggle, .dropdown.open .btn.dropdown-toggle:focus {
    color: #fff;
    background-color: #e11100 !important;
    border-color: #e11100 !important;
}

.btn-login-white {
    color: #000;
    background-color: #FFF !important;
    border-color: #FFF !important;
    width: 100%;
    height: 40px;
}

.btn-login-white.mobile {
    color: #fff;
    background-color: rgb(69, 77, 97) !important;
    border-color:rgb(69, 77, 97) !important;
    width: 100%;
    height: 40px;
}

.input_margin{
    margin-top:40px;
}

.input_margin.mobile{
    margin-top:20px;
}

.dropdown-item.current, .dropdown-item:hover {
    background: 0 0;
    color: #e11100 !important;
}

#lang_switch {
    width: 100%;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

/*.sign-box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background: rgb(69, 77, 97);
    border: 1px solid rgb(69, 77, 97);
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding: 20px;
    font-size: 1rem;
    position: relative;

}


.sign-box.mobile {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
    border: 1px #fff;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding: 20px;
    font-size: 1rem;
    position: relative;

}*/

.employee {
    /* border-top: 3px solid rgb(47, 186, 255);*/
}

.contractor {
   /* border-top: 3px solid rgb(47, 186, 255);*/

}

.input_login {
    background: rgb(69, 77, 97);
    border-color: rgb(69, 77, 97);
    border-bottom-color: #fff;
    border-radius: 0px;
    color: #fff !important;
    text-align: center;
}

.input_login.mobile {
    background:  #fff;
    border-color:  #ddd;
    border-bottom-color: #ddd;
    border-radius: 0px;
    color: #ddd !important;
    text-align: center;
}

    .input_login:focus {
        background: rgb(69, 77, 97);
        border-color: rgb(69, 77, 97);
        border-bottom-color: #fff;
        border-radius: 0px;
        color: #fff !important;
    }

    .input_login.mobile:focus {
        background: #fff;
        border-color: rgb(69, 77, 97);
        border-bottom-color: rgb(69, 77, 97);
        border-radius: 0px;
        color: #ddd !important;
    }

    .input_login::-webkit-input-placeholder {
        font-family: 'db_helvethaica_x35_thin' !important;
        font-weight: bold;
        font-size: 1.6em !important;
        color: #0c4da2 !important;
    }

    .input_login:-moz-placeholder {
        font-family: 'db_helvethaica_x35_thin' !important;
        font-weight: bold;
        font-size: 1.6em !important;
        color: #0c4da2 !important;
    }

    .input_login.mobile::-webkit-input-placeholder {
        font-family: 'db_helvethaica_x35_thin' !important;
        font-weight: bold;
        font-size: 1.6em !important;
        color: #0c4da2 !important;
    }

    .input_login.mobile:-moz-placeholder {
        font-family: 'db_helvethaica_x35_thin' !important;
        font-weight: bold;
        font-size: 1.6em !important;
        color: #0c4da2 !important;
    }

.text-danger {
    color: #FFF !important;
    font-size: 12px;
}

.sign-box a:hover {
    border-bottom-color: rgba(255, 255, 255, 0.5) !important;
}

.sign-box a {
    font-size: 24px;
    font-weight:bold;
}

.tabs-section-nav .nav-link.active .nav-link-in {
    border-top-color: #e11100 !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;

}

.tabs-section > .tab-content:not(.no-styled) {
    background: #fff;
    border: none;
    border-top: none !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    padding: 0px !important;
}

.tabs-section-nav.tabs-section-nav-icons .nav-link.active, .tabs-section-nav.tabs-section-nav-icons .nav-link.active .fa, .tabs-section-nav.tabs-section-nav-icons .nav-link.active .font-icon, .tabs-section-nav.tabs-section-nav-icons .nav-link.active .glyphicon {
    color: #FFF !important;
    background: #e11100 !important;
    border: #e11100 !important;
        border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.tabs-section-nav {
     border-top: none !important; 
}

.tabs-section-nav .nav-item:last-child .nav-link {
    border-right-color: none !important;
}

.tabs-section-nav .nav-link {
    display: block;
    color: #6c7a86;
    font-weight: 600;
    border: none;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top: none;
}

.nav-link-in{
    height:60px;
    font-size:1.5em;
    line-height: 30px !important;
    font-family: 'db_helvethaica_x25_ulli';
}


label.error {
    color: #fff;
}


.tabs-section-nav .nav-item {
  background: #ffffff;
}