﻿.t-bootstarp table {
    width: 100%;
    border-collapse: collapse;
}

.c-remaind {
    color: #00d7db;
    text-align: center;
    font-weight: bold;
    padding: 2px;
    cursor: pointer;
}

.c-remaind a {
    cursor: pointer;
    text-decoration: none;
    color: #00d7db;
}

.c-mini .c-remaind {
    display: none;
}

.t-bootstarp .a-pager {
    width: 100%;
    margin-top: 5px;
    height: 38px;
}

.c-remaind {
    color: #00d7db;
    text-align: center;
    font-weight: bold;
    padding: 2px;
    cursor: pointer;
}

.c-remaind a {
    cursor: pointer;
    text-decoration: none;
    color: #00d7db;
}

.t-bootstarp .a-pager > div {
    border: 1px solid #808080;
    border-radius: 25px;
    height: 35px;
}

.t-bootstarp .a-pager .left {
    float: left;
    margin: 10px 0 0 6px;
    cursor: pointer;
}

.t-bootstarp .a-pager .middel {
    float: right;
    padding: 8px 3px 0 0;
}

.t-bootstarp .a-pager .right {
    float: right;
    margin: 10px 6px 0 0;
    cursor: pointer;
}

@media only screen and (max-width: 650px) {
    .t-bootstarp .t-pager .t-numeric a:nth-of-type(n+3) {
        display: none;
    }
}

@media only screen and (max-width: 350px) {
    .t-bootstarp .t-pager .t-numeric {
        display: none;
    }
}

.hidden {
    display: none;
}

@media only screen and (max-width: 750px), (min-device-width: 250px) and (max-device-width: 1024px) {
    .t-bootstarp table, .t-bootstarp thead, .t-bootstarp tbody, .t-bootstarp th, .t-bootstarp td, .t-bootstarp tr {
        display: block;
    }

    .t-bootstarp .t-grid-header {
        display: none;
    }

    .t-bootstarp td {
        padding-right: 45% !important;
    }

    .t-bootstarp.delivary td {
        text-align: right
    }

    .t-bootstarp td.operation {
        padding-right: 0 !important;
        text-align: center
    }

    .t-bootstarp thead tr {
        position: absolute;
        display: none;
        direction: rtl;
    }

    .t-bootstarp tr {

    }

    .t-bootstarp tr:nth-of-type(odd) td {

    }

    .t-bootstarp tr:nth-of-type(even) td {

    }

    .t-bootstarp td {
        border: none;
        position: relative;
        padding-right: 50%;
        text-align: right;
    }

    .t-bootstarp td:before {
        position: absolute;
        /*top: 6px;*/
        right: 10px;
        width: 45%;
        /*padding-right: 10px;*/
    }

    .t-bootstarp td:nth-of-type(n):before {
        content: attr(data-title);
        font-weight: bold;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 680px) {
    .t-grid body {
        padding: 0;
        margin: 0;
        width: 320px;
    }
}

@media only screen and (min-device-width: 480px) and (max-device-width: 1024px) {
    .t-bootstarp body {
        width: 950px;
    }
}


* {
    margin: 0;
    padding: 0;
    /*-webkit-box-sizing: border-box;*/
    /*-moz-box-sizing: border-box;*/
    box-sizing: border-box;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
}

/** =======================
 * Contenedor Principal
 ===========================*/
h1 {
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    margin-top: 80px;
}

h1 a {
    color: #c12c42;
    font-size: 16px;
}

.accordion {
    width: 100%;
    max-width: 360px;
    background: #343434;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 10px 7px;
    text-align: right;
    color: white;
    font-size: 13px;
    /*font-weight: 700;*/
    border: 2px solid #1c1c1c;
    border-left: 1px solid #1c1c1c;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li:last-child .link {
    border-bottom: 0;
}

.accordion li i {
    position: absolute;
    top: 16px;
    left: auto;
    right: 12px;
    font-size: 18px;
    color: white;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-style: normal;
}

.accordion li i.fa-chevron-down {
    right: auto;
    left: 8px;
    font-size: 11px;
}

.accordion li.open .link {
    color: white;
}

.accordion li.open i {
    color: white;
}

.accordion li.open i.fa-chevron-down {
    /*-webkit-transform: rotate(180deg);*/
    -ms-transform: rotate(180deg);
    /*-o-transform: rotate(180deg);*/
    transform: rotate(180deg);
}

.accordion li.default .submenu {
    display: block;
}

/* Submenu ----------------------------- */

.submenu {
    display: none;
    background: #1c1c1c;
    font-size: 12px;
}

.submenu li {
}

.submenu a {
    display: block;
    text-decoration: none;
    color: white;
    padding: 8.5px 27px 8.5px 7px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.submenu a:hover {
    background: #0b7b7b;
    color: #FFF;
}

.satrap-logo {
    display: block;
    height: 62px;
    width: 150px;
    margin: 0 auto;
    background-image: url(../img/TopIcons_Grey.png);
    background-position: -892px -362px;
    cursor: pointer;
}

.m-collapse {
    width: 47px;
}

.m-collapse .fa-chevron-down {
    display: none;
}

.m-collapse li .link > span {
    display: none;
}

.m-collapse li .link {
    height: 47px;
}

.m-collapse .m-submenu {
    border: 1px solid red;
    position: relative;
    background-color: wheat;
    width: 200px;
    left: -10px;
}

button {
    outline: none !important;
}

.ms-search, .ms-search input {
    font-family: 'iranyekan', serif;
}

.c-landing-page {
    color: white;
    margin-bottom: 15px;
}

.c-landing-page img {
    width: 125px;
    height: 125px;
    float: right;
    margin-left: 15px;
}

.c-landing-page h1 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.c-whole, .c-repairmen {
}

.c-whole .c-item, .c-repairmen .c-item {
    margin-top: 10px;
    margin-bottom: 20px;
}

.c-landing-page .c-seperator {
    clear: both;
}

.accordion {
    border-radius: 0;
}

.accordion .link {
    border: 2px solid #1c1c1c;
    min-height: 42px;
}

.accordion .link:hover {
    background-color: #535353;
}

.accordion .link span {
    margin-right: 35px;
}

.accordion .link * {
    vertical-align: middle;
}

#mainmenu .link .c-icon2 {
    width: 20px;
    text-align: center;
}

.c-menu-container {
    background-color: #1c1c1c;
    width: 165px;
    overflow: auto;
    height: 100vh !important;
}

.c-menu-container .c-search {
    position: relative;
    display: none;
}

.c-menu-container .c-search input {
    width: 100%;
    border: none;
    background-color: #e1ffff;
    padding: 2px 10px;
    border-left: 2px solid #1c1c1c;
    border-right: 2px solid #1c1c1c;
}

.c-search .c-search-clear {
    position: absolute;
    top: 6px;
    right: 146px;
    color: red;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    opacity: .2;
}

.c-search:hover .c-search-clear {
    opacity: 1;
}

#mainmenu .c-menu-hamburger {
    color: #63c7c7;
    font-size: 28px;
    line-height: 72px;
    margin-right: 15px;
}

