﻿@charset "utf-8";
/* CSS Document */

@import url('style.css');

* {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
    width: auto\9;
}

ul {
    list-style: none;
    line-height: 140%;
}

:focus {
    outline: none;
}

article, aside, details, figure, figcaption, header, footer, section, hgroup, menu, nav {
    display: block;
}

.clear {
    clear: both;
}

body {
    background: #ebedef;
    color: #323234;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
}

hr {
    background: #eee;
}

a {
    text-decoration: none;
    outline: none;
}

    a:hover {
        text-decoration: none;
    }

/* headings */
h1, h2, h3, h4, h5, h6 {
    /*	line-height: 1.4em;
	margin: 0 0 .4em;*/
    color: #323234;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
}

h3 {
    font-size: 1rem;
}

.float-l {
    float: left;
}

.float-r {
    float: right;
}

.datefield {
    /*border-radius: 16px;
    width: 100%;
    padding: 15px 3%;
    border: 1px #E3E0D1 solid;
    font-size: 14px;
    color: #767677;*/
    background: #fff url(../images/date.png) no-repeat 97%;
}

    .datefield:focus {
        border: 1px #4b89e2 solid;
    }

    .datefield:visited {
        color: #323234;
    }

/************************************************************************************
STRUCTURE
*************************************************************************************/
.notification_box {
    background: transparent;
    font-size: 0.9rem;
     color: red !important;
}

.pagewrap {
    width: 80%;
    margin: 0 auto;
    /*width: 25%;
    margin: 0 auto;
    margin-top:20px;*/
}

.pagewrap2 {
    width: 95%;
    margin: 0 auto;
}

.searchtextbox {
    margin-right: 5px;
}

.topSearch {
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
}

.topSearch1 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
    padding-top: 25px;
}

.topSearchMob {
    display: none;
}


/************************************************************************************
HEADER
*************************************************************************************/
#header {
    height: 80px;
    width: 100%;
    background: #fff;
    display: block;
    border-bottom: 1px #eee solid;
    box-shadow: 0 2px 2px 0 #ccc;
    position: fixed;
    z-index: 100;
}

.headerRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
}

.accountControl {
    padding-top: 10px;
}

    .accountControl .logout {
        background: #4b89e2;
        padding: 7px 15px;
        margin-left: 10px;
        color: #fff;
    }

    .accountControl .accountname {
        color: #323234;
        font-size: 14px;
        font-weight: 500;
    }

        .accountControl .accountname span {
            text-transform: capitalize;
            font-weight: 700;
        }

.logo_247 {
    margin: 10px 0;
    width: 10%;
    /*height: 80px;*/
    float: left;
    text-align: center;
}

.logo_360 {
    margin: 10px 0;
    width: 15%;
    /* height: 80px;*/
    float: left;
    margin-left: 33%;
    text-align: center;
}

.staywarmLogo {
    margin: 10px 0;
    width: 13%;
    /*height: 80px;*/
    float: left;
    margin-left: 20%;
    text-align: center;
}

/* The sidebar menu */

.bg-dark span {
    margin-right: 10px;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.bg-dark em {
    color: #ccc;
    padding-left: 30px;
}
/* The sidebar links */
.dropdown-btn {
    padding: 0.75rem 1.25rem;
    text-decoration: none;
    font-size: 12px;
    color: #ccc;
    display: block;
    transition: 0.3s;
    border: 1px solid rgba(0, 0, 0, 0.125);
    background: none;
    width: 83%;
    text-align: left;
    cursor: pointer;
    outline: none;
}

    /* When you mouse over the navigation links, change their color */
    .dropdown-btn:hover {
        color: #f1f1f1;
        border: 0;
        outline: 0;
    }

    .dropdown-btn:active {
        border: 0;
        outline: 0;
    }

button:focus {
    outline: 0;
}


/* The button used to open the sidebar */
.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #4b89e2;
    color: white;
    padding: 10px 15px;
    border: none;
    position: relative;
    margin: 20px;
    z-index: 100;
    float: left;
}

    .openbtn:hover {
        background-color: #3c6eb5;
    }

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s; /* If you want a transition effect */
}
/* Add an active class to the active dropdown button */
.active {
 /*   background-color: #4b89e2;*/
    color: white;
    border: 0;
    outline: 0;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
    display: none;
    background-color: #253e62;
}

    .dropdown-container a {
        padding: 0.75rem 1.25rem;
        text-decoration: none;
        font-size: 12px;
        color: #ccc;
        display: block;
        transition: 0.3s;
        border: 1px solid rgba(0, 0, 0, 0.125);
        background: none;
        width: 83%;
        text-align: left;
    }

/* Optional: Style the caret down icon */
.fa-caret-down {
    float: right;
    padding-right: 8px;
}

