/* Datatables */
th.dt-center, td.dt-center { text-align: center; }

/* Serviceforms */

.custom-file-upload {
    border-radius: 5px !important;
    border: 1px solid #545454;
    color: #545454 !important;
    background: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    padding: 11px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    margin-bottom: 0.7rem !important;
    min-width: 225px !important;
}

#example_processing {
    background: orange;
    color: white;
    font-weight: bold;
}

#file-chosen1, #file-chosen2 {
    white-space: nowrap;
}

form fieldset{
    /*margin: 2rem 0;*/
    /*border: 1px solid #ddd;*/
    /*padding: 1.5rem  5%;*/
    /*border-radius: 10px;*/
}
form legend {
    color: #445ba9;
    margin: 0 1rem;
    padding: 0 .5rem;
    width: inherit;
}
/*#contact_form label.form-top, #contact_form div{*/
/*    display: block;*/
/*    padding-top: 1rem;*/
/*    font-size: .85rem;*/
/*}*/
form label.form-top input, form label.form-top select{
    -webkit-appearance: none;
    display: block;
    font-size: 1rem;
    border: solid 1px #99a4ac;
    border-radius: 5px;
    padding: 0.7rem;
    color: #555;
    width: 100%;
    max-width: 50rem;
}
form label.form-sbs{
    display: block;
    padding-top: 1rem;
    color: #555;
    font-size: .85rem;
}

form label.form-top input:required:valid{
    border-left: green solid 4px;
}
.capture-input{
    background-color: #ddd;
    border-radius: 10px;
    padding: 1rem;
}
.capture-input img{
    margin-right: 10px;
}

select:focus {
    outline: none;
}
input:focus{
    outline: none;
}

select {
    padding: 0.7rem;
    cursor: pointer;
    border: solid 1px #99a4ac;
    border-radius: 5px;
    width: 100%;
    max-width: 50rem;
    color: #495057!important;
    background-color: #fff;
}
.formRadios{
    display: block;
    font-size: 1rem!important;
}
.dropdown-menu {
    right:0 !important;
    left: auto !important;
}

/* Header */
#SEARCH_FORM label.form-top, #SEARCH_FORM div{
    display: block;
    padding-top: 0 !important;
    font-size: 1rem;
    margin-top:3px;
}
#SEARCH_FORM .sfeld1 {
    height: 31px !important;
    padding-left: 10px;
    margin-top: 15px;
    padding-top: 0px;
    padding-bottom: 0 !important;
}
#navbarCollapseMenline {
    margin-top: 18px;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.2s;
    /*padding-top: 25px;*/
}

.sidenav a {
    padding: 8px 8px 8px 10px;
    text-decoration: none;
    /*font-size: 25px;*/
    /*color: #818181;*/
    display: block;
    /*transition: 0.3s;*/
}

.sidenav a:hover {
    /*color: #f1f1f1;*/
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 1.9rem;
    font-weight: bolder;
    color: #818181;
    padding: 10px;
}

.sidenav .closebtn:hover{
    color: black;
}

.nav-item .dropdown{
    color: inherit;
}
.navbar-nav-dec a{
    color: black;!important;
}
.slide-logo{
    width: 200px;
}

.navbar-nav-dec li{
    border-bottom: 1px solid #eee;
    padding: 0 20px;
    height: 60px;
    display: flex;
}

.navbar-nav-dec li a{
    display: flex;
    align-items: center;
    padding: 0;
    text-transform: uppercase;
    font-size: 0.85rem;
    font-weight: 400;
}

.section1{
    border-bottom: 25px solid #eee;
    margin-bottom: 0;
}

.section2{
    border-bottom: 25px solid #eee;
    margin-bottom: 0;
}

.section3{
    margin-bottom: 0;
}
.in-nav__icon{
    height: 1rem;
    cursor: pointer;
}