#maincontent {
    width: calc(100% - 170px) !important;
}

/*------------------*/

#mainmenu.c-mini {
    width: 45px !important;
}

#mainmenu.c-mini .c-menu-container {
    width: 42px;
    overflow: hidden;
}

#mainmenu.c-mini .link .c-icon1,
#mainmenu.c-mini .link span,
#mainmenu.c-mini .c-search {
    display: none;
}

#mainmenu.c-mini .link {
    border: none;
    min-height: 38px;
}

#mainmenu.c-mini .submenu {
    display: none;
}

#mainmenu.c-mini .link i {
    line-height: 9px;
}

#mainmenu .satrap-logo {
    background-position: -912px -362px;
}

#mainmenu.c-mini .satrap-logo {
    width: 45px;
    background: none;
}

#mainmenu.c-mini .c-menu-hamburger {
    margin-right: 10px;
}

#maincontent.c-mini {
    width: calc(100% - 45px) !important;
}

.qrcode.c-selected .fa-qrcode {
    color: cadetblue;
}

.c-settletype .c-radios .c-radio {
    /*height: 25px !important;*/
}

.c-purchase .c-settletype .c-line {
    margin-bottom: 5px !important;
}

.box-filter fieldset.t-widget {
    background-color: #1f1f1f;
    border-width: 0;
}

.btnLoadPartial {
    width: auto;
    min-width: 150px;
    padding: 5px 10px;
    margin: 5px 10px;
    outline: none !important;
    background: #0b4d4d;
    font-size: larger;
    line-height: 10px;
}

.datepicker-holder {
    border-radius: 10px;
    padding-right: 10px;
    z-index: 999;
}

.datepicker-holder input {
    width: inherit;
    font-size: 13px;
    height: 30px;
    padding: 0 10px;
    border: none;
    border-radius: 15px;
    background: #e5e2e2;
    direction: ltr;
    margin-top: 6px;
}