/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/



/************************************************************************************
CONTENT
*************************************************************************************/
.list-group-item a {
    color: #fff;
}

    .list-group-item a:hover {
        color: #fff;
    }

.main {
    float: left;
    width: 100%;
    min-height: 700px;
    padding: 40px 0;
    margin-top: 80px;
}

.formBox {
    float: left;
    padding: 30px 3%;
    width: 94%;
    border-radius: 8px;
    border: 1px #eee solid;
    background: #fff;
    box-shadow: 0 2px 2px 0 #ccc;
}

.rowL {
    display: inline-block;
    width: 47%;
    margin-right: 4%;
    text-align: left;
    margin-bottom: 10px;
}

.rowR {
    display: inline-block;
    width: 47%;
    text-align: left;
    margin-bottom: 10px;
}

.rowF {
    display: inline-block;
    width: 52%;
    text-align: left;
    margin-bottom: 10px;
    margin-right: 0;
    margin-left: 0;
}

    .rowF a {
        color: #4b89e2;
        text-align: center;
        font-size: 14px;
        width: 100%;
        display: inline-block;
    }

.colF {
    display: inline-block;
    width: 22%;
    margin-right: 2%;
    text-align: left;
    padding: 0;
}

.label {
    display: block;
    width: auto;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #323234;
    margin: 7px 0 7px 0;
    /*text-transform: uppercase;*/
}

.smallSelect {
    background-color: #fff;
    display: block;
    width: 90%;
    height: 28px;
    padding: 0 5%;
    border-radius: 3px;
    border: solid 1px #ced4da;
    font-size: 12px;
}

.smallInput {
    background-color: #fff;
    display: block;
    width: 50px;
    height: 20px;
    padding: 0 10px;
    border-radius: 3px;
    border: solid 1px #ced4da;
    font-size: 12px;
}

.bigInput {
    background-color: #fff;
    display: block;
    width: 96%;
    height: 32px;
    padding: 0 2%;
    border-radius: 3px;
    border: solid 1px #ced4da;
    font-size: 12px;
}

.custom-select {
    width: 93%;
    padding: 0.100rem 1.75rem 0.100rem 0.75rem;
    font-size: 12px;
    border: 1px solid #ced4da;
}

.bigInput:disabled {
    background: #eee;
}

.searchbox {
    background: #fff url(../images/search.png) no-repeat 3% center;
    display: block;
    width: 88%;
    height: 35px;
    padding: 0 5% 0 15%;
    border-radius: 3px;
    border: solid 1px #ced4da;
}

.bigTextArea {
    background-color: #fff;
    display: block;
    width: 48%;
    height: 120px;
    padding: 15px 2%;
    border-radius: 3px;
    border: solid 1px #ced4da;
}

.Btn {
    width: 80px;
    height: 32px;
    border-radius: 3px;
    background-color: #4b89e2;
    color: #fff;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    border: 0;
    padding: 0 10px;
}
/*#customers {
    border-collapse: collapse;
    width: 100%;
    background: rgba(255,255,255,0.50);
	border-radius:10px;
	font-size:13px;
}

    #customers td, #customers th {
        border: 1px solid #ddd;
        padding: 10px 20px;
        max-width: 300px;
		height:25px;
		vertical-align:top;
    }

    #customers tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    #customers tr:hover {
        background-color: #ddd;
    }
#customers th {
    text-align: left;
    background-color: #4b89e2;
    color: white;
    padding: 15px 20px;
}*/
.BtnB {
    width: 172px;
    height: 48px;
    border-radius: 6px;
    background-color: #4b89e2;
    color: #fff;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    border: 0;
    /*padding: 0 10px;*/
    margin-top: 30px;
}

    .BtnB i {
        float: left;
        width: 48px;
        height: 20px;
        text-align: center;
        background: #3c6eb5;
        border-radius: 6px 0 0 6px;
        padding: 14px 0;
    }

    .BtnB span {
        padding: 14px 0;
        display: block;
    }

.BtnNew {
    width: 150px;
    height: 28px;
    border-radius: 3px;
    background-color: #4b89e2;
    color: #fff;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    border: 0;
    padding: 0 10px;
}

.BtnEdit {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    background-color: #2eb85c;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    border: 0;
}

.BtnDelete {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    background-color: #e55353;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    border: 0;
}

.bg {
    background: url(../images/img@3x.png) no-repeat center right;
    background-size: cover;
    width: 100%;
    display: inline-block;
}

.login_cont {
    margin: 50px auto;
    width: 582px;
}

