﻿@charset "utf-8";
/* CSS Document */

* {
    outline: 0 none;
    padding: 0 0 0px 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

* {
    box-sizing: border-box;
}

body {
    color: #4c5961;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    margin: 0px;
    height: 100vh;
}

input, select {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    transition: all 0.3s ease;
}

h1, h2, h3, h4, h5, h6, p, ul, li {
    margin: 0px;
    padding: 0px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    color: #4c5961;
}

h1 {
    font-size: 1.625rem;
}

h2 {
    font-size: 1.375rem;
}

h3 {
    font-size: 1.25rem;
}

a {
    color: #19679E;
    text-decoration: none;
    transition: all 0.3s ease;
}

    a:hover {
        color: #19679E;
        text-decoration: underline;
    }

.NoLink a {
    text-decoration: none;
}

NoLink a:hover {
    text-decoration: none;
}

.clr {
    clear: both;
    margin: 0;
    padding: 0;
    height: 15px;
}

.clear {
    clear: both;
}

.logo {
    padding: 1px 0 5px 0;
    display: block;
}

.GoBtn {
    margin: 0;
    padding: 0;
}

.Btn {
    background: url("../Images/BtnBg.jpg") repeat-x scroll 0 0 transparent;
    padding: 3px 8px;
    font: 11px Arial, Helvetica, sans-serif;
    border: none;
}

    .Btn:hover {
        background: url("../Images/BtnBgHover.jpg") repeat-x scroll 0 0 transparent;
        padding: 3px 8px;
        font: 11px Arial, Helvetica, sans-serif;
        border: none;
        color: #264C66;
    }

.UserIcon {
    background: url("../Images/UserIcon.jpg") no-repeat scroll 0 0 transparent;
    height: 18px;
    width: 22px;
    float: left;
}

.KeyIcon {
    background: url("../Images/Key.jpg") no-repeat scroll 0 0 transparent;
    height: 18px;
    width: 22px;
    float: left;
}

.PasswordIcon {
    background: url("../Images/PasswordIcon.jpg") no-repeat scroll 0 0 transparent;
    height: 19px;
    width: 22px;
    float: left;
}
/*Master Page Start */
.Header {
    background: #FFF;
    height: 30px;
    font: 14px Arial, Helvetica, sans-serif;
}

    .Header h1 {
        font: 20px Arial, Helvetica, sans-serif;
    }

    .Header h1 {
        font: normal 14px/22px Arial, Helvetica, sans-serif;
        color: #ff3401;
        text-transform: uppercase;
        margin: 0px;
    }

        .Header h1 span {
            display: inline-block;
        }

.welcome_text {
    display: block;
    text-align: right;
    color: #676767;
}

.ImageButton {
    background: #FFF;
    border-right: solid 1px #dadada;
    width: 99px;
}

    .ImageButton input {
        width: 99px;
        height: 94px;
        display: inline-block;
    }

.NavBg input {
    display: block;
    width: 99px;
    height: 94px;
    overflow: hidden;
    text-indent: -999px;
}

.home input {
    background: url(../images/Home.png) center 0px no-repeat;
}

    .home input:hover {
        background: url(../images/Home.png) center -85px no-repeat;
    }

.pr_details input {
    background: url(../images/PurchaseRequisitions.png) center top no-repeat;
}

    .pr_details input:hover {
        background: url(../images/PurchaseRequisitions.png) center -85px no-repeat;
    }

.po_details input {
    background: url(../images/PurchaseOrder.png) top center no-repeat;
}

    .po_details input:hover {
        background: url(../images/PurchaseOrder.png) center -85px no-repeat;
    }

.gate_entry input {
    background: url(../images/GateEntry.png) top center no-repeat;
}

    .gate_entry input:hover {
        background: url(../images/GateEntry.png) center -85px no-repeat;
    }

.receipttransaction input {
    background: url(../images/ItemReceipt.png) top center no-repeat;
}

    .receipttransaction input:hover {
        background: url(../images/ItemReceipt.png) center -85px no-repeat;
    }

.indent input {
    background: url(../images/indent.png) center top no-repeat;
}

    .indent input:hover {
        background: url(../images/indent.png) center -85px no-repeat;
    }

.itemissue input {
    background: url(../images/ItemIssue.png) 0px top no-repeat;
}

    .itemissue input:hover {
        background: url(../images/ItemIssue.png) 0px -85px no-repeat !important;
    }

/*.itemissue{background:url(../images/ItemIssue.png) top center no-repeat;}
.itemissue:hover{background:url(../images/ItemIssue.png) center -85px no-repeat;}*/

.consumption input {
    background: url(../images/ItemConsumption.png) top center no-repeat;
}

    .consumption input:hover {
        background: url(../images/ItemConsumption.png) center -85px no-repeat;
    }

.itemscrap input {
    background: url(../images/ItemScrap.png) top center no-repeat;
}

    .itemscrap input:hover {
        background: url(../images/ItemScrap.png) center -85px no-repeat;
    }

.stockpick input {
    background: url(../images/StockPick.png) top center no-repeat;
}

    .stockpick input:hover {
        background: url(../images/StockPick.png) center -85px no-repeat;
    }

.InventoryMaster input {
    background: url(../images/InventoryMaster.png) top center no-repeat;
}

    .InventoryMaster input:hover {
        background: url(../images/InventoryMaster.png) center -85px no-repeat;
    }

.property_set_button input {
    background: url(../images/property_set_button.png) top center no-repeat;
}

    .property_set_button input:hover {
        background: url(../images/property_set_button.png) center -85px no-repeat;
    }

.usermanagement input {
    background: url(../images/UserManagement.png) top center no-repeat;
}

    .usermanagement input:hover {
        background: url(../images/UserManagement.png) center -85px no-repeat;
    }

.usermanagement input {
    background: url(../images/UserManagement.png) top center no-repeat;
}

    .usermanagement input:hover {
        background: url(../images/UserManagement.png) center -85px no-repeat;
    }

.smsemailpreference input {
    background: url(../images/emailsmsM_hover_IMS.png) top center no-repeat;
}

    .smsemailpreference input:hover {
        background: url(../images/emailsmsM_hover_IMS.png) center -85px no-repeat;
    }

.smsemailpreference input {
    background: url(../images/emailsmsM_hover_IMS.png) top center no-repeat;
}

    .smsemailpreference input:hover {
        background: url(../images/emailsmsM_hover_IMS.png) center -85px no-repeat;
    }

.reports input {
    background: url(../images/Report.png) top center no-repeat;
}

    .reports input:hover {
        background: url(../images/Report.png) center -85px no-repeat;
    }

.Selected {
    background: #FFF;
}

    .Selected input {
        background-position: center -85px;
        border-right: solid 1px #dadada;
    }

        .Selected input:hover {
            background-position: center -85px !important;
        }

.ImageButton label {
    font: 11px Arial, Helvetica, sans-serif;
    color: #284E66;
}

.ImageButton.border-none {
    border: none;
}

.NavBg {
    background: #FFF;
}

.NavRb {
    border-right: 1px solid #B9D6F4;
}

.NavTb {
    border-top: 1px solid #B9D6F4;
}

.MainBg {
    width: 1000px;
}

.Table {
    border: 1px solid #B9D6F4;
    width: 958px;
}

    .Table th {
        border-right: 1px solid #B9D6F4;
        background: #CEE0F2;
        height: 25px;
    }

        .Table th.Last {
            border-right: none;
        }

    .Table td {
        border-right: 1px solid #B9D6F4;
        border-top: 1px solid #B9D6F4;
    }

        .Table td.Last {
            border-right: none;
        }

.Left {
    text-align: left;
    padding: 5px;
}

.Center {
    text-align: center;
    padding: 5px;
}

.Pagging {
    padding: 5px 0 5px 12px;
    font: bold 12px Arial, Helvetica, sans-serif;
    background: #f3f3f3;
    height: 35px;
}

    .Pagging a {
        font: bold 12px Arial, Helvetica, sans-serif;
        color: #202020;
        padding: 0 15px 0 0;
    }

        .Pagging a.Pre {
            background: url(../images/Previous.png) no-repeat scroll 0 3px transparent;
            padding: 1px 15px 8px 12px;
        }

            .Pagging a.Pre:hover {
                background: url(../images/PreviousHover.png) no-repeat scroll 0 3px transparent;
                padding: 1px 15px 8px 12px;
            }

        .Pagging a.Next {
            background: url(../images/Next.png) no-repeat scroll 0 0 transparent;
            background-position: center right;
            padding: 0 10px 0px 15px;
            margin: 0 12px 0 0;
        }

            .Pagging a.Next:hover {
                background: url(../images/NextHover.png) no-repeat scroll 0 0 transparent;
                background-position: right;
                padding: 0 10px 0px 15px;
                margin: 0 12px 0 0;
            }

        .Pagging a:hover {
            font: bold 12px Arial, Helvetica, sans-serif;
            color: #0B6CBB;
            text-decoration: underline;
        }

        .Pagging a.selected {
            font: bold 12px Arial, Helvetica, sans-serif;
            color: #0B6CBB;
            text-decoration: underline;
        }

    .Pagging input[type="text"] {
        border: 1px solid #B9D6F4;
        background: #FFFFFF;
        padding: 2px 3px;
        width: 25px;
        margin: 0 5px;
    }

.MasterTextbox {
    border: 1px solid #B9D6F4;
    background: #EEF5FD;
    height: 25px;
    width: 187px;
}
/*Master Page Ends */
/* CSS Document */
.ajax__tab_xp-theme .ajax__tab_header {
    font-family: Arial;
    font-size: 14px;
    border-bottom: solid 1px #a8a8a8;
}

    .ajax__tab_xp-theme .ajax__tab_header .ajax__tab_outer {
        margin-right: 1px;
        background: #eae3dc;
        color: #5a5a5a;
    }

    .ajax__tab_xp-theme .ajax__tab_header .ajax__tab_inner {
    }

    .ajax__tab_xp-theme .ajax__tab_header .ajax__tab_tab {
        padding: 8px 15px;
        margin: 0;
    }

.ajax__tab_xp-theme .ajax__tab_hover .ajax__tab_outer {
    margin-right: 1px;
}

.ajax__tab_xp-theme .ajax__tab_hover .ajax__tab_inner {
}

.ajax__tab_xp-theme .ajax__tab_hover .ajax__tab_tab {
    color: #FFF;
    background: #2f96ed;
}

.ajax__tab_xp-theme .ajax__tab_active .ajax__tab_outer {
}

.ajax__tab_xp-theme .ajax__tab_active .ajax__tab_inner {
}

.ajax__tab_xp-theme .ajax__tab_active .ajax__tab_tab {
    color: #000000;
    background: #FFF;
    padding: 8px 15px;
}

.ajax__tab_xp-theme .ajax__tab_body {
    font-family: Arial;
    font-size: 10pt;
    border-top: 0;
    padding: 0px;
}

.pr.ajax__tab_body {
    background: #f8f8f8;
}

.content {
    color: #000;
    font-size: 12px;
    font-family: Arial;
    line-height: 26px;
}

.ContentNo {
    color: #2581BB;
    line-height: 13px;
    font: bold 12px Arial;
}

.pink {
    color: #e01557;
    font-size: 12px;
    font-weight: 900;
    font-family: Arial;
}

.pink_big {
    color: #e01557;
    font-size: 15px;
    font-weight: 900;
    font-family: Arial;
}

.content_small {
    color: #68afdc;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial;
    line-height: 13px;
}

.border-top-left {
    border-left: 0px !important;
    border-top: 0px !important;
}

.grid_title {
    color: #333;
    font-size: 13px;
    font-weight: normal;
    font-family: Arial;
    line-height: 25px;
    border: 0;
    /*background-color:#1e86d8;*/
    padding: 3px 10px;
    /*text-align: left;*/;
}

    .grid_title.white-bg {
        background: #FFF;
    }

.white-bg .grid_title {
    padding: 3px 0px !important;
}

.grid_title.right-align {
    text-align: right;
}

    .grid_title.right-align span {
        display: inline-block;
        width: auto;
    }

.grid_alternet1 {
    color: #202020;
    font-size: 14px;
    font-family: Arial;
    line-height: 25px;
    background-color: #ffffff;
    border: 0;
}

    .grid_alternet1 td {
        padding: 0px 10px 0px 10px;
        border: 0;
    }

.grid_alternet2 {
    color: #;
    font-size: 14px;
    font-family: Arial;
    line-height: 25px;
    background-color: #f3f3f3;
}

    .grid_alternet2 td {
        padding: 0px 10px 0px 10px;
        border: 0;
        background: #f3f3f3;
    }

    .grid_alternet2 td, .grid_alternet1 td {
        /*text-align: left !important;*/;
    }

.textboxForCMB {
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    line-height: 22px;
    font-family: Arial;
    vertical-align: middle;
    border: 1px solid #a8a8a8;
    background-color: #FFF;
    padding: 3px;
    height: 22px;
}

.textboxForCMBmedium {
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    line-height: 22px;
    font-family: Arial;
    vertical-align: middle;
    border: 1px solid #a8a8a8;
    background-color: #FFF;
    width: 130px;
    padding: 3px;
    height: 22px;
}

.textboxForCMBSmall {
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    line-height: 22px;
    font-family: Arial;
    vertical-align: middle;
    border: 1px solid #a8a8a8;
    background-color: #FFF;
    width: 110px;
    padding: 3px;
    height: 22px;
}

.textboxNew {
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    line-height: 22px;
    height: 22px;
    font-family: Arial;
    vertical-align: middle;
    border: 1px solid #a8a8a8;
    background-color: #FFF;
    width: 165px;
    padding: 3px;
}

.ddlDropDown {
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    line-height: 22px;
    font-family: Arial;
    vertical-align: middle;
    border: 1px solid #a8a8a8;
    background-color: #FFF;
    width: 165px;
    padding: 3px;
    height: 22px;
}

.textbox {
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    line-height: 22px;
    font-family: Arial;
    vertical-align: middle;
    border: 1px solid #a8a8a8;
    background-color: #FFF;
    padding: 3px;
    height: 22px !important;
}

span.textbox, span.textboxNew {
    color: #000000 !important;
    font-size: 12px !important;
    font-weight: normal !important;
    line-height: 25px !important;
    font-family: Arial !important;
    border: 1px solid #a8a8a8 !important;
    background-color: #FFF !important;
    padding: 5px !important;
    height: 30px !important;
}

.delete {
    float: left;
    margin: 5px 5px 3px 5px;
}

.generate-bill {
    float: left;
    margin: 4px 5px 3px 5px;
}

.NoLink input {
    float: left;
}

.textboxsmall {
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    line-height: 22px;
    height: 22px !important;
    font-family: Arial;
    vertical-align: middle;
    border: 1px solid #a8a8a8;
    background-color: #FFF;
    padding: 3px;
}

.lblXsmall {
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    line-height: 22px;
    height: 21px;
    font-family: Arial;
    vertical-align: middle;
    border: 1px solid #dee4e9;
    background-color: #f2fafc;
    width: 80px;
    padding: 3px;
}

.textboxsmallQty {
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    height: 22px !important;
    font-family: Arial;
    vertical-align: middle;
    border: 1px solid #a8a8a8;
    background-color: #FFF;
    width: 50px;
    padding: 3px;
    margin-left: 5px;
}

.textboxmedium {
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    height: 22px !important;
    font-family: Arial;
    vertical-align: middle;
    border: 1px solid #B9D6F4;
    background-color: #f2fafc;
    width: 50px;
    padding: 3px;
}

.textarea {
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    font-family: Arial;
    vertical-align: middle;
    border: 1px solid #B9D6F4;
    background-color: #f2fafc;
    width: 165px;
    height: 35px;
    padding: 3px;
}

.content_white {
    color: white;
    font-size: 9pt;
    font-weight: normal;
    font-family: Arial;
}

.rolling_black A {
    font-family: Arial;
    color: #000000;
    font-size: 12px;
    text-decoration: none;
}

    .rolling_black A:active {
        font-family: Arial;
        color: #000000;
        font-size: 12px;
        text-decoration: none;
    }

    .rolling_black A:link {
        font-family: Arial;
        color: #000000;
        font-size: 12px;
        text-decoration: none;
    }

    .rolling_black A:visited {
        font-family: Arial;
        color: #000000;
        font-size: 12px;
    }

    .rolling_black A:hover {
        font-family: Arial;
        color: #000000;
        font-size: 12px;
        text-decoration: underline;
    }

.rolling_blue A {
    font-family: Arial;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}

    .rolling_blue A:active {
        font-family: Arial;
        color: #000;
        font-weight: bold;
        font-size: 14px;
        text-decoration: none;
    }

    .rolling_blue A:link {
        font-family: Arial;
        color: #000;
        font-weight: bold;
        font-size: 14px;
        text-decoration: none;
    }

    .rolling_blue A:visited {
        font-family: Arial;
        color: #000;
        font-weight: bold;
        font-size: 14px;
        text-decoration: none;
    }

    .rolling_blue A:hover {
        font-family: Arial;
        color: #000;
        font-weight: bold;
        text-decoration: underline;
        font-size: 14px;
    }

.rolling_pink A {
    font-family: Arial;
    color: #da2160;
    font-size: 12px;
    text-decoration: none;
}

    .rolling_pink A:active {
        font-family: Arial;
        color: #da2160;
        font-size: 12px;
        text-decoration: none;
    }

    .rolling_pink A:link {
        font-family: Arial;
        color: #da2160;
        font-size: 12px;
        text-decoration: none;
    }

    .rolling_pink A:visited {
        font-family: Arial;
        color: #da2160;
        font-size: 12px;
        text-decoration: blink;
    }

    .rolling_pink A:hover {
        font-family: Arial;
        color: #666666;
        font-size: 12px;
        text-decoration: none;
    }

.rolling_white A {
    font-family: Arial;
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
    line-height: 15px;
}

    .rolling_white A:active {
        font-family: Arial;
        color: #ffffff;
        font-size: 12px;
        text-decoration: none;
        line-height: 15px;
    }

    .rolling_white A:link {
        font-family: Arial;
        color: #ffffff;
        font-size: 12px;
        text-decoration: none;
        line-height: 15px;
    }

    .rolling_white A:visited {
        font-family: Arial;
        color: #ffffff;
        font-size: 12px;
        text-decoration: none;
        line-height: 15px;
    }

    .rolling_white A:hover {
        font-family: Arial;
        color: #ffffff;
        font-size: 12px;
        text-decoration: underline;
        line-height: 15px;
    }

.table {
    color: #000000;
    font-family: :Arial;
    background-color: #FFFFFF;
    font-size: 12px;
}

.tableborder {
    color: #000000;
    font-size: 12px;
    font-family: Arial;
    line-height: 12px;
    background-color: #FFFFFF;
    border-width: 1px;
    border-color: Black;
    border-style: solid;
}

.TextboxLogIn {
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    font-family: Arial;
    vertical-align: middle;
    border: 1px solid #dee4e9;
    background-color: #f2fafc;
    width: 220px;
    padding: 3px;
    margin: 0 0 0 15px;
}

.textboxForCMBLogIn {
    background-color: #F2FAFC;
    border: 1px solid #DEE4E9;
    color: #000000;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    height: 25px;
    line-height: 11pt;
    margin: 0 0 0 15px;
    vertical-align: middle;
    width: 231px;
    padding: 5px 5px 5px 0;
}

.blue_small {
    color: #68afdc;
    font-size: 12px;
    font-family: Arial;
    font-weight: 500;
}

.blue_bold {
    color: #2581bb;
    font-size: 12px;
    font-family: Arial;
    font-weight: 900;
    text-indent: 20px;
}

.blue {
    color: #68afdc;
    font-size: 16px;
    font-weight: bold;
    font-family: Arial;
}

.grey {
    color: #333333;
    font-size: 12px;
    font-weight: normal;
    font-family: Arial;
    line-height: 16px;
}

.grey_text {
    color: #333333;
    font-size: 12px;
    font-weight: normal;
    font-family: Arial;
    line-height: 16px;
}

.Heading {
    font: bold 16px Arial, Helvetica, sans-serif;
    color: #333;
    padding: 0 0 2px 0px;
    margin-bottom: 10px;
    border-bottom: solid 1px #dadada;
    text-transform: none;
}

.Heading1 {
    border-bottom: 1px solid #B9D6F4;
}

.Lable {
    color: #5f5b5b;
    font-size: 12px;
    font-family: Arial;
    line-height: 12px;
    padding: 4px;
}

.content_fields {
    color: #000;
    font-size: 12px;
    font-weight: normal;
    font-family: Arial;
    line-height: 16px;
    font-weight: 400;
    width: 383px;
}

.content_fields1 {
    color: #000;
    font-size: 12px;
    font-weight: normal;
    font-family: Arial;
    line-height: 16px;
    font-weight: 400;
}

.content_fields2 {
    color: #000;
    font-size: 12px;
    font-weight: normal;
    font-family: Arial;
    line-height: 16px;
    font-weight: 400;
    width: 130px;
}

.style1 {
    color: #000;
    font-size: 12px;
    font-weight: normal;
    font-family: Arial;
    line-height: 16px;
    font-weight: 400;
    width: 189px;
}

.style2 {
    color: #000;
    font-size: 12px;
    font-weight: normal;
    font-family: Arial;
    line-height: 16px;
    font-weight: 400;
    width: 160px;
}

.style1 {
    height: 10px;
}

.style4 {
    color: #000;
    font-size: 12px;
    font-weight: normal;
    font-family: Arial;
    line-height: 16px;
    font-weight: 400;
    width: 143px;
}

.style5 {
    color: #000;
    font-size: 12px;
    font-weight: normal;
    font-family: Arial;
    line-height: 16px;
    width: 145px;
}

.style12 {
    width: 371px;
}

.style14 {
    color: #000;
    font-size: 12px;
    font-weight: normal;
    font-family: Arial;
    line-height: 16px;
    font-weight: 400;
    width: 371px;
}

.style16 {
    color: #000;
    font-size: 12px;
    font-weight: normal;
    font-family: Arial;
    line-height: 16px;
    font-weight: 400;
    width: 148px;
}

.style17 {
    width: 148px;
}

.style21 {
    color: #000;
    font-size: 12px;
    font-weight: normal;
    font-family: Arial;
    line-height: 16px;
    font-weight: 400;
    width: 91px;
}

.style22 {
    width: 91px;
}

.style23 {
    color: #000;
    font-size: 12px;
    font-weight: normal;
    font-family: Arial;
    line-height: 16px;
    font-weight: 400;
    width: 365px;
}

.style24 {
    color: #000;
    font-size: 12px;
    font-weight: normal;
    font-family: Arial;
    line-height: 16px;
    font-weight: 400;
    width: 164px;
}

.style25 {
    width: 164px;
}

.style26 {
    color: #000;
    font-size: 12px;
    font-weight: normal;
    font-family: Arial;
    line-height: 16px;
    font-weight: 400;
    width: 84px;
}

.style27 {
    color: #000;
    font-size: 12px;
    font-weight: normal;
    font-family: Arial;
    line-height: 16px;
    font-weight: 400;
    width: 401px;
}

.style28 {
    color: #666666;
    font-size: 12px;
    font-weight: normal;
    font-family: Arial;
    line-height: 16px;
    font-weight: 400;
    width: 351px;
}

.Hide {
    display: none;
}

.btnCenter {
    width: 80px;
    height: 30px;
}

.Report {
    font: normal 12px Arial, Helvetica, sans-serif;
    background: #f3f3f3;
    padding: 8px;
    margin-bottom: 15px;
}

    .Report td {
        padding: 5px;
    }

    .Report.Left {
        text-align: left;
        padding: 5px;
    }

    .Report.Center {
        text-align: center;
        padding: 5px;
    }

.chkTax label {
    margin-left: 5px;
}

.textboxGrid {
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    line-height: 14pt;
    height: 18px;
    font-family: Arial;
    vertical-align: middle;
    background-color: #FFF;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.50;
    width: 50px;
    height: 50px;
}

#divImageLoader {
    background-color: #f4cc5e;
    color: #333;
    height: 15px;
    left: 44%;
    font-weight: 700;
    font-family: Arial,tahoma,Verdana;
    font-size: 12px;
    position: fixed;
    width: 65px;
    z-index: 101;
    padding: 4px;
    text-align: center;
}

