/*BG*/

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=Basic&display=swap");

.dxpcLite_NetsimSun, .dxdpLite_NetsimSun{
       width: calc(100% - 30px) !important;
}

@media all and (min-width: 1250px) {
    .dxpcLite_NetsimSun, .dxdpLite_NetsimSun{
       width: 1024px !important;
    }
}

#DefaultRoot_PanelPage{
  overflow-x : auto;
}

.width100 {
    width: calc(100% + 2px);
    margin-left: -1px;
}

body {
    margin-top: 0px;
    margin-left: 0px;
    font-family: "Basic", sans-serif;
    background-color: #f1f1f1 !important;
}

.logo {
    background-image: url("NSResources.nsx?r=/files/Image/logo.png");
    width: 158px;
    height: 53px;
}

.infoContact {
    width: 400px;
    height: 150px;
    background-color: #d06b00;
    margin-top: 150px;
}


@media screen and (min-width: 992px) {
    #kvkkMenu{
        margin-left: -200px !important;
    }
}

@media screen and (max-width: 992px) {
    .navbarMenu {
        margin-top: 25px;
    }
}

#menuBar {
    font-size: 15px;
}

.toggleMenu {
    font-size: 14px;
}

.nav-link:hover {
            color: #ffc107 !important;
        }

        .dropdown-item:hover {
            background-color: white;
            color: #ffc107;
        }

.cozumOrtagiGiris {
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: -1px;
    font-size: 13px;
}

    .cozumOrtagiGiris:hover {
        background-color: #ffc107;
        border-color: #ffc107;
        color: black;
    }


.turuncu {
    background-color: #d06b00;
}

.turuncuText {
    color: #d06b00;
}

    .turuncuText:hover {
        color: #e07c20;
        text-decoration: none;
    }


.dxrpControl_NetsimSun{
    font-family: "Basic", sans-serif !important;
}

.nscPageFooter table {
    background-color: #343a40;
    color: #fff;
}

#DefaultRoot_tdNSLink a {
    color: #fc0 !important;
}

.dxrpControl_NetsimSun{
  font: unset !important;
}

.ulListStyle{
  list-style:unset !important;
}


.ulListStyle h4{
  line-height: 1;
}



/*MODUL TOP*/

.modulWidth {
    margin-top : 15px;
    width: 60%;
    margin-left: calc(20%);
    margin-bottom : 20px;
}

@media screen and (max-width:1700px) {
    .modulWidth {
        width: 70% !important;
        margin-left: calc(15%) !important;
    }
}

@media screen and (max-width:1300px) {
    .modulWidth {
        width: 80% !important;
        margin-left: calc(10%) !important;
    }
}

@media screen and (max-width:800px) {
    .modulWidth {
        width: 95% !important;
        margin-left: calc(2.5%) !important;
    }
}


.bigText {
            font-size: 45px;
        }

#pageUpBtn {
            visibility: hidden;
        }

.pageUpBtn {
            width: 50px;
            height: 50px;
            background-color: white;
            position: fixed;
            z-index: 9997;
            bottom: 10px;
            right: 10px;
            cursor: pointer;
        }

            .pageUpBtn:hover {
                background-color: #ffc107 !important;
            }

        .pageUpBtnCenter {
            position: absolute;
            left: 50%;
            top: 50%;
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }


.dropdown-menu {
            border: unset;
            border-radius: unset;
            border-top: 3px solid orange;
            /*box-shadow: 1px 1px 5px;*/
        }


.menuOkSol {
            margin-top: -25px;
            margin-left: 30px;
            color: orange;
        }

        .menuOkSag {
            margin-top: -25px;
            margin-right: 30px;
            float: right;
            color: orange;
        }


.nav-item .linkLine:after {
            display: block;
            content: '';
            margin-top: 2px;
            border-bottom: solid 2px orange;
            transform: scaleX(0);
            transition: transform 250ms ease-in-out;
        }

        .nav-item .linkLine:hover:after {
            transform: scaleX(1);
        }

        .nav-item .linkLine:after {
            transform-origin: 0% 50%;
        }



@media all and (min-width: 992px) {
            .dropdown-toggle::after {
                display: none;
            }

            .navbar .nav-item .dropdown-menu {
                display: none;
            }

            .navbar .nav-item:hover .nav-link {
            }

            .navbar .nav-item:hover .dropdown-menu {
                display: block;
            }

            .navbar .nav-item .dropdown-menu {
                margin-top: 0;
            }
        }

.dxpnlControl{
 font:unset;
}


.web-imagePopup {
   width: 100%;
   max-height: 70vh;
   object-fit: scale-down;
   border-style: none;
   background: none;
   margin-top: 1rem;
}