.nav-overlay{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 50;
    background-color: rgba(0,0,0,0.6);
    height: 100%;
    width: 100%;
}
.dropdown-toggle::after{
    margin-left: 1px;
    vertical-align: 0;
}
.dropdown-toggle:focus{
    outline: none;
}
.lang-flags{
    width: 26px
}


.hidden-flag{
    display: none;

}


/*sear bar for desktop*/

.search-wrapper{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.search-wrapper .search_box{
    width: calc(300px + 15vw);
    background: #f9f9f9;
    border-radius: 4px;
    height: 45px;
    display: flex;
    padding: 10px 15px;
    border: 1px solid #ececec;
    /*box-shadow: 0 8px 6px -10px #b3c6ff;*/
}

.search-wrapper .search_box .dropdown-dec{
    width: 130px;

    /*color: #9fa3b1;*/
    position: relative;
    cursor: pointer;
    border: none;
}

.search-wrapper .search_box .dropdown .default_option{
    text-transform: uppercase;
    padding: 0;
    font-size: 14px;
}

.search-wrapper .search_box .dropdown ul{
    position: absolute;
    top: 70px;
    left: -10px;
    background: #fff;
    width: 150px;
    border-radius: 5px;
    padding: 20px;
    display: none;
    box-shadow: 8px 8px 6px -10px #b3c6ff;
}

.search-wrapper .search_box .dropdown ul.active{
    display: block;
}

.search-wrapper .search_box .dropdown ul li{
    padding-bottom: 20px;
}

.search-wrapper .search_box .dropdown ul li:last-child{
    padding-bottom: 0;
}

.search-wrapper .search_box .dropdown ul li:hover{
    color: #6f768d;
}

.search-wrapper .search_box .dropdown:before{
    content: "";
    position: absolute;
    top: 9px;
    right: 20px;
    border: 6px solid;
    border-color: #999 transparent transparent transparent;
}

.search-wrapper .search_box .search_field{
    width: 350px;
    height: 100%;
    position: relative;
}

.search-wrapper .search_box .search_field .input{
    width: 100%;
    height: 100%;
    border: 0px;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 38px;
    color: #6f768d;
    background-color: #f9f9f9!important;
    outline: none;
}

.search-wrapper .search_box .search_field .input:focus{
    outline: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #9fa3b1;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #9fa3b1;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #9fa3b1;
}

.search_box .btn{
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 100%;
    background: orange;
    z-index: 1;
    cursor: pointer;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.search_box .btn:hover{
    background: orange;
}
.search_box .btn:hover{
    background: #ff8c00;
}

.btn_common .search_button__icon{
    width: 22px;
    text-align: end;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.user-nav__icon-box-final1{
    padding-right: 0;
    cursor: pointer;
    position: relative;
}
.header_background__SellOnSecondsol{
    background-color: orange;
    /*display: inline;*/
    display: flex;
    /*width: 250px;*/
    height: 35px;
    padding: 5px 15px;
}
.topmost_links{
    display: flex;
}
.topmost_links a{
    cursor: pointer;
}
.menu_tittles{
    border-top: 2px solid orange;
    display: flex;
    background-color: #f9f9f9;
}
.nav__subB {
    display: block;
    align-items: baseline;
}
#masthead .design-header-search-form {
    height: 50px;
}
#navbarCollapseMenline .dropdown-toggle::after, nav#headerMenuMain .dropdown-toggle::after {
    content: "";
}
.user-nav__icon-box-final1 .dropdown-item {
    padding: 0.25rem 0.4rem;
}
.service-title {
    float: right;
    padding-left: 5px;
}
.headerSearchboxContainer .form-control {
    font-size: 1.0rem;
}

#logoutlogin li {
    line-height: 1.0rem !important;
}
#navbarCollapseMenline .fa-2x {
    font-size: 1.5em;
}
#navbarCollapseMenline .nav > li > a {
    font-weight: 300;
}
#datatable_filter input[type="search"], #datatable_order_filter input[type="search"], #datatable_qr_filter input[type="search"] {
    border: 1px solid #cccccc;
    border-radius: 5px;
}
#datatable_length,
#datatable_filter {
    margin-bottom: 10px;
}
.navbar-nav li {
    border-bottom: 0;
}
#datatable_paginate li {
    padding: 0px !important;
    margin-right: 0px !important;
}
#datatable_paginate .page-item.active .page-link {
    background-color: #f1f1f1;
    border-color: #545454;
}
#datatable_paginate .page-link {
    color: #545454;
}
table.dataTable tbody td {
    font-size: 0.8rem !important;
}
table.dataTable tfoot td {
    font-size: 1.0rem !important;
    font-weight: 700;
}
table#example tr {
    line-height:2.1rem;
}
/*#SEARCH_FORM .fa-search {*/
/*    color: #827e7e;*/
/*    font-size: 12px;*/
/*}*/
/*#SEARCH_FORM #sfeld1 {*/
/*    background: rgba(0, 0, 0, 0.05);*/
/*    box-shadow: none;*/
/*    border: 1px solid #c6c1c1;*/
/*    border-radius: 6px 0 0 6px;*/
/*}*/
/*#SEARCH_FORM #sfeld1btn {*/
/*    margin-top: 4px;*/
/*    background: orange;*/
/*    border: 1px solid orange;*/
/*    border-radius: 0 6px 6px 0;*/
/*    padding: 6px 12px 11px 8px;*/
/*}*/
table.dataTable tr.even td {
    background: #f1f1f1;
}