.listMain {
    background-color: #FFFFFF;
    z-index: 1000;
    text-align: left;
    text-indent: -1;
    overflow: hidden;
    margin-left: 0px;
    border-bottom: 1px solid #B5C6D4;
    border-left: 1px solid #B5C6D4;
    border-right: 1px solid #B5C6D4;
    margin-top: 0px;
    list-style-type: none;
}

.itemsMain {
    background: none;
    border-collapse: collapse;
    color: #00337E;
    font-size: 9pt;
    white-space: nowrap;
    text-align: inherit left;
    list-style-type: none;
}

.wordWheel .itemsSelected {
    background-repeat: repeat-x;
    background-color: #EED47D;
    color: #00337E;
    font-size: 9pt;
    border-top: 1px solid #FFF8E8;
    border-left: 1px solid #FFF8E8;
    border-bottom: 1px solid #00337E;
    border-right: 1px solid #00337E;
}

div.ajax__calendar_days table tr td {
    padding-right: 0px;
    padding-bottom: 0px;
}

div.ajax__calendar_body {
    width: 215px;
    height: 175px;
}

div.ajax__calendar_container {
    width: 215px;
    height: 215px;
}

.Box {
    background-color: #E4EFFB;
    border: 1px solid #CCC;
    padding: 10px;
    color: #4E4E4E;
}
/*------------------------------ Login Css Start From Here -----------------------------------------------*/
.login_bg {
    background: url(../images/main-bg.jpg) no-repeat center center fixed;
}

