﻿/*body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 1.428571;
    color: #758494;
    background-color: #f9fafc;
}*/

/*.navbar {
    background-color: lightseagreen !important;
}*/

@media (min-width: 1400px) {
    .container {
        width: 1510px;
    }
}
@media (max-width: 480px) {
    .col-xs-hidden {
        display: none !important;
    }
}

.square-responsive {
    display: inline-block;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .square-responsive {
        display: inline-block;
        font-size: 15px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        width: 30px;
        vertical-align: middle;
    }

    #StokListeTablo > tbody > tr > td:nth-child(5) {
        width: 1%;
    }

        #StokListeTablo > tbody > tr > td:nth-child(5) > div {
            width: 100px;
        }

    #StokListeTablo2 > tbody > tr > td:nth-child(5) {
        width: 1%;
    }

        #StokListeTablo2 > tbody > tr > td:nth-child(5) > div {
            width: 100px;
        }
}

.StockListGridView > tbody > tr {
    display: grid;
    border: 1px solid darkred;
    width: 296px;
    margin: 5px;
}

    .StockListGridView > tbody > tr > td:nth-child(5) > div {
        width: 100%;
    }

.StockListGridView > thead {
    display: none;
}

.StockListGridView > tbody {
    display: flex;
    flex-flow: row wrap;
}

    .StockListGridView > tbody > tr > td.text-right {
        text-align: center;
    }

@media (max-width: 768px) {
    .prtm-fixed-header .prtm-header {
        margin-top: 54px;
    }

    .col-sm-hidden {
        display: none !important;
    }

    #StokListeTablo > tbody > tr {
        display: grid;
        border: 1px solid darkred;
        width: 300px;
        margin: 5px;
    }

        #StokListeTablo > tbody > tr > td:nth-child(5) > div {
            width: 100%;
        }

    #StokListeTablo > thead {
        display: none;
    }

    #StokListeTablo > tbody {
        display: flex;
        flex-flow: row wrap;
    }

        #StokListeTablo > tbody > tr > td.text-right {
            text-align: center;
        }


            #StokListeTablo2 > tbody > tr {
        display: grid;
        border: 1px solid darkred;
        width: 300px;
        margin: 5px;
    }

        #StokListeTablo2 > tbody > tr > td:nth-child(5) > div {
            width: 100%;
        }

    #StokListeTablo2 > thead {
        display: none;
    }

    #StokListeTablo2 > tbody {
        display: flex;
        flex-flow: row wrap;
    }

        #StokListeTablo2 > tbody > tr > td.text-right {
            text-align: center;
        }
}

@media (min-width: 992px) {
    .square-responsive {
        display: inline-block;
        font-size: 20px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        width: 40px;
        vertical-align: middle;
    }
}