.datepicker-holder select {
    width: inherit;
    font-size: 13px;
    height: 30px;
    padding: 0 10px;
    border: none;
    border-radius: 15px;
    background: #e5e2e2;
    direction: rtl;
    margin-top: 6px;
    margin-right: 6px;
}

.datepicker-holder input {
    margin-top: 6px !important;
}

.btnGroup {
    margin-top: 5px !important;
}

.ms-parent {
    margin: 5px;
}

input:focus, input:active, input:visited, button:focus, button:active, button:visited {
    outline: none;
}

.datepicker-holder button {
    margin: 10px 5px;
}

.datepicker-holder div[class|=col] {
    margin-top: 10px;
}

.ms-drop ul li label input[type=checkbox] {
    margin-top: -3px;
}

.ms-drop {
    margin-right:  0 !important;
}

/*************************************************************/
.timePicker {
    width: 70px !important;
    margin-right: 5px;
    margin-top: 20px;
}

.custom_date {
    margin-right: 5px;
    /*position: absolute;*/
    /*right: 775px;*/
}

/*************************************************************/
#SellProductGrid .t-input{
    width: 130px;
}

#SellProductGrid {
    /*margin-top: 30px;*/
    /*margin-bottom: 30px;*/
    /*display: block;*/
    color: #ccc;
    /*width: 100%;*/
    /*-ms-border-radius: 20px;*/
    border-radius: 20px 20px 20px 20px;
    overflow: hidden;
}

thead {
    background: #424242;
}

#SellProductGrid tr {
    border-radius: 200px !important;
}

#SellProductGrid tbody tr:nth-child(2n) {
    background: #616161;
}

#SellProductGrid tbody tr:nth-child(2n+1) {
    background: #585858;
}

#SellProductGrid tr td, #SellProductGrid tr th {
    text-align: center;
    padding: 14px !important;
    font-size: 12px !important;
    color: #fff;
    border: 0;
}

.data-grid thead, .data-grid tbody {
    display: table;
    width: 100%;
}

.data-grid {
    table-layout: fixed;
    margin-top: 25px;
    margin-bottom: 25px;
    display: block;
    color: #ccc;
    width: 100%;
    /*-ms-border-radius: 20px;*/
    border-radius: 20px 20px 20px 20px;
    overflow: hidden;
}

.data-grid tr {
    border-radius: 200px !important;
    color: #fff;
}

.data-grid tbody tr:nth-child(2n) {
    background: #616161;
}

.data-grid tbody tr:nth-child(2n+1) {
    background: #585858;
}

.data-grid tr td, .data-grid tr th {
    text-align: center;
    padding: 14px !important;
    font-size: 13px !important;
}

.SearchBtn {
    width: auto;
    padding: 5px 10px;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 5px;
    margin-bottom: 10px;
    color: #fff;
}

/*.filter-group {
    width: auto;
    height: auto;
}*/

.filter-group .button-groups {
    height: 1px !important;
    margin-right: 10px;
}

.filter-group .button-groups button {
    width: auto !important;
    padding: 0 10px !important;
    margin: 20px 5px !important;
    background: #0b4d4d;
}

.filter-group > div.repairmen-groups .ms-choice {
    margin-top: 20px;
    margin-right: 10px;
    line-height: 6;
}

.filter-group > div.repairmen-groups .ms-choice > div {
    margin-right: 10px;
    margin-top: 20px;
}

.filter-group > div.repairmen-groups .ms-choice > span {
    margin-right: 10px;
}


#product-cat-select .ms-parent {
    margin-right: 10px !important;
}

.ms-parent {
    margin-right: 8px !important;
}


.ms-drop {
    margin-right: 10px;
}

.button-groups .from-groups {
    width: auto;
    margin-left: 10px;
}

.filterBtn {
    padding: 10px 25px 40px 25px;
}

.filterBtn button {
    margin-left: 7px;
}

.radio-inline {
    margin-right: 20px !important;
}

.single-card {
    padding:  0 !important;
    border-left: 3px solid #262626;
}

.single-card .field-chart {
    padding: 30px 0;
    margin-top: 10px !important;
}

.single-card p {
    color: white;
    font-size: 30px;
}

.reset-filter {
    width: 48px;
    height: 48px;
    line-height: 38px;
    display: inline-block;
    /*background-image: url(/areas/Satrap.FoodWeb/Content/Cash/TopIcons_Grey.png) !important;*/
    background-position: -724px -382px;
    cursor: pointer;
}


/*************************************************************/
.dropdown dd,
.dropdown dt {
    margin: 0;
    padding: 0;
}