@media (max-width: 991px) {
    .seso-search-width .col-10 {
        margin-left: 2px !important;
    }
    .nav {
        margin-left: 0;
        margin-right: 1rem;
    }
    /* Navbar Problem IPAD */
    .collapse:not(.show) {
        display: none !important;
    }
    .d-md-none {
        display: block !important;
    }
    .navbar-expand-md .navbar-toggler {
        display: block;
    }
}

@media (min-width: 766px) {
    .navbar-content .navbar-nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }
    .navbar-content .navbar-nav li a {
        padding: 0 10px;
    }
}

@media (max-width: 1320px) {
    .seso-search-width {
        width: 100%;
        top: 20px;
        position: relative;
        margin-left: 0 !important;
    }
    .seso-search-width .col-10 {
        flex: 0 0 95%;
        max-width: 95%;
    }
    #sfeld1 {
        float: left;
        height: 29px !important;
        padding-left: 10px;
        margin-top: 4px;
    }
    #SEARCH_FORM #sfeld1btn {
        margin-top: 0;
        vertical-align: super;
        line-height: 20px;
        position: absolute;
        top: -3px;
        right: -2px;
    }
}

@media (min-width: 992px) and (max-width: 1320px) {
    #navbarCollapseMenline .nav > li > a {
        font-size: 13px;
    }
    #SEARCH_FORM #sfeld1 {
        float: left;
        height: 42px !important;
        padding-left: 10px;
        margin-top: 0px;
    }
    #SEARCH_FORM #sfeld1btn {
        margin-top: 10px;
        vertical-align: super;
        line-height: 1;
        padding-right: 10px;
        position: absolute;
    }
    .seso-search-width {
        width: 100%;
        top: 0px;
        position: relative;
        margin-left: 0 !important;
    }
    .service-title {
        display: none;
    }
    #SEARCH_FORM label.form-top, #SEARCH_FORM div {
        margin-top: 0;
    }
    #navbarCollapseMenline {
        margin-top: 8px;
    }
    #navbarCollapseMenline .nav > li > a,
    #navbarCollapseMenline .nav li div {
        font-size: 0.8rem;
    }
    #navbarCollapseMenline .dropdown-dec {
        margin-top: -4px;
    }
    #navbarCollapseMenline .topspace {
        padding-top: 3px !important;
    }
}