.header-login {
    display: block;
    background: #FFF;
    margin-top: 20px;
}

.header-fix {
    width: 98%;
    margin: 0 auto;
}

    .header-fix .logo-login {
        float: left;
        padding: 15px 0px;
    }

    .header-fix .header-right {
        float: right;
        padding: 20px 0px 0px;
        font: 100 20px/28px 'Roboto', sans-serif;
        text-align: right;
        color: #494b4e;
    }

.main-title {
    color: #000;
    text-align: center;
    padding-bottom: 15%;
    display: block;
    font: 300 45px 'Roboto', sans-serif;
}

.LogInMain {
    width: 100%;
    max-width: 1280px;
    margin: 0px auto;
    padding: 60px 0px 30px;
}

.LogInBox {
    float: right;
    width: 280px;
}

.box {
    background: url(../images/icon_bg.png) center 54px no-repeat;
    margin-top: -55px;
    margin-bottom: 0px;
    min-height: 430px;
    /*-webkit-box-shadow: 0px 5px 15px 0px rgba(20,43,113,0.2);
    -moz-box-shadow: 0px 5px 15px 0px rgba(20,43,113,0.2);
    box-shadow: 0px 5px 15px 0px rgba(20,43,113,0.2);*/;
}

.box-img img {
    width: 100%;
}