.dropdown ul {
    margin: -1px 0 0 0;
}

.dropdown dd {
    position: relative;
}

.dropdown a,
.dropdown a:visited {
    color: #fff;
    text-decoration: none;
    outline: none;
    font-size: 12px;
}

.dropdown dt a {
    background-color: #fff;
    color: #424242;
    display: block;
    padding: 6px;
    padding-top: 2px;
    min-height: 25px;
    line-height: 24px;
    overflow: hidden;
    border: 0;
    height: 31px;
    width: 272px;
    border-radius: 15px;
}

.dropdown dt a span,
.multiSel span {
    cursor: pointer;
    display: inline-block;
    color: #ccc;
    margin-bottom: 3px
}

.dropdown dd ul {
    background-color: rgb(28, 28, 28);
    border: 0;
    color: #000;
    display: none;
    position: absolute;
    width: 270px;
    border-radius: 15px;
    list-style: none;
    height: auto;
    overflow: auto;
    z-index: 990;
}

#product-cat-drp dd ul {
    right: 1012px;
    top: 2px;
}

#repairmens-drp {
}


.dropdown span.value {
    display: none;
}

.dropdown dd ul li a {
    display: block;
}

.dropdown dd ul li {
    padding: 5px 15px;
}

.dropdown dd ul li a:hover {
    background-color: #ccc;
}

.dropdown {
    /*width: 0 !important;*/
    /*height: 0 !important;*/
    width: auto;
    position: relative !important;
}

.mutliSelect ul {
    overflow: auto !important;
}

/*************************************************************/

.field-chart {
    background: #3f3f3f;
    margin-top: 20px;
}

.field-chart legend {
    display: block;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
    color: #fff;
    border: none;
}

.filter-Description {
    color: #fff;
    padding: 10px 20px;
}

.filter-Description li {
    line-height: 25px;
    display: inline-block;
    margin-left: 5px;
    font-size: 13px;
}

.filter-title {
    font-size: 13px !important;
}

.filter-value {
    color: #aaa;
}


.nodata {
    color: white;
    text-align: center;
    margin: 20% auto;
}

.agg-radio label, .filter-Description, .field-chart legend {
    font-size: 1.2em;
}

.chart, .chart * {
    direction: ltr !important;
}

/*************************************************************/

.ms-choice {
    border-radius: 15px !important;
    outline: none !important;
}

.filter-group .button-groups button.ms-choice {
    background: white !important;
}

.ms-search, .ms-search input {
    border-radius: 10px !important;
    outline: none !important;
}

.ms-drop ul li {
    direction: rtl !important;
    text-align: right !important;
}

.ms-drop ul > li label {
    color: black !important;
}

.ms-drop input[type="checkbox"] {
    margin-left: 5px;
}

/*************************************************************/

.filter-group {
    padding: 10px;
}

.btnGroup button {
    min-width: 70px;
    width: auto;
    padding: 5px;
    margin-right: 10px;
}

.filter-item input, .filter-item select {
    margin-top: 0;
}

.filter-item select {
    background-color: #e5e2e2;
    border-radius: 15px;
    height: 30px;
    margin-right: 5px;
    padding-right: 10px;
}

/*************************************************************/
#paging {
    list-style: none;
}

#paging li {
    display: inline-block;
}

/*#paging li button{*/
/*background: #0b4d4d;*/
/*}*/
.OrderInfo {
    font-size: 20px;
    color: #20bbbb;
    cursor: pointer;
    overflow: auto;
}


.btn-filter {
    background: #0b4d4d;
}

.activeBtn {
    background-color: #008f8f;
}

.ms-search, .ms-search input {
    font-family: 'iranyekan', serif !important;
}

.ms-drop ul li label input[type='radio'] {
    margin-left: 5px;
    margin-right: 5px;
}

.ms-drop ul {
    padding: 2px !important;
}

.detail-container {
    padding: 0 10px;
    max-height: 600px;
    overflow: auto;
}

.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
    max-height: 270px;
    overflow: auto;
}

#OrdersGridCont {
    margin: 0 auto;
    float: none;
}

#OrdersGridCont .data-grid tr td, .data-grid tr th {
    color: #fff !important;
}

table#OrdersGrid tbody tr:hover {
    background: #184c4c !important;
}

table#SellProductGrid tbody tr:hover {
    background: #184c4c !important;
}

.selected-row {
    background-color: #353535 !important;
}


#OrdersGrid thead tr th {
    color: #fff !important;
    text-align: center !important;;
}