.login {
    display: inline-block;
    text-align: center;
    width: 500px;
    box-shadow: 0 0 10px #eee;
    border-radius: 10px;
    border: 1px #eee solid;
    background: rgba(255,255,255);
    box-shadow: 0 2px 2px 0 #ccc;
    padding: 20px 40px;
}

    .login .icon {
        background: url(../images/login.png) no-repeat center;
        width: 74px;
        height: 74px;
        display: inline-block;
        /*position:relative;
        top:-50px;*/
    }

.loginRow {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    margin-right: 0;
    margin-left: 0;
}

    .loginRow a {
        color: #4b89e2;
        text-align: center;
        font-size: 14px;
        width: 100%;
        display: inline-block;
    }

.confirmationMessage {
    color: #fff;
    background-color: green;
    text-align: center;
    font-size: 14px;
    padding: 7px 0;
    margin: 20px 0;
}

.loginTxtBox {
    display: inline-block;
    width: 90%;
    height: 34px;
    padding: 6px 5%;
    font-size: 14px;
    line-height: 1.42857143;
    color: #323234;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 7px;
}

.bluBtnLog {
    padding: 12px 0;
    background: #4b89e2;
    border-radius: 7px;
    color: #fff;
    cursor: pointer;
    border: 0;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
}

    .bluBtnLog:hover {
        text-decoration: none;
        background: #3c6eb5;
        border-color: #3c6eb5;
    }

    .bluBtnLog:focus {
        outline: 0;
    }

/*tab content*/

ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 38px; /*--Set height of tabs--*/
    /*border-bottom:1px #eee solid;*/
    /*border-left: 1px #eee solid;*/
    width: 100%;
    border-radius: 12px 12px 0 0;
}

    ul.tabs li {
        float: left;
        margin: 0;
        padding: 0;
        height: 38px; /*--Subtract 1px from the height of the unordered list--*/
        line-height: 38px; /*--Vertically aligns the text within the tab--*/
        /*border: 1px #eee solid;*/
        /*border-left: none;*/
        /*margin-bottom: -1px;*/ /*--Pull the list item down 1px--*/
        overflow: hidden;
        position: relative;
        border-radius: 8px 8px 0 0;
        /*background: #eee;*/
    }
        /*ul.tabs li:nth-child(1){border-radius:12px 0 0 0;}
ul.tabs li:nth-child(3){border-radius:0 12px 0 0;}*/
        ul.tabs li a {
            text-decoration: none;
            color: #4b89e2;
            display: block;
            font-size: 1.2em;
            padding: 0 20px;
            outline: none;
            /*border: 1px solid #fff;*/ /*--Gives the bevel look with a 1px white border inside the list item--*/
        }
            /*ul.tabs li a:nth-child(3){border-radius:0 12px 0 0;}*/
            ul.tabs li a:hover {
                /*background: #fff;*/
                color: #323234;
            }

html ul.tabs li.active a { /*--Makes sure that the active tab does not listen to the hover properties--*/
    background: #fff;
    border: 1px #e2e3e5 solid;
    border-bottom: 1px #fff solid; /*--Makes the active tab look like it's connected with its content--*/
    border-top: 3px #4b89e2 solid;
    color: #323234;
}

.tab_container {
    overflow: hidden;
    clear: both;
    float: left;
    width: 100%;
    border-radius: 0 8px 8px 8px;
    border: 1px #eee solid;
    background: #fff;
    box-shadow: 0 2px 2px 0 #ccc;
}

.tab_content {
    padding: 30px 3%;
}

input[type="file"] {
    display: inline-block;
    color: #fff;
    background-color: #86b3f4;
    border-radius: 5px;
    padding: 12px 5%;
    width: 90%;
}

.fa {
    font-size: 16px !important;
}

.fa-mobile-phone {
    font-size: 24px !important;
    height: 19px !important;
}
/* The Modal (background) */
/*.modal {
  display: none;*/ /* Hidden by default */
/*position: fixed;*/ /* Stay in place */
/*z-index: 1;*/ /* Sit on top */
/*padding-top: 100px;*/ /* Location of the box */
/*left: 0;
  top: 0;
  width: 100%;*/ /* Full width */
/*height: 100%;*/ /* Full height */
/*overflow: auto;*/ /* Enable scroll if needed */
/*background-color: rgb(0,0,0);*/ /* Fallback color */
/*background-color: rgba(0,0,0,0.4);*/ /* Black w/ opacity */
/*}*/

/* Modal Content */
/*.modal-content {
  background-color: #fff;
  margin: auto;
  padding: 20px;
  border: 1px solid #eee;
  width: 30%;
  box-shadow:0 0 10px 0 #333;
}*/
.modal-content .rowF {
    width: 100%;
}