.box-text {
    text-align: center;
    padding: 7% 20px;
    min-height: 198px;
}

    .box-text h2 {
        font-size: 24px;
        color: #000000;
        font-weight: 500;
        margin-bottom: 15px;
    }

    .box-text p {
        line-height: 22px;
        color: #737373;
        margin-bottom: 20px;
    }

    .box-text select.SelectboxBg {
        border: solid 1px #d4d6db;
        border-radius: 25px;
        padding: 8px 15px;
        height: 40px;
        max-width: 310px;
        margin: 0 auto;
        width: 100%;
        cursor: pointer;
    }

.links {
    padding: 0px;
    display: flex;
    justify-content:center!important;
    margin: 0 auto;
}

.links a{
    margin:0 20px;
    white-space:nowrap
}

.btn-primary {
    color: #FFF;
    border-radius: 25px;
    padding: 12px 35px 11px 35px;
    height: 42px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: rgba(46,179,255,1);
    background: -moz-linear-gradient(left, rgba(46,179,255,1) 0%, rgba(19,94,173,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(46,179,255,1)), color-stop(100%, rgba(19,94,173,1)));
    background: -webkit-linear-gradient(left, rgba(46,179,255,1) 0%, rgba(19,94,173,1) 100%);
    background: -o-linear-gradient(left, rgba(46,179,255,1) 0%, rgba(19,94,173,1) 100%);
    background: -ms-linear-gradient(left, rgba(46,179,255,1) 0%, rgba(19,94,173,1) 100%);
    background: linear-gradient(to right, rgba(46,179,255,1) 0%, rgba(19,94,173,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2eb3ff', endColorstr='#135ead', GradientType=1 );
    border: 0px;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(18,118,176,0.38);
    -moz-box-shadow: 0px 2px 6px 0px rgba(18,118,176,0.38);
    box-shadow: 0px 2px 6px 0px rgba(18,118,176,0.38);
}

a.btn-primary:hover, a.btn-primary:focus {
    color: #FFF;
    text-decoration: none;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(18,118,176,.8);
    -moz-box-shadow: 0px 4px 10px 0px rgba(18,118,176,.8);
    box-shadow: 0px 4px 10px 0px rgba(18,118,176,.8);
}

.btn-secondary {
    color: #FFF;
    border-radius: 25px;
    padding: 12px 35px 11px 35px;
    height: 42px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: rgba(255,162,52,1);
    background: -moz-linear-gradient(left, rgba(255,162,52,1) 0%, rgba(242,100,50,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,162,52,1)), color-stop(100%, rgba(242,100,50,1)));
    background: -webkit-linear-gradient(left, rgba(255,162,52,1) 0%, rgba(242,100,50,1) 100%);
    background: -o-linear-gradient(left, rgba(255,162,52,1) 0%, rgba(242,100,50,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,162,52,1) 0%, rgba(242,100,50,1) 100%);
    background: linear-gradient(to right, rgba(255,162,52,1) 0%, rgba(242,100,50,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa234', endColorstr='#f26432', GradientType=1 );
    border: 0px;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(242,100,50,0.38);
    -moz-box-shadow: 0px 2px 6px 0px rgba(242,100,50,0.38);
    box-shadow: 0px 2px 6px 0px rgba(242,100,50,0.38);
}

a.btn-secondary:hover, a.btn-secondary:focus {
    color: #FFF;
    text-decoration: none;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(242,100,50,.8);
    -moz-box-shadow: 0px 4px 10px 0px rgba(242,100,50,.8);
    box-shadow: 0px 4px 10px 0px rgba(242,100,50,.8);
}

.LogInBox p {
    font: 14px;
    color: #c3c9d0;
    padding: 10px 0px;
    margin: 0px;
}

.LogInTextbox {
    background: url("../Images/TextBoxBg.jpg") no-repeat scroll 0 0 transparent;
    width: 320px;
    border: none;
    padding: 8px;
}

.input-login {
    background: #FFF;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}

.TextboxBg {
    background: none;
    width: 100%;
    font: normal 14px 'Roboto', sans-serif;
    color: #929da8;
    padding: 10px;
    border: 0px;
    border-bottom: solid 1px #b2b6bb;
}

.SelectboxBg {
    border: none;
    background: none;
}
/*-----------------------------------------------------------------*/
a.logout {
    position: fixed;
    right: 0px;
    top: 40px;
    display: inline-block;
    z-index: 1;
    padding: 10px 14px 10px 55px;
    border-radius: 30px 0px 0px 30px;
    -moz-border-radius: 30px 0px 0px 30px;
    color: #5f5f5f;
    -webkit-border-radius: 30px 0px 0px 30px;
    background: url(../images/LogOut.png) 20px 14px no-repeat #FFF;
    box-shadow: 0px 2px 4px 0px rgba(18, 118, 176, 0.15);
}

a:hover.logout {
    text-decoration: none;
}

.logout span {
    display: block;
    color: #f26432;
}

.af-bg {
    position: relative;
    background: #fafbfd;
}

    .af-bg:before {
        position: absolute;
        content: "";
        background: url(../images/login-bg-circle.png) bottom left no-repeat;
        right: 0px;
        height: 368px;
        width: 358px;
        display: block;
    }

.af-login-icon {
    text-align: center;
    margin-bottom: 5%;
}

    .af-login-icon span.icon-bg {
        position: relative;
        display: inline-block;
        width: 110px;
        height: 110px;
        border-radius: 25px;
        background: #FFF;
        box-shadow: 0px 2px 4px 0px rgba(18, 118, 176, 0.15);
    }

        .af-login-icon span.icon-bg img {
            position: absolute;
            left: 3px;
            top: 13px;
        }

.afloginlogo {
    text-align: center;
    padding: 3% 0 3.5%;
}

.container {
    max-width: 1250px;
    width: 100%;
    padding: 0px 20px;
    margin: 0 auto;
}

.row {
    margin-left: -20px;
    margin-right: -20px;
    display: flex;
}

.col-4 {
    padding: 0px 20px;
    width: 33.33%;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

    .text-right img {
        margin-left: 10px;
    }

.after-login {
    background: #FFF;
    min-height: 100%;
    padding-bottom: 64px;
    position: relative;
}

    .after-login .col-4:last-child .links {
        justify-content: center;
    }

.footer-text {
    color: #d1d1d1;
    font: normal 11px/32px 'Roboto', sans-serif;
    margin: 10px 0px;
}

    .footer-text a {
        color: #FFF;
        text-decoration: none;
    }

.footer {
    background: #f1f3f6;
    padding: 10px 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    line-height: 40px;
}

    .footer a {
        color: #737373;
    }
/*------------------------------ Update Css Start From Here -----------------------------------------------*/
.welcome_text span {
    color: #131313;
}

a.switch-off {
    display: block;
    padding: 15px;
    background: #f1451b;
}

a:hover.switch-off {
    background: #333;
}

.tabs-bg {
    background: url(../images/inner-bg.jpg) no-repeat center center;
    padding: 15px 0px;
}

    .tabs-bg .ajax__tab_outer, .inner-bg .ajax__tab_inner, .inner-bg .ajax__tab_tab {
        background: #3198ea !important;
        width: auto !important;
        padding: 0px !important;
        margin: 0px !important;
        height: auto !important;
    }

    .tabs-bg .ajax__tab_tab {
        padding: 10px 20px !important;
        color: #FFF !important;
        font-size: 14px;
    }

    .tabs-bg .ajax__tab_hover .ajax__tab_tab {
        background: #FFF !important;
        color: #101010 !important;
    }

    .tabs-bg .ajax__tab_active .ajax__tab_tab {
        background: #FFF !important;
        color: #101010 !important;
    }

    .tabs-bg .ajax__tab_header {
        border: 0px !important;
    }

/*.eng-red .grid_title {background:#d84e40;}
.eng-purple .grid_title{background:#5b4689;}
.eng-blue .grid_title{background:#4967d5;}*/

.inner span {
    padding: 0px !important;
}

.inner .ajax__tab_header {
    width: 100%;
    margin-bottom: 15px;
    border-bottom: solid 1px #dadada;
}

.inner span.ajax__tab_tab {
    font: bold 16px arial;
    color: #202020;
    display: block;
    margin-right: 15px;
}

.main-blue {
    background: #1e86d8;
}

    .main-blue th {
        padding: 7px 10px;
        border: 0px;
        font-weight: normal;
        color: #FFF;
    }

        .main-blue th .content_fields {
            color: #FFF;
        }

.main-blue2 {
    background: #1e86d8;
}

    .main-blue2 th {
        padding: 7px 5px;
        border: 0px;
        font-weight: normal;
        color: #FFF;
        text-align: center;
    }

        .main-blue2 th .content_fields {
            color: #FFF;
        }

    .main-blue2 .content_fields {
        color: #FFF;
    }

    .main-blue2 th {
        border-right: 1px solid #FFF;
    }

.new-order {
    padding: 5px;
    background: #f8f8f8;
    margin-bottom: 15px;
}

    .new-order input, .new-order textarea, .new-order select {
        background: #FFF;
        border: solid 1px #ababab;
        margin: 0px 0px 0px 10px;
    }

    .new-order label, .new-order span, .new-order div {
        margin: 0 0 0 10px;
    }

    .new-order .gatepass span {
        margin: 0 0 0 -8px;
    }

    .new-order img {
        margin: 0px 0px 0px 0px;
    }

    .new-order th {
        padding: 5px 0px;
        width: 110px;
    }

    .new-order td {
        padding: 5px 0px;
    }

.new-order2 {
    padding: 5px;
    background: #f8f8f8;
    margin-bottom: 15px;
}

    .new-order2 td {
        padding: 2px 0px;
    }

    .new-order2 input, .new-order2 textarea, .new-order2 select {
        background: #FFF;
        border: solid 1px #ababab;
        margin: 0px 0px 0px 10px;
    }

    .new-order2 label, .new-order2 span, .new-order2 div {
        margin: 0 0 0 10px;
    }

    .new-order2 img {
        margin: 0px 0px 0px 0px;
    }

    .new-order2 th {
        padding: 5px 0px;
        width: 110px;
    }

.NewOrderPre td {
    padding: 2px 0px !important;
    width: 100px !important;
}

.new-orderPo {
    padding: 15px;
    background: #f8f8f8;
    margin-bottom: 15px;
}

    .new-orderPo input, .new-order textarea, .new-order select {
        background: #FFF;
        border: solid 1px #ababab;
        margin: 0px 0px 0px 10px;
    }

    .new-orderPo td {
        padding: 2px 0px;
    }

.Footer {
    background: #ededed;
    border-top: solid 1px #bfbfbf;
}

.footer-links a {
    color: #202020;
    text-decoration: none;
}

.footer-img {
    padding: 10px 0px;
}

    .footer-img input {
        float: right;
    }

    .footer-img .time {
        float: right;
        padding: 10px 15px 0px 0px;
        font-size: 12px;
        color: #4f4f4f;
    }

        .footer-img .time span {
            font-size: 14px;
            color: #101010;
        }
/*------------------------------ Update Css Start From Here -----------------------------------------------*/
.btnBid {
    background: #e2e2e2 !important;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    padding: 0;
    margin: 0px 0px 0px 5px;
    border: solid 1px #e2e2e2;
    width: 60px;
    text-align: center;
    height: 26px;
    line-height: 24px;
    color: #202020;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 0px;
}

    .btnBid:hover, .btnBid:focus, .btnBid:active {
        background: #1e86d8 !important;
        border: solid 1px #1e86d8;
        color: #FFF;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

input[type='text']:focus, input[type='password']:focus, input[type='checkbox']:focus, select:focus, textarea:focus {
    outline: none;
    border: 1px solid #7bc1f7!important;
    box-shadow: 0px 0px 8px #7bc1f7;
    -moz-box-shadow: 0px 0px 8px #7bc1f7;
    -webkit-box-shadow: 0px 0px 8px #7bc1f7;
}

.label-success {
    background-color: #45b6af;
    cursor: default;
}

.label-danger {
    background-color: #f3565d;
    cursor: default;
}

.label-info {
    background-color: #89c4f4;
    cursor: default;
}

.icon-bar-chart:before {
    content: "\f080";
}

.icon-user:before {
    content: "\f007";
}

.icon-shopping-cart:before {
    content: "\f07a";
}

.tblreport tr td:first-child {
    width: 3%;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}

.tblreport tr {
    background-color: #F7F7F7;
    border: solid 1px #f00 !important;
    height: 35px !important;
}

.tblreport td {
    border-bottom: solid 5px #fff !important;
    vertical-align: middle;
    padding: 3px;
}

.tblreport a {
    float: left;
    color: #428bca;
    text-decoration: none;
    text-shadow: none !important;
}

.tblreport tr td:nth-child(2) {
    vertical-align: middle;
    text-align: left !important;
    padding-left: 10px;
    width: 5%;
    font-family: "Open Sans",sans-serif;
}

.tblreport tr td:nth-child(3) {
    color: #82949a;
    text-align: left;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-decoration: none;
    text-shadow: none !important;
    vertical-align: middle;
}

.MainBg {
    /*background: url(../Images/MainBgBack.png) top repeat-x #FFF;*/
    /*border: 1px solid #c3c8cd;*/;
}

    .MainBg h1 {
        font: 15px Arial,Helvetica,sans-serif;
        /* color: #d65203;*/
        color: #000;
        border-bottom: 1px solid #807f7f;
        padding: 0 0 11px;
        font-weight: 700;
    }

    .MainBg h2 {
        font: 15px Arial,Helvetica,sans-serif;
        color: #b00404;
        font-weight: 700;
        padding: 0 0 6px;
    }

.margin-none {
    margin: 0px !important;
    width: 100% !important;
}

.MainBg h3 {
    font: 14px Arial,Helvetica,sans-serif;
    /*color: #d65203;*/
    color: #000;
    font-weight: 700;
    padding: 0 0 6px;
}

.margin-left {
    margin: -5px;
}

.PopcalTrigger {
    height: 25px;
    margin-left: 0px;
    margin-right: 0px;
}

.NoLink {
    height: 25px;
    margin-left: 0px;
    margin-right: 0px;
}

input.bu_icon {
    display: inline-block;
    width: 26px;
    height: 25px;
    margin: 0px 0px;
    overflow: hidden;
    text-indent: -999px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

input:hover.bu_icon {
    background-position: center bottom !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.extra_ch {
    background: url(../images/extra_ch.png) top center no-repeat;
}

.payment {
    background: url(../images/payment.png) top center no-repeat;
}

.checkin {
    background: url(../images/checkin.png) top center no-repeat;
}

.checkout {
    background: url(../images/checkout.png) top center no-repeat;
}

.generate_bill {
    background: url(../images/generate_bill.png) top center no-repeat;
}

.delete {
    background: url(../images/cancel.png) top center no-repeat;
}

.transfer {
    background: url(../images/transfer.png) top center no-repeat;
}

.history {
    background: url(../images/history.png) top center no-repeat;
}

.remarks {
    background: url(../images/remarks.png) top center no-repeat;
}

.icon-banquet-invoice {
    background: url(../images/icon-banquet-invoice.png) top center no-repeat;
}

.icon-food-invocie4 {
    background: url(../images/icon-food-invocie4.png) top center no-repeat;
}

.cancel {
    background: url(../images/icon-banquet-cancel.png) top center no-repeat;
}

.email {
    background: url(../images/email.png) top center no-repeat;
}

.UnApprove {
    background: url(../images/tt.png) top center no-repeat;
}

.Calender {
    background: url(../images/CalendarIcn.png) top center no-repeat;
}

.email_sent {
    background: url(../images/email_sent.png) top center no-repeat;
}

.generate_po {
    background: url(../images/generate_po.png) top center no-repeat;
}

.rolling_blue input {
    float: left;
    margin-left: 3px !important;
}

.margin-none1 {
    margin: 0px !important;
    width: 100% !important;
}

.no-margin {
    margin: 0px !important;
}

.custom-table tr {
    padding: 0px;
    border: 0px;
}

.custom-table td {
    padding: 0px;
    text-align: left;
    border: 0px;
}

.custom-table th {
    padding: 0px;
    text-align: left;
    border: 0px;
}

.display-none {
    display: none !important;
}

.grid_title th {
    font-weight: bold;
}

.greenheader tr {
    background: #12AF92;
    color: #fff !important;
}

.tableGo-btn {
    font-size: 12px;
    color: #282828;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 18px;
    height: 20px;
    background: none;
    border: 1px solid #4b4b4b;
    padding: 0;
    width: 37px;
    text-align: center;
    display: block;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

    .tableGo-btn:hover {
        color: #fff;
        background: #4b4b4b;
    }

.floatright {
    float: right;
}

.Isearch-btn {
    padding: 5px 8px 4px;
    border: 1px solid #4b4b4b;
}

    .Isearch-btn:hover, .Ipdf-btn:hover, .Ireset-btn:hover, .Iupload-btn:hover {
        background: #4b4b4b;
    }


/*---- Start changes (Mehul Designer) ----*/

.login-admin-bg {
    float: left;
    width: calc(100% - 540px);
    height: 100vh;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-image: url("../images/admin-login-bg.png");
    background: -ms-linear-gradient(45deg, rgba(246,63,3, 0.6) 0%, rgba(26,53,204, 0.6) 100%);
}

.admin-img {
    object-fit: cover;
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: -1;
    mask-image: url(../images/admin-bg-clip.png);
    -webkit-mask-image: url(../images/admin-bg-clip.png);
    -ms-mask-image: url(../images/admin-bg-clip.png);
    -webkit-mask-repeat: no-repeat;
    -ms-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    -ms-mask-size: cover;
    mask-size: cover;
}

.login-form-main {
    position: relative;
    z-index: 1;
    position: relative;
    z-index: 1;
    float: right;
    padding: 0 60px 0px 0px;
    max-width: 540px;
    box-sizing: border-box;
    height: 100vh;
    background-repeat: no-repeat;
}

.login-form-main {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
}

.login-form-main {
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
}

    .login-form-main:before {
        content: "";
        background-image: url("../images/login-bg-circle.png");
        width: 421px;
        height: 422px;
        background-repeat: no-repeat;
        background-position: top right;
        background-size: 100%;
        position: absolute;
        z-index: -1;
        right: 0;
        top: 0;
    }

.login-main form .logo {
    padding-bottom: 0;
}

.login-box .normal-text {
    font-size: 20px;
    color: #000000;
    font-weight: 300;
    line-height: 28px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.login-main input {
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    border: 1px solid #cdd3da;
    width: 100%;
    padding: 0 50px 0px 25px;
    margin-bottom: 25px;
    background-color: #fff;
    display: block;
    border-radius: 30px;
}

    .login-main input:focus {
        outline: none;
        border: 1px solid rgba(20,44,113,0.5);
        box-shadow: 0px 2px 6px 0px rgba(20,44,113,0.20);
        -webkit-box-shadow: 0px 2px 6px 0px rgba(20,44,113,0.20);
    }

.login-main .username, .login-main .password {
    position: relative;
}

    .login-main .username span, .login-main .password span {
        position: absolute;
        width: 30px;
        top: 12px;
        right: 25px;
        height: 30px;
    }

        .login-main .username span.usericon {
            background: url("../images/login-user-icon.png") center right no-repeat;
        }

        .login-main .password span.passwordicon {
            background: url("../images/login-password-icon.png") center right no-repeat;
        }

.login-main .login-btn input {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    padding: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-align: center;
    cursor: pointer;
    background: rgba(46,179,255,1);
    background: -moz-linear-gradient(left, rgba(46,179,255,1) 0%, rgba(19,94,173,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(46,179,255,1)), color-stop(100%, rgba(19,94,173,1)));
    background: -webkit-linear-gradient(left, rgba(46,179,255,1) 0%, rgba(19,94,173,1) 100%);
    background: -o-linear-gradient(left, rgba(46,179,255,1) 0%, rgba(19,94,173,1) 100%);
    background: -ms-linear-gradient(left, rgba(46,179,255,1) 0%, rgba(19,94,173,1) 100%);
    background: linear-gradient(to right, rgba(46,179,255,1) 0%, rgba(19,94,173,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2eb3ff', endColorstr='#135ead', GradientType=1 );
    border: 0px;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(18,118,176,0.38);
    -moz-box-shadow: 0px 2px 6px 0px rgba(18,118,176,0.38);
    box-shadow: 0px 2px 6px 0px rgba(18,118,176,0.38);
}

    .login-main .login-btn input:hover {
        -webkit-box-shadow: 0px 4px 10px 0px rgba(18,118,176,0.48);
        -moz-box-shadow: 0px 4px 10px 0px rgba(18,118,176,0.48);
        box-shadow: 0px 4px 10px 0px rgba(18,118,176,0.48);
    }

.login-main .login-footer {
    text-align: center;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 60px;
}

.login-footer p, .login-footer p a {
    color: #4c5961;
}

    .login-footer p a:hover {
        color: #135ead;
    }

.login-footer .back-to-home {
    color: #4c5961;
    display: inline-block;
    margin: 10px 0px;
}


.modal-content {
    border: 0px;
    min-width: 320px;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.7);
}

.modal-header {
    padding: 1rem 1.5rem;
}

    .modal-header .close {
        font-size: 1.75rem;
        padding: 14px;
    }

.modal-title {
    font-size: 1.125rem;
    color: #f26736;
}

.modal-body {
    padding: 20px;
}

.modal-footer {
    padding: 10px;
}

.modal-backdrop {
    background: #000;
}

    .modal-backdrop.show {
        opacity: 0.75;
    }

.modal-dialog.alert-dialog {
    max-width: 340px;
}

.alert-dialog .close {
    font-size: 1.75rem;
    padding: 7px 15px;
    position: absolute;
    right: 0px;
}

.alert-dialog .modal-body {
    padding: 20px;
    text-align: center;
}

    .alert-dialog .modal-body p {
        font-size: 1.25rem;
        font-weight: 300;
    }
/* -----------Common css--------- */

.btn-theme,
.btn-primry,
.btn-secondry,
.btn-gray {
    display: inline-block;
    position: relative;
    margin-left: 8px;
    cursor: pointer;
}

.justify-content-end .btn-theme,
.justify-content-end .btn-primry,
.justify-content-end .btn-secondry,
.justify-content-end .btn-gray {
    display: inline-block;
    position: relative;
    margin-left: 11px;
    cursor: pointer;
}

    .justify-content-end .btn-theme:first-child,
    .justify-content-end .btn-primry:first-child,
    .justify-content-end .btn-secondry:first-child,
    .justify-content-end .btn-gray:first-child {
        margin-left: 0px;
    }

.btn-theme:first-child,
.btn-primry:first-child,
.btn-secondry:first-child,
.btn-gray:first-child {
    margin-left: 0px;
}

.btn-theme span,
.btn-primry span,
.btn-secondry span,
.btn-gray span {
    height: 38px;
    width: 38px;
    transition: all 0.3s ease;
    display: block;
    text-align: center;
    border-radius: 25px;
    box-shadow: 0px 2px 6px 0px rgba(18, 118, 176, 0.38);
    color: #FFF;
}

    .btn-theme span i,
    .btn-primry span i,
    .btn-secondry span i,
    .btn-gray span i {
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 38px;
    }

.btn-theme input,
.btn-primry input,
.btn-secondry input,
.btn-gray input {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0 !important;
    cursor: pointer;
    margin: 0px;
    z-index: 1;
    padding: 0px;
    border: 0px;
    width: 100%;
    height: 100%;
}

.btn-theme button,
.btn-primry button,
.btn-secondry button,
.btn-gray button {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0 !important;
    cursor: pointer;
    margin: 0px;
    z-index: 1;
    padding: 0px;
    border: 0px;
    width: 100%;
    height: 100%;
}

.btn-primry span {
    background: #135ead;
}

.btn-primry:hover span,
.btn-primry input:focus + span {
    background: #0452a4;
    box-shadow: 0px 2px 10px 0px rgba(18, 118, 176, 0.78);
}

.btn-theme span {
    background: #17a1f1;
    box-shadow: 0px 2px 6px 0px rgba(23, 161, 241, 0.38);
}

.btn-theme:hover span,
.btn-theme input:focus + span {
    background: #0097ee;
    box-shadow: 0px 2px 10px 0px rgba(23, 161, 241, 0.78);
}

.btn-gray span {
    background: #4c5961;
    box-shadow: 0px 2px 6px 0px rgba(76, 89, 97, 0.38);
}

.btn-gray:hover span,
.btn-gray input:focus + span {
    background: #3b4850;
    box-shadow: 0px 2px 10px 0px rgba(76, 89, 97, 0.78);
}

.btn-secondry span {
    background: #f26736;
    box-shadow: 0px 2px 6px 0px rgba(242, 100, 50, 0.38);
}

.btn-secondry:hover span,
.btn-secondry input:focus + span {
    background: #f44f15;
    box-shadow: 0px 2px 10px 0px rgba(242, 100, 50, 0.78);
}

.closemodalpopup span {
    width: 80px;
    line-height: 38px;
}

.border-around {
    border: solid 1px #dcdce4;
}

.common-btn {
    position: relative;
    display: inline-block;
}

    .common-btn span {
        border-radius: 25px;
        position: relative;
        line-height: 38px;
        display: flex;
        align-items: center;
        height: 38px;
        padding: 0px 8px;
        min-width: 38px;
        color: #FFF;
        background: #17a1f1;
        -webkit-box-shadow: 0px 2px 6px 0px rgba(18, 118, 176, 0.38);
        -moz-box-shadow: 0px 2px 6px 0px rgba(18, 118, 176, 0.38);
        box-shadow: 0px 2px 6px 0px rgba(18, 118, 176, 0.38);
        transition: all .2s ease;
        justify-content: center;
    }

        .common-btn span.plr-25 {
            padding: 0px 20px;
            width: auto;
        }

        .common-btn span i {
            font-size: 22px;
        }

    .common-btn:hover span,
    .common-btn input:focus + span {
        color: #FFF;
        -webkit-box-shadow: 0px 3px 8px 0px rgba(18, 118, 176, 0.68);
        -moz-box-shadow: 0px 3px 8px 0px rgba(18, 118, 176, 0.68);
        box-shadow: 0px 3px 8px 0px rgba(18, 118, 176, 0.68);
    }

    .common-btn input {
        position: absolute;
        opacity: 0 !important;
        left: 0px;
        margin: 0px;
        z-index: 1;
        top: 0px;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

    .common-btn.primary-btn span {
        background: #135ead;
        border: 0px;
        box-shadow: 0px 2px 6px 0px rgba(18, 118, 176, 0.38);
    }

    .common-btn.primary-btn:hover span,
    .common-btn.primary-btn input:focus + span {
        text-decoration: none;
        box-shadow: 0px 2px 10px 0px rgba(18, 118, 176, 0.78);
    }

    .common-btn.secondary-btn span {
        background: #f26736;
        box-shadow: 0px 2px 6px 0px rgba(242, 100, 50, 0.38);
    }

    .common-btn.secondary-btn:hover span,
    .common-btn.secondary-btn input:focus + span {
        box-shadow: 0px 2px 10px 0px rgba(242, 100, 50, 0.78);
    }

.modal .common-btn.primary-btn span,
.modal-yes-no .common-btn.primary-btn span {
    border-radius: 25px;
    position: relative;
    line-height: 38px;
    padding: 0px 25px 0px 25px;
    display: flex;
    align-items: center;
    color: #FFF;
    background: rgba(255, 162, 52, 1);
    background: -moz-linear-gradient(left, rgba(255, 162, 52, 1) 0%, rgba(242, 100, 50, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 162, 52, 1)), color-stop(100%, rgba(242, 100, 50, 1)));
    background: -webkit-linear-gradient(left, rgba(255, 162, 52, 1) 0%, rgba(242, 100, 50, 1) 100%);
    background: -o-linear-gradient(left, rgba(255, 162, 52, 1) 0%, rgba(242, 100, 50, 1) 100%);
    background: -ms-linear-gradient(left, rgba(255, 162, 52, 1) 0%, rgba(242, 100, 50, 1) 100%);
    background: linear-gradient(to right, rgba(255, 162, 52, 1) 0%, rgba(242, 100, 50, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa234', endColorstr='#f26432', GradientType=1);
    border: 0px;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(242, 100, 50, 0.38);
    -moz-box-shadow: 0px 2px 6px 0px rgba(242, 100, 50, 0.38);
    box-shadow: 0px 2px 6px 0px rgba(242, 100, 50, 0.38);
}

.modal .common-btn.primary-btn,
.modal-yes-no .common-btn.primary-btn {
    margin-left: 0;
}

.modal .common-btn.secondary-btn span,
.modal-yes-no .common-btn.secondary-btn span {
    border-radius: 25px;
    position: relative;
    line-height: 38px;
    padding: 0px 25px 0px 25px;
    display: flex;
    align-items: center;
    color: #FFF;
    background: rgba(83, 85, 87, 1);
    background: -moz-linear-gradient(left, rgba(83, 85, 87, 1) 0%, rgba(32, 32, 32, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(83, 85, 87, 1)), color-stop(100%, rgba(32, 32, 32, 1)));
    background: -webkit-linear-gradient(left, rgba(83, 85, 87, 1) 0%, rgba(32, 32, 32, 1) 100%);
    background: -o-linear-gradient(left, rgba(83, 85, 87, 1) 0%, rgba(32, 32, 32, 1) 100%);
    background: -ms-linear-gradient(left, rgba(83, 85, 87, 1) 0%, rgba(32, 32, 32, 1) 100%);
    background: linear-gradient(to right, rgba(83, 85, 87, 1) 0%, rgba(32, 32, 32, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#535557', endColorstr='#202020', GradientType=1);
    -webkit-box-shadow: 0px 2px 6px 0px rgba(105, 100, 99, 0.38);
    -moz-box-shadow: 0px 2px 6px 0px rgba(105, 100, 99, 0.38);
    box-shadow: 0px 2px 6px 0px rgba(105, 100, 99, 0.38);
}

.modal .common-btn.secondary-btn,
.modal-yes-no .common-btn.secondary-btn {
    margin-left: 0.25rem !important;
}

.modal.advancepayment {
    display: block;
}


/*---- End changes (Mehul Designer) ----*/
@media only screen and (min-width:1281px) and (max-width:1600px) {
    .login-admin-bg {
        width: calc(100% - 438px);
        background-position: right;
    }

    .admin-img {
        mask-position: right;
        -webkit-mask-position: right;
    }

    .login-form-main {
        width: 438px;
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .login-admin-bg {
        width: calc(100% - 438px);
        background-position: right;
    }

    .admin-img {
        mask-position: right;
        -webkit-mask-position: right;
    }

    .login-form-main {
        width: 438px;
    }

        .login-form-main:before {
            width: 300px;
        }
}

@media only screen and (min-width:991px) and (max-width:1024px) {
    .login-admin-bg {
        width: calc(100% - 438px);
        background-position: right;
    }

    .login-form-main {
        width: 438px;
    }

        .login-form-main:before {
            width: 300px;
        }

    .admin-img {
        mask-position: right;
        -webkit-mask-position: right;
    }

    .box-text {
        padding: 20px;
    }

        .box-text h2 {
            font-size: 22px;
        }

    .links {
        padding: 5px 15px 20px 15px;
    }

        .links a {
            margin: 0px 5px;
        }

    .row {
        margin-left: -20px;
        margin-right: -20px;
    }

    .col-4 {
        padding: 0px 15px;
    }

    .box-text {
        min-height: 200px;
    }

    .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .col-4 {
        padding: 0px 15px;
    }

    .links a {
        width: calc(50% - 10px);
        padding: 12px 0px 11px 0px;
        text-align: center;
    }

    .main-title {
        font: 300 32px 'Roboto', sans-serif;
    }
}

@media only screen and (max-width:990px) {
    .login-admin-bg {
        width: 100%;
        height: auto;
    }

    .admin-img {
        height: 920px;
    }

    .login-form-main {
        width: 60%;
        max-width: 100%;
        margin: 0 20%;
        background: #FFF;
        border-radius: 20px;
        margin-top: -250px;
        height: auto;
        padding: 40px;
        box-shadow: 0px 5px 15px hsla(0, 0%, 0%, 0.1);
    }

    .login-main form .login-footer {
        bottom: -120px;
    }

    .box-text {
        padding: 15px 20px 15px;
        min-height: 240px;
    }

        .box-text h2 {
            font-size: 22px;
        }

    .links {
        padding: 5px 20px 15px 20px;
        display: block;
    }

        .links a {
            margin: 5px 0px;
            font-size: 13px;
            padding: 14px 28px 13px 12px;
            display: block;
            text-align: center;
        }

    .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .col-4 {
        padding: 0px 15px;
    }

    .main-title {
        font-size: 36px;
    }

    .main-title {
        font: 300 30px 'Roboto', sans-serif;
    }
}

@media (max-width: 1230px) {
    .box-text {
        padding: 7% 15px;
        min-height: 220px;
    }
}
/*------- End (max-width: 1230px) -------*/

@media (max-height: 850px) {
    .main-title {
        padding-bottom: 13%;
    }
}
/*------- End (max-height: 850px) -------*/

@media (max-height: 799px) {
    .afloginlogo {
        padding: 2.5% 0 3%;
    }

    .main-title {
        padding-bottom: 10%;
    }
}
/*------- End (max-height: 799px) -------*/

@media (max-height: 749px) {
    .afloginlogo {
        padding: 2.2% 0 2.5%;
    }

    .main-title {
        padding-bottom: 8%;
    }

    .box {
        min-height: 410px;
    }
}
/*------- End (max-height: 749px) -------*/

@media (max-height: 699px) {
    .afloginlogo {
        padding: 2% 0 2.2%;
    }

        .afloginlogo img {
            max-height: 50px;
        }

    .main-title {
        padding-bottom: 6.5%;
    }

    .box {
        min-height: 400px;
    }

    .main-title {
        font: 300 40px 'Roboto', sans-serif;
    }
}
/*------- End (max-height: 699px) -------*/

@media (max-height: 649px) {
    .afloginlogo {
        padding: 1.5% 0 1.5%;
    }

    .main-title {
        padding-bottom: 6.5%;
    }

    .box {
        min-height: 400px;
    }

    .main-title {
        font: 300 38px 'Roboto', sans-serif;
    }
}
/*------- End (max-height: 649px) -------*/