@media (max-width: 992px) {
    .col-md-hidden {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .square-responsive {
        display: inline-block;
        font-size: 20px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        width: 40px;
        vertical-align: middle;
    }
}

@media (max-width: 1200px) {
    .col-lg-hidden {
        display: none !important;
    }
}

/*@media (min-width: 1400px) {
    .square-responsive {
        display: inline-block;
        font-size: 25px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        width: 50px;
        vertical-align: middle;
    }

    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left;
    }

    .col-xl-1 {
        width: 8.333333%;
    }

    .col-xl-2 {
        width: 16.666667%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-4 {
        width: 33.333333%;
    }

    .col-xl-5 {
        width: 41.666667%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-7 {
        width: 58.333333%;
    }

    .col-xl-8 {
        width: 66.666667%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-10 {
        width: 83.333333%;
    }

    .col-xl-11 {
        width: 91.666667%;
    }

    .col-xl-12 {
        width: 100%;
    }

    .col-xl-pull-0 {
        right: auto;
    }

    .col-xl-pull-1 {
        right: 8.333333%;
    }

    .col-xl-pull-2 {
        right: 16.666667%;
    }

    .col-xl-pull-3 {
        right: 25%;
    }

    .col-xl-pull-4 {
        right: 33.333333%;
    }

    .col-xl-pull-5 {
        right: 41.666667%;
    }

    .col-xl-pull-6 {
        right: 50%;
    }

    .col-xl-pull-7 {
        right: 58.333333%;
    }

    .col-xl-pull-8 {
        right: 66.666667%;
    }

    .col-xl-pull-9 {
        right: 75%;
    }

    .col-xl-pull-10 {
        right: 83.333333%;
    }

    .col-xl-pull-11 {
        right: 91.666667%;
    }

    .col-xl-pull-12 {
        right: 100%;
    }

    .col-xl-push-0 {
        left: auto;
    }

    .col-xl-push-1 {
        left: 8.333333%;
    }

    .col-xl-push-2 {
        left: 16.666667%;
    }

    .col-xl-push-3 {
        left: 25%;
    }

    .col-xl-push-4 {
        left: 33.333333%;
    }

    .col-xl-push-5 {
        left: 41.666667%;
    }

    .col-xl-push-6 {
        left: 50%;
    }

    .col-xl-push-7 {
        left: 58.333333%;
    }

    .col-xl-push-8 {
        left: 66.666667%;
    }

    .col-xl-push-9 {
        left: 75%;
    }

    .col-xl-push-10 {
        left: 83.333333%;
    }

    .col-xl-push-11 {
        left: 91.666667%;
    }

    .col-xl-push-12 {
        left: 100%;
    }

    .col-xl-offset-0 {
        margin-left: 0%;
    }

    .col-xl-offset-1 {
        margin-left: 8.333333%;
    }

    .col-xl-offset-2 {
        margin-left: 16.666667%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-offset-4 {
        margin-left: 33.333333%;
    }

    .col-xl-offset-5 {
        margin-left: 41.666667%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-offset-7 {
        margin-left: 58.333333%;
    }

    .col-xl-offset-8 {
        margin-left: 66.666667%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-10 {
        margin-left: 83.333333%;
    }

    .col-xl-offset-11 {
        margin-left: 91.666667%;
    }

    .col-xl-offset-12 {
        margin-left: 100%;
    }
}*/

@media (max-width: 1400px) {
    .col-xl-hidden {
        display: none !important;
    }
}

.StockName {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px; /* fallback */
    height: 32px; /* fallback */
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.countDown {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.countUp {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.StockPriceTable {
    height: 57px;
    font-size: 12px;
}

table.dataTable tbody td {
    vertical-align: middle;
}

table.dataTable thead th {
    text-align: center;
}

table.dataTable {
    width: 100% !important;
}

.text-lg {
    font-size: 16px !important;
}

.text-md {
    font-size: 13px !important;
}

.basket-area {
    padding: 3px 6px;
    font-size: 12px;
}

.st-text-black {
    color: black;
    font-weight: bold;
}
/* fallback */
.st-text-green {
    color: #5cb85c;
}

.st-header-table {
    background-color: darkgrey;
    color: white;
    font-family: "Roboto", sans-serif;
}

    .st-header-table th {
        background-color: #20b2aa;
        color: white;
        font-family: "Roboto", sans-serif;
    }


    .st-header-table td {
        font-family: "Roboto", sans-serif;
    }


.dropdown-menu > li > div:hover, .dropdown-menu > li > div:focus {
    text-decoration: none;
    color: #fff;
    background-color: #20b2aa;
}

.dropdown-menu > li > div {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571;
    color: #444;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu > li > div,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu > li > div {
        line-height: 20px;
    }

        .navbar-nav .open .dropdown-menu > li > div:hover, .navbar-nav .open .dropdown-menu > li > div:focus {
            background-image: none;
        }

    .BasketItems > ul > li > div {
        white-space: normal;
        font-size: 12px;
        color: #414658;
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571;
        color: #444;
        white-space: nowrap;
    }

    .BasketItems > ul > li:hover div {
        color: #fff;
        background: #20b2aa;
    }
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > div {
        color: #758494;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > div:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > div:focus {
            color: #20b2aa;
            background-color: #fff;
        }

    .BasketItems > ol > li > div {
        white-space: normal;
        font-size: 12px;
        color: #414658;
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571;
        color: #444;
        white-space: nowrap;
    }

    .BasketItems > ol > li:hover div {
        color: #fff;
        background: #20b2aa;
    }
}

/*.prtm-header .nav.navbar-nav .dropdown-menu > li > div {
    white-space: normal;
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #414658;
}

.prtm-header .nav.navbar-nav .dropdown-menu > li:hover div {
    color: #fff;
    background: #20b2aa;
}*/

.BasketItems > ol > li > div {
    white-space: normal;
    font-size: 12px;
    color: #414658;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571;
    color: #444;
    white-space: nowrap;
}

.BasketItems > ol > li:hover div {
    color: #fff;
    background: #20b2aa;
}

#ajax-modal {
    margin-top: 0px !important;
    /*z-index: 999999999 !important;*/
}

.text-absolute-left {
    text-align: left !important;
}

.text-absolute-right {
    text-align: right !important;
}

.dataTable td {
    font-size:12px;
}

.ui-autocomplete {
    max-height: 400px !important;
    overflow-y: auto !important;
}