.modal-content .custom-select {
    width: 93%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    text-align: right;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.form-control {
    height: 25px;
    font-size: 12px;
    width: 50% !important;
}

.mycomp {
    position: relative;
    top: 50px;
}

.POSystemWidth {
    width: 50% !important;
}

.filter {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}

.modal-body .btn-primary {
    background-color: #4b89e2;
    font-family: Montserrat;
    border-color: #4b89e2
}

.spnVersion {
    color: #fff;
    font-size: 10px;
    margin-left: 3%;
    position: absolute;
    bottom: 0;
}

@media (max-height: 460px) {
    .spnVersion {
        color: #fff;
        font-size: 10px;
        margin-left: 10%;
        position: relative;
        bottom: auto;
    }
}

.btn-primary {
    background-color: #4b89e2;
    border-color: #4b89e2;
}

.table {
    margin: 0 auto;
    width: 100%;
    clear: both;
    border-collapse: collapse;
    table-layout: fixed;
    word-wrap: break-word;
}

    .table .btn {
        padding: 0.1rem 0.4rem;
        margin: 0 2px 2px 0;
    }

    .table button {
        margin-right: 5px;
    }

.table-column-sm {
}

.table-action-sm {
    min-width: 100px;
}

.table-action-md {
    min-width: 110px;
}

.table-column-xs {
    width: 14%;
}

.table-column-md {
    min-width: 200px;
}

.bootstrap-select li a {
    text-align: left;
    width: 100%;
    color: #000;
    padding: 5px 0;
}

.bootstrap-select li {
    padding: 0 10px;
}

.bootstrap-select .btn {
    width: 93% !important;
    padding: 0.100rem 1.75rem 0.100rem 0.75rem;
    font-size: 12px;
    border: 1px solid #ced4da;
    height: 30px;
    line-height: 30px;
}

.bootstrap-select .btn-light {
    background-color: #fff;
}

    .bootstrap-select .btn-light:hover {
        background-color: #fff;
    }

.orderRow {
    display: inline-block;
    width: 52%;
    text-align: left;
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #eee;
    margin-right: 0;
    margin-left: 0;
}

.PODetailsL {
    display: inline-block;
    width: 45%;
    margin-right: 4%;
    text-align: left;
    margin-bottom: 10px;
    padding: 10px;
    vertical-align: top;
    background-color: #f0f0f0;
    border-radius: 5px;
}

.PODetailsR {
    display: inline-block;
    width: 45%;
    text-align: left;
    margin-bottom: 10px;
    padding: 10px;
    vertical-align: top;
    background-color: #f0f0f0;
    border-radius: 5px;
}

.InputContainerL {
    display: inline-block;
    width: 97%;
    margin-right: 4%;
    text-align: left;
    margin-bottom: 10px;
    vertical-align: top;
}

.InputContainerR {
    display: inline-block;
    width: 97%;
    text-align: left;
    margin-bottom: 10px;
    vertical-align: top;
}

.InputContainerL .child {
    margin-bottom: 14px;
}

.InputContainerR .child {
    margin-bottom: 14px;
}

.bootbox .modal-dialog {
    margin-top: 0;
    margin: 1.75rem auto;
    margin-bottom: 0;
    display: -webkit-box;
    display: flex;
    height: 90%;
}

.bootbox .modal-content {
    margin-top: auto;
    margin-bottom: auto;
    border: none;
}

.bootbox .modal-body {
    position: relative;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 1.75rem;
    font-size: 15px;
}

    .bootbox .modal-body > .close {
        font-weight: 100;
    }

.bootbox .modal-footer {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #f1f2f3;
}

/*updated on 11/1/21*/
.bootstrap-select .btn {
    width: 98% !important;
    padding: 0.100rem 1.75rem 0.100rem 0.75rem;
    font-size: 12px;
    border: 1px solid #ced4da;
    height: 34px;
    line-height: 30px;
}

.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    height: 23px;
    border-radius: 0.2rem;
}

.dropbtn {
    padding-left: 50px;
    border: none;
    text-align: center;
    width: 10px;
    height: 0px;
    color: #FFFFFF;
    margin: 15px 2px;
    font-size: 13px;
 
}

.accordion {
    background-color: #3c6eb5;
    color: #fff;
    cursor: pointer;
    padding: 0.75rem 3.25rem;
    
    border: none;
    text-align: left;
    outline: none;
    font-size: 12px;
    transition: 0.4s;
}

    .active, .accordion:hover {
    /*    background-color: #3c6eb5;*/
    }

    .accordion:after {
        content: '\002B';
        color: #ccc;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

.active:after {
    content: "\2212";
}

.panel {
    padding: 0 18px;
    background-color: #3c6eb5;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.fileUploadForm-Control {
    width: 96%;
}

.orderContainer {
    width: 47%;
}

.makeOrderHeader {
    display: inline-block;
    width: 49%;
}

.makeOrderButtonContainer {
    display: inline-block;
    width: 50%;
}

a.hisPdf {
    float: right;
}


