﻿

/*Style ClientLayout*/
    #content {
        padding-bottom: 4%;
    }
    .container_client {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
    }
    .footer {
        height: auto !important;
        background-color: #eee !important;
        z-index: 5;
        box-shadow: none !important;
    }
    .text_right {
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
        padding: 20px;
    }
    .navigation_anker_icons {
        display: inline-block;
        width: 20px;
        margin: 0 5px -4.5px 0;
    }
    ul#optionsUl li {
        margin-left: 0px !important;
    }
    button.feedback-btn.feedback-bottom-right {
        padding: 6px 25px !important;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        background: #f5f5f5 !important;
        border: 1px solid #ccc !important;
        border-radius: 20px;
        box-shadow: none !important;
        font-weight: 400 !important;
        font-size: medium;
    }
    .feedback-bottom-right {
        position: relative !important;
        right: 0 !important;
        z-index: 4 !important;
        width: auto !important;
        font-size: 9px;
        bottom: unset !important;
        border-radius: unset;
        border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        border-top-right-radius: 4px;
        border: 1px solid #0D6896;
        color: #999999;
        background-color: #efefef;
    }
    .container .much-heart {
        display: inline-block;
        position: relative;
        margin: 0 4px;
        height: 10px;
        width: 10px;
        background: #ED3237;
        border-radius: 4px;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .container .much-heart::before, .container .much-heart::after {
        display: block;
        content: '';
        position: absolute;
        margin: auto;
        height: 10px;
        width: 10px;
        border-radius: 5px;
        background: #ED3237;
        top: -4px;
    }

    .container .much-heart::after {
        bottom: 0;
        top: auto;
        left: -4px;
    }

    .brand_highlight_color {
        color: #ed3237 !important;
    }

    p.text_iTms {
        margin-bottom: 0px;
        text-align: center;
        color: #1f1a17;
        font-family: "roboto_light", sans-serif;
        font-size: medium;
    }

    .text_left ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        padding: 10px;
        justify-content: center;
        align-content: flex-end;
        margin-bottom: 0px;
        font-family: "roboto_light", sans-serif;
    }

    .text_left ul li {
        padding-left: 20px;
        list-style: none;
        margin: 15px;
        padding-right: 20px;
    }

    .text_right > li {
        padding: 5px 10px;
    }

    .text_left a {
        color: #1f1a17;
        font-size: medium !important;
    }
    #topDivWrapper {
        position: fixed;
        width: 100%;
        z-index: 3;
        background-color: #EFEFEF;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    ul#optionsUl {
        display: flex;
        list-style: none;
        margin-bottom: 0px !important;
        align-items: center;
        margin-right: 15px;
        flex-direction: row-reverse;
    }
    a.liBorder {
        border: 1px solid #aaa;
        border-radius: 15px !important;
        padding: 7px 20px 7px 20px !important;
    }
    .generate-pass {
        justify-content: flex-start !important;
    }
    a#btnSendViaSMS, #btnSendViaEmail {
        white-space: nowrap;
    }
 /*Style i cili ka qen ne ClientLayout*/
    .liBorder {
        border: 1px solid #6a6d6f !important;
    }
    #pageoptions ul li a {
        color: #999999;
    }
    #refresh_desk {
        background-position: 4px 4px;
    }
    .dataTables_filter input {
        font-size: medium !important;
    }
    .feedback-btn {
        padding: 0px 10px 4px;
        text-transform: unset !important;
        font-weight: bold;
        font-style: inherit;
        font-size: 100%;
        font-family: inherit;
        color: red;
        top: -3px !important;
    }
    .feedback-btn:hover {
        background-color: #2e2e33;
        color: white;
        background-image: -webkit-linear-gradient(top, #2e2e33, #2e2e33);
    }
    #topDivWrapper #logoRight {
        width: 150px !important;
        height: 45px !important;
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
@media only screen and (min-width:320px) and (max-width:800px) {
    body {
        width: 100%;
        margin: 0%;
    }
    .container_client {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        align-items: center;
    }
    div#topDivWrapper {
        top: 0px;
        height: 50px !important;
    }

    ul#optionsUl {
        background-color: transparent;
    }

    ul#optionsUl > li {
        float: right;
    }

    .workingInPartnershipClass {
        display: block;
    }

    #logoLeft {
        display: block;
        width: 100px !important;
        height: 30px !important;
        padding-top: 17px;
        padding-left: 5px;
    }
    #pageoptions {
        position: fixed;
        width: 100%;
        z-index: 1;
        top: 50px !important;
        height: auto !important;
        background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#f1f1f1));
    }
    #pageoptions ul {
        display: flex;
        padding: 6px 6px !important;
        flex-direction: row-reverse;
        align-items: center;
        flex-wrap: wrap;
        margin: 0;
        justify-content: center;
        height: auto !important;
    }
    #logoDiv {
        top: 28px !important;
    }
    header {
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    header {
        margin-top: 50px !important;
    }
    #headernav {
        width: 36px !important;
    }

    #header ul#headernav li ul, #header ul#headernav li ul.collapsed {
        display: none;
    }

    #header ul#headernav {
        border-left: 1px solid;
        position: relative;
        float: right;
        height: 60px;
        width: 60px;
        cursor: pointer;
        background-repeat: no-repeat;
        background-position: center center;
    }


    #header ul#headernav li ul li {
        float: none;
        margin: 0;
        border-bottom: 0;
        border-top: 0;
    }

    #header ul#headernav li ul li a {
        padding: 10px;
    }

    #header ul#headernav {
        background-image: url('../css/images/toogleBtn.png');
        border: 1px solid #000;
        height: 30px;
        width: 36px;
        border-radius: 5px;
        margin-right: 3px;
    }

    #header ul#headernav:hover {
        background-color: #d8d8d8;
    }

    #header ul#headernav li ul li ul {
        background-image: url(../images/bg/04.png);
        background-color: #ECECEC;
    }

    li#dashmenu {
        width: 155px !important;
    }

    #header ul#headernav li ul.shown {
        display: flex !important;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: start;
        position: fixed;
        top: 17.5%;
        left: 0%;
        width: 100%;
        height: 100%;
        background: rgb(0 0 0 / 45%);
        color: #fff;
        transition: left 0.3s ease;
        padding: 0px;
    }

    #header ul#headernav li ul li ul {
        width: 100% !important;
    }

    #header ul li ul li {
        text-align: center;
        width: 100%;
        border-color: #f1f1f1;
    }
    div#header {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        height: 46px;
    }
    #content {
        padding-top: 150px !important;
    }
    .open-menu {
        background-image: url(../css/images/close.png) !important;
        height: 30px;
        width: 36px;
        border: 1px solid #000;
        border-radius: 5px;
        margin-right: 3px;
        display: inline-block;
        padding: 0px;
        background-repeat: no-repeat;
        background-position: center;
    }
    form fieldset > section > div span {
        white-space: pre-wrap;
    }
    .footer {
        height: auto !important;
        background-color: #eee !important;
        z-index: 5;
        box-shadow: none !important;
        display: flex !important;
        position: relative;
    }
    div#uniform-undefined {
        display: none;
    }
    table#invoicesTable {
        display: block;
        overflow-x: scroll;
    }
    .dataTables_wrapper {
        padding: 10px;
    }
    a#searchButton {
        margin-left: 10px;
    }
    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
        text-align: left;
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
    }
    div#appointmentsTable_length {
        margin-top: 10px;
        right: 3px !important;
        position: absolute;
    }
    /* Invoice Edit */

    button#btnAttachJobTasks {
        width: 9%;
    }
    form#frmEditInvoice div#tasksTable_wrapper {
        width: 100%;
    }

    div#tasksTable_wrapper {
        margin-top: 16px;
        display: grid;
        justify-items: unset;
        align-content: start;
    }

    .dataTables_wrapper table#tasksTable {
        display: block;
        overflow-x: auto !important;
        width: 90% !important;
    }

    .dataTables_wrapper table#tasksTable thead {
        white-space: nowrap;
    }
    table#tasksTable a.btn.small.removeRequested, table#tasksTable a.btn.small.viewBtn, table#tasksTable button#btnPrint {
        width: max-content !important;
    }
}


@media only screen and (max-width:320px) {
    #logoLeft {
        display: block;
        width: 100px !important;
        height: 30px !important;
        float: unset;
        position: absolute;
        right: -99px;
    }
}

