 /*-----------------------------------------------------------------------------------------------------------
Author Name  : Harshala Nikam
Created Date : 29 July 2014
File Name    : master.css
Description  : Gets all the css styles written for all modules
-------------------------------------------------------------------------------------------------------------*/
/* #Site Styles
================================================== */
* {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    background: #eff0f0;
    font-family: 'Open Sans', sans-serif;
    color: #5b5b5b;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    font-size: 13px;
}

html, body {
    height: 100%;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

a {
    text-decoration: none;
    outline: none;
}

    a:hover {
        outline: none;
    }

img {
    max-width: 100%;
    height: auto;
    border: 0;
    display: block;
}

ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

.fullwidth {
    float: left;
    width: 100%;
}

input {
    outline: none;
}

    input:focus {
        outline: none;
    }

    input::-moz-focus-inner {
        outline: none;
    }

    input[type="button"], input[type="submit"], input[type="reset"] {
        border: none;
        cursor: pointer;
    }

textarea {
    resize: none;
    outline: none;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    color: #5b5b5b;
}

input[type="text"], input[type="password"] {
    background: #fff;
    border: 1px solid #a6a6a6;
    height: 24px;
    color: #5b5b5b;
    padding: 0 5px;
}


/* #Page Styles
================================================== */
.wrapper {
}

.errormsg {
    color: #e41d1d;
}

.container {
    width: 85%;
    margin: 0 auto 50px;
}

.blueBTN {
    background: #057ec3 url(../images/blueBTN.jpg) left top repeat-x;
    font-weight: 600;
    color: #fff;
    text-align: center;
    height: 35px;
    line-height: 35px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    -moz-border-radius: 7px;
    padding: 0 18px;
    text-transform: uppercase;
    margin-left: 110px;
    font-family: 'Open sans';
}



.grayBTN {
    background: none repeat scroll 0 0 #4c4c4c;
    font-weight: 600;
    color: #fff;
    text-align: center;
    height: 35px;
    line-height: 35px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    -moz-border-radius: 7px;
    padding: 0 18px;
    text-transform: uppercase;
    margin-left: 110px;
    font-family: 'Open sans';
}

/* Start Login Page */
.loginWrapper {
    width: 460px;
    margin: 0 auto;
}

.loginContainer {
    height: 330px;
    position: absolute;
    top: 50%;
    margin-top: -175px;
    width: 460px;
    left: 50%;
    margin-left: -230px;
}

.loginLogo {
    width: 172px;
    height: 47px;
    display: block;
    margin: 0 auto 15px auto;
}

.loginBoxOuter {
    background: #45c8dc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
}

    .loginBoxOuter h3 {
        color: #1d5671;
        font-weight: 700;
        font-size: 18px;
        margin: 12px 13px 5px 13px;
    }

.loginContent {
    background: #fff;
    margin: 5px;
    padding: 15px 0;
    float: left;
    width: 98%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
}

.loginFieldRow {
    margin-bottom: 10px;
}

    .loginFieldRow label {
        width: 102px;
        margin: 0 8px 0 0;
        float: left;
        text-align: right;
        padding: 5px 0;
    }

    .loginFieldRow input[type="text"] {
        width: 255px;
        float: left;
    }

    .loginFieldRow input[type="password"] {
        width: 255px;
        float: left;
    }

.remberCol {
    float: left;
}

.rememberRow {
    float: left;
    border-bottom: 1px solid #ededed;
    padding: 0 0 10px 0;
    margin: 0 0 10px 108px;
    width: 260px;
}

.forgotPassword {
    float: right;
    color: #1d5671;
}

.loginBTN {
    background: #057ec3 url(../images/blueBTN.jpg) left top repeat-x;
    font-weight: 600;
    color: #fff;
    text-align: center;
    height: 35px;
    line-height: 35px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    -moz-border-radius: 7px;
    padding: 0 18px;
    text-transform: uppercase;
    margin-left: 110px;
    font-family: 'Open sans';
}

.loginFieldRow .errormsg {
    margin-left: 110px;
    clear: both;
}
/* End Login Page */

/* Start Dashboard Page */
header {
    border-bottom: 8px solid #000;
}

.topSec {
    background: #fff;
    padding: 15px 0;
}

.aressLogo {
    width: 52%;
    float: left;
}

.topNav {
    width: 48%;
    float: left;
}

    .topNav ul {
    }

        .topNav ul li {
            float: left;
            margin: 0 18px;
        }

            .topNav ul li a {
                float: left;
                display: block;
                padding: 5px 0 5px 25px;
                color: #242424;
            }

                .topNav ul li a.changePassword {
                    background: url(../images/topNav.png) left 2px no-repeat;
                }

                .topNav ul li a.permissions {
                    background: url(../images/topNav.png) left -32px no-repeat;
                }

                .topNav ul li a.settings {
                    background: url(../images/topNav.png) left -72px no-repeat;
                }

                .topNav ul li a.logout {
                    background: url(../images/topNav.png) left -107px no-repeat;
                }

                .topNav ul li a:hover {
                }

.mainNavOuter {
    background: #45c8dc;
}

.mainNav {
}

    .mainNav ul {
    }

        .mainNav ul li {
            float: left;
            text-transform: uppercase;
            margin-right: 20px;
            padding: 10px 0;
            min-height: 66px;
        }

            .mainNav ul li a {
                float: left;
                color: #fff;
                padding: 30px 15px 0 15px;
                font-weight: bold;
                text-align: center;
            }

                .mainNav ul li a.manageUser {
                    background: url(../images/manageUser.png) center top no-repeat;
                }

                .mainNav ul li a.manageCustomers {
                    background: url(../images/manageCustomers.png) center top no-repeat;
                }

                .mainNav ul li a.manageProject {
                    background: url(../images/manageProject.png) center top no-repeat;
                }

                .mainNav ul li a.invoice {
                    background: url(../images/invoice.png) center top no-repeat;
                }

                .mainNav ul li a.invoicereport {
                    background: url(../images/InvoiceReports-icon.png) center top no-repeat;
                }

                .mainNav ul li a.pricelist {
                    background: url(../images/LIST.png) center top no-repeat;
                }

                .mainNav ul li a.banklist {
                    background: url(../images/BANK.png) center top no-repeat;
                }

                .mainNav ul li a:hover {
                }

            .mainNav ul li:hover {
                background: #3fb8cb;
            }

.pageTitleRow {
    padding: 10px 0;
}
/* End Dashboard Page */
.error, .loginFieldRow label span {
    color: red;
}



/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
Just create a "fonts" folder at the root,
copy your FontName into code below and remove
comment brackets */

/*	@font-face {
font-family: 'FontName';
src: url('../fonts/FontName.eot');
src: url('../fonts/FontName.eot?iefix') format('eot'),
url('../fonts/FontName.woff') format('woff'),
url('../fonts/FontName.ttf') format('truetype'),
url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
font-weight: normal;
font-style: normal; }
*/


/*forgot password*/
.forgot-password-text {
    width: 90%;
    margin: 0 5% 20px 5%;
}

.backtologin {
    border-top: 1px solid #ededed;
    float: left;
    margin: 4px 0 10px 108px;
    padding: 4px 0 10px 0;
    width: 260px;
    color: #1d5671;
    font-size: 13px;
}

/*forgot password*/


/* Start Dashboard Page */
header {
    border-bottom: 8px solid #000;
}

.topSec {
    background: #fff;
    padding: 15px 0;
}

.aressLogo {
    width: 52%;
    float: left;
}

.topNav {
    width: 48%;
    float: left;
}

    .topNav ul {
        float: right;
    }

        .topNav ul li {
            float: left;
            margin: 0 18px;
        }

            .topNav ul li:last-child {
                margin-right: 0px;
            }

            .topNav ul li a {
                float: left;
                display: block;
                padding: 5px 0 5px 25px;
                color: #242424;
            }

                .topNav ul li a.changePassword {
                    background: url(../images/topNav.png) left 2px no-repeat;
                }

                .topNav ul li a.permissions {
                    background: url(../images/topNav.png) left -32px no-repeat;
                }

                .topNav ul li a.settings {
                    background: url(../images/topNav.png) left -72px no-repeat;
                }

                .topNav ul li a.logout {
                    background: url(../images/topNav.png) left -107px no-repeat;
                }

                .topNav ul li a:hover {
                }

.mainNavOuter {
    background: #45c8dc;
}

.mainNav {
}

    .mainNav ul {
    }

        .mainNav ul li {
            float: left;
            text-transform: uppercase;
            margin: 5px 20px 2px 0;
            padding: 5px 0;
            min-height: 66px;
        }

            .mainNav ul li a {
                float: left;
                color: #fff;
                padding: 30px 15px 0 15px;
                font-weight: bold;
                text-align: center;
            }

                .mainNav ul li a.manageUser {
                    background: url(../images/manageUser.png) center top no-repeat;
                }

                .mainNav ul li a.manageCustomers {
                    background: url(../images/manageCustomers.png) center top no-repeat;
                }

                .mainNav ul li a.manageProject {
                    background: url(../images/manageProject.png) center top no-repeat;
                }

                .mainNav ul li a.invoice {
                    background: url(../images/invoice.png) center top no-repeat;
                }

                .mainNav ul li a.invoicereport {
                    background: url(../images/InvoiceReports-icon.png) center top no-repeat;
                }

                .mainNav ul li a.settings {
                    background: url(../images/settings-icon.png) center top no-repeat;
                }

                .mainNav ul li a.pricelist {
                    background: url(../images/LIST.png) center top no-repeat;
                }

                .mainNav ul li a.banklist {
                    background: url(../images/BANK.png) center top no-repeat;
                }

                .mainNav ul li a:hover {
                }

            .mainNav ul li:hover, .mainNav ul li.active {
                background: #3fb8cb;
            }

.pageTitleRow {
    padding: 10px 0;
    width: 100%;
}

    .pageTitleRow h3.pageTitle {
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        float: left;
        width: 50%;
        line-height: 35px;
    }

    .pageTitleRow .btn-outer {
        float: left;
        text-align: right;
        width: 50%;
    }

.innerContent {
    background: #fff;
    padding: 10px 1%;
    width: 98%;
    float: left;
    margin-bottom: 60px;
}

.innerContentTotal {
    background: #fff;
    padding: 10px 1%;
    width: 98%;
    float: left;
    margin-bottom: 60px;
}

.dashBoard-topControl {
    width: 100%;
    float: left;
    background: #e9f7f9;
    width: 98%;
    padding: 10px 1%;
    margin-bottom: 30px;
}

.dashBoard-topControlTotal {
    width: 100%;
    float: left;
    background: #e9f7f9;
    width: 98%;
    padding: 10px 1%;
    margin-bottom: 30px;
}

.controlOuter {
    float: left;
    margin: 0 38px 0 0;
}
.controlOuter.customer-name {
    margin: 0 0 0 5px;
    max-width: 32%;
}
    .controlOuter label {
    font-size: 13px;
    color: #010101;
    line-height: 24px;
    margin: 0 10px 0 0;
    float: left;
}

.controlOuter1 {
    float: left;
    margin: 0 15px 0 0;
}

    .controlOuter1 label {
        font-size: 13px;
        color: #010101;
        line-height: 24px;
        margin: 0 10px 0 0;
        float: left;
    }

.dropdownOuter {
    float: left;
}

.dateField {
    background: #fff url(../images/cal_icon.jpg) no-repeat right 4px !important;
    padding-right: 25px !important;
    margin-right: 10px;
    width: 110px;
}

/*gridbox*/

.gridBoxOuter {
    width: 100%;
    float: left;
}

.grid_box {
    float: left;
    width: 99.5%; /*border-top: 1px solid #a19e9e;*/
}

    .grid_box td {
        padding: 5px 10px;
    }

td.red-text {
    color: #ca1d1d !important;
}

td.green-text {
    color: #65a20b !important;
}

.top_grid {
    background: #b9f0f8;
    color: #000000;
    font-size: 13px;
    font-weight: 600;
    height: 10px;
}

    .top_grid img {
        display: inline-block;
        margin: 7px 0 0 5px;
        float: left;
    }

    .top_grid span {
        float: left;
    }


tr.light_gray td {
    border-bottom: 1px solid #a19e9e;
    border-right: 1px solid #a19e9e;
}

tr.pagination {
    background: #e9f7f9;
    border-bottom: 1px solid #a19e9e;
    border-right: 1px solid #a19e9e;
}

    tr.pagination td {
        border-bottom: 1px solid #a19e9e;
        border-right: 1px solid #a19e9e;
    }

tr.dark_gray td {
    border-bottom: 1px solid #a19e9e;
    border-right: 1px solid #a19e9e;
}

    tr.dark_gray td:first-child {
        border-left: 1px solid #a19e9e;
    }

td.firsttd {
    border-left: 1px solid #a19e9e;
    text-align: left;
}

td.lasttd {
    border-right: 1px solid #a19e9e;
    text-align: left;
}

.top_grid td {
    border-right: 1px solid #a19e9e;
    border-bottom: 1px solid #a19e9e;
    padding: 5px 10px;
}

tr.light_gray td, tr.dark_gray td {
    color: #333333;
}

td.edit_col img {
    display: inline-block;
    margin-right: 5px;
}

tr.light_gray {
    background: #fff;
}

tr.dark_gray {
    background: #f2f2f2;
    border-bottom: 1px solid #d6d6d6;
}

.filterBox {
    float: left;
    margin: 5px 10px 5px 0;
}

    .filterBox select {
        float: left;
        margin: 0 10px 0 0;
    }

    .filterBox label {
        float: left;
        color: #000;
        font-weight: 400;
    }

/*gridbox*/

/* Start Styled Select Dropdown */

.dk_container {
    background: #fff url(../images/selectArrow.png) right center no-repeat;
    border: 1px solid #a6a6a6;
    float: left;
    padding: 5px;
}

    .dk_container:focus {
        outline: 0;
    }

    .dk_container a {
        cursor: pointer;
        text-decoration: none;
    }

.dk_toggle {
    color: #fff;
    padding: 2px 45px 2px 10px;
    -webkit-transition: border-color .5s;
    -moz-transition: border-color .5s;
    -o-transition: border-color .5s;
    transition: border-color .5s;
    position: relative;
}

    .dk_toggle:hover, .dk_toggle:focus {
        border-color: #8c8c8c;
    }

    .dk_toggle:after {
        position: absolute;
        top: 45%;
        right: 10px;
    }

.dk_focus .dk_toggle {
}

.dk_open {
    z-index: 10;
}

    .dk_open .dk_toggle {
    }

.dk_open_top .dk_toggle {
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}

.dk_open_top .dk_options, .dk_open_top .dk_options_inner {
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}

.dk_options {
}

    .dk_options a {
        background-color: #fff;
        border-bottom: 1px solid #999;
        padding: 8px 10px;
    }

        .dk_options a:hover, .dk_options:focus,
        .dk_options .dk_option_current a {
        }

    .dk_options li:last-child a {
        border-bottom: none;
    }

    .dk_options .disabled {
        cursor: default;
    }

        .dk_options .disabled a {
            color: #aaa;
        }

        .dk_options .disabled:hover, .dk_options .disabled:hover a .dk_options .disabled:focus, .dk_options .disabled:focus a {
            cursor: default;
            background-color: #fff;
            border-bottom-color: #999;
            text-shadow: none;
        }

.dk_options_inner {
    max-height: 250px;
    border: 1px solid #8c8c8e;
    border-bottom-width: 2px;
    border-bottom-color: #999;
    color: #333;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dk_container {
    display: none;
    float: left;
}

    .dk_container a {
        outline: 0;
    }

.dk_toggle {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    position: relative;
    zoom: 1;
}

.dk_open {
    position: relative;
}

    .dk_open .dk_options {
        display: block;
    }

    .dk_open .dk_label {
    }

.dk_options {
    display: none;
    margin-top: 9px;
    position: absolute;
    right: 0;
    width: 100%;
}

    .dk_options a, .dk_options a:link, .dk_options a:visited {
        display: block;
    }

.dk_options_inner {
    overflow: auto;
    position: relative;
    -webkit-overflow-scrolling: touch;
}

.dk_container select {
    position: absolute;
    top: -99999em;
    visibility: hidden;
}

/* start pagination */
.pagination_wrap {
    float: right;
    margin: 5px 0;
}

    .pagination_wrap ul {
        float: left;
    }

        .pagination_wrap ul li {
            float: left;
        }

            .pagination_wrap ul li a {
                display: block;
                padding: 5px 5px;
                color: #585858;
                font-size: 14px;
                line-height: 15px;
            }

                .pagination_wrap ul li a.first {
                    background: url(../images/first.png) left top no-repeat;
                }

                .pagination_wrap ul li a.prev {
                    background: url(../images/prev.png) left top no-repeat;
                }

                .pagination_wrap ul li a.next {
                    background: url(../images/next.png) left top no-repeat;
                }

                .pagination_wrap ul li a.last {
                    background: url(../images/last.png) left top no-repeat;
                }

                .pagination_wrap ul li a.first, .pagination_wrap ul li a.prev, .pagination_wrap ul li a.next, .pagination_wrap ul li a.last {
                    width: 14px;
                    height: 14px;
                    margin: 0 5px;
                }

                .pagination_wrap ul li a:hover, .pagination_wrap ul li a.active_link {
                    color: #0681c5;
                    font-weight: bold;
                }
/* end pagination */

/* End Dashboard Page */
.top_grid th {
    border-bottom: 1px solid #a19e9e;
    border-right: 1px solid #a19e9e;
    padding: 5px 10px;
    border-top: 1px solid #a19e9e;
}

th.firsttd {
    border-left: 1px solid #a19e9e;
    text-align: left;
}

#Mainfooter #things {
    clear: both;
    font-size: 0.917em;
    margin: 20px auto;
    text-align: center;
}

#Mainfooter {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
    line-height: 130%;
}

    #Mainfooter a {
        color: #a9a9a9;
    }

    #Mainfooter #things li {
        display: inline;
        padding-right: 4px;
    }

        #Mainfooter #things li a:hover {
            color: #3fb8cb;
        }

#Mainfooter {
    background: url("/Assets/Images/footer_border.png") repeat-x scroll 0 3px #333;
    clear: both;
    color: #8e8e8e;
    font-size: 0.923em;
    line-height: 130%;
    min-width: 960px;
    overflow: hidden;
    padding: 5px 0 0;
    position: relative;
}

    #Mainfooter ul li {
        list-style: none outside none;
    }

#aress_logotype {
    font-size: 14px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

#errorExplanation {
    background: none repeat scroll 0 0 #fbf7b1;
    border-color: #efd85f;
    border-style: solid;
    border-width: 1px;
    color: #443b13;
    margin: 0 0 1em;
    overflow: hidden;
    padding: 15px;
    border-radius: 3px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 0 50px rgba(251, 215, 215, 0.75) inset;
    text-align: left;
    font-weight: bold;
    font-size: 13px;
    font-family: Arial;
}
/*-----------------Pop Up--------------------*/
.ui-dialog-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1001;
    color: white;
}

.ui-dialog {
    position: fixed !important;
    overflow: inherit !important; /*border-radius: 10px !important;*/
}

    .ui-dialog .ui-dialog-content {
        position: static !important;
    }

#inline1 h2 {
    display: block;
    background: url(../images/popupHeader-bg.png) repeat-x 0 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
    padding: 10px;
}

.popupForm {
    display: block;
    padding: 10px;
}

    .popupForm .leftcol {
        float: left;
        width: 48%;
    }

    .popupForm .rightcol {
        float: right;
        width: 48%;
    }

        .popupForm .leftcol input[type="text"],
        .popupForm .rightcol input[type="text"] {
            width: 94%;
        }

    .popupForm label {
        font-size: 14px;
        color: #4d4d4d;
        margin: 0 0 6px;
        display: block;
    }

.formfeildRow {
    display: block;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.popupForm textarea {
    height: 90px !important;
}

.popupForm input[type="text"],
.popupForm input[type="password"],
.popupForm select,
.popupForm textarea {
    border: 1px solid #DFDFDF;
    border-radius: 5px;
    float: left;
    height: 20px;
    padding: 5px;
    width: 97%;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
}

.popupForm input[type="button"] {
    font-family: 'Open Sans',sans-serif;
    border-radius: 3px;
    color: #FFFFFF;
    float: left;
    font-size: 20px;
    font-weight: 800;
    margin: 0 6px;
    padding: 5px 20px;
    text-align: center;
    text-transform: uppercase;
    background: none repeat scroll 0 0 #F76A60;
    transition: all 0.5s ease-in-out 0s;
}
/*.popupForm input[type="submit"]{
	font-family: 'Open Sans',sans-serif;
	border-radius: 3px;
	color: #FFFFFF;
	float: left;
	font-size: 20px;
	font-weight: 800;
	margin: 0 6px;
	padding: 5px 20px;
	text-align: center;
	text-transform: uppercase;
	background: none repeat scroll 0 0 #F76A60;
	transition: all 0.5s ease-in-out 0s;
}*/
/*#dialog-successMeg > a {
    font-family: 'Open Sans',sans-serif;
	border-radius: 3px;
	color: #FFFFFF;
	float: left;
	font-size: 20px;
	font-weight: 800;
	margin: 0 6px;
	padding: 5px 20px;
	text-align: center;
	text-transform: uppercase;
	background: none repeat scroll 0 0 #F76A60;
	transition: all 0.5s ease-in-out 0s;
}*/
.ui-dialog input[type="button"] {
    font-family: 'Open Sans',sans-serif;
    border-radius: 3px;
    color: #FFFFFF;
    float: left;
    font-size: 20px;
    font-weight: 800;
    margin: 0 6px;
    padding: 5px 20px;
    text-align: center;
    text-transform: uppercase;
    background: none repeat scroll 0 0 #F76A60;
    transition: all 0.5s ease-in-out 0s;
}

.thanku {
    color: #f76a60;
    font-size: 22px;
    font-family: 'Open Sans',sans-serif;
    height: auto !important;
    text-align: center;
    padding: 30px;
}

.mastersErrorMsg {
    position: absolute;
    top: 34px;
    left: 0;
    margin: 0 !important;
    color: #f00;
}

.status-update {
    border: 1px solid #AAAAAA;
    border-radius: 3px;
    width: 500px;
    position: relative;
    display: block;
    margin: 0 auto;
    top: 50%;
    background: #fff;
    padding: 20px;
}

.status-cont {
    width: 100%;
}

.status-msg {
    border: 1px solid #acd9b0;
    border-radius: 5px;
    padding: 10px;
    color: #46754a;
    font-weight: bold;
    background: #e3fbe5;
    text-transform: capitalize;
}

    .status-msg span {
        background: url(../images/successMsg.png) no-repeat left top;
        padding-left: 30px;
    }

.status-update .close {
    background: url(../images/myJobClose-bt-1.png) no-repeat left top;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
}

/*change password*/
.change-password-content {
    width: 100%;
    float: left;
    padding-top: 20px;
    border: 1px solid #ccc;
}

.field-row {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

    .field-row label {
        float: left;
        margin: 0 8px 0 0;
        padding: 5px 0;
        text-align: right;
        width: 230px;
    }

    .field-row .field-outer {
        float: left;
    }

        .field-row .field-outer .txtfield {
            background: #fff;
            border: 1px solid #a6a6a6;
            color: #5b5b5b;
            height: 24px;
            padding: 0 5px;
            width: 255px;
        }

.error-message {
    width: 100%;
    float: left;
    color: #e41d1d;
    margin: 5px 0 0 0;
}

.error-messagecustomer {
    color: #e41d1d;
    margin: 5px 0 0 0;
    text-align: left;
}

.submit_btn {
    background: url("../images/blueBTN.jpg") repeat-x scroll left top #057ec3;
    border-radius: 7px;
    color: #fff;
    font-weight: 600;
    height: 35px;
    line-height: 35px;
    padding: 0 18px;
    text-align: center;
    text-transform: uppercase;
    margin: 0px;
    font-family: 'Open sans';
}

.margin-rgt {
    margin-right: 10px;
}

fieldset {
    border: none;
}
/*change password*/
footer.footer-content {
    width: 100%;
    float: left;
    text-align: center;
    margin: 10px 0 0 0;
    font-size: 12px;
    background: #3f3f3f url(../images/footer_bg.jpg) repeat-x left top;
    height: 70px;
    color: #fff;
    padding: 30px 0 0 0;
}

    footer.footer-content a {
        color: #fff;
    }

        footer.footer-content a:hover {
            color: #fff;
            text-decoration: underline;
        }
/*sticky footer*/

html, body {
    height: 100%;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%; /* margin: 0 auto -50px; the bottom margin is the negative value of the footer's height */
}

.footer-content, .push {
    height: 100px; /* .push must be the same height as .footer */
}

/*
Sticky Footer by Ryan Fait
http://ryanfait.com/
*/

/*sticky footer*/

/*add new invoice*/
.add-invoice-content {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.graybox-outer {
    width: 97.5%;
    padding: 10px 1%;
    float: left;
    margin: 0 0 20px 0;
    border: 1px solid #ccc;
}

.graybox-title {
    width: 98%;
    float: left;
    margin: 0 0 20px 0;
    background: #e9f7f9;
    padding: 5px 1%;
}

.graybox-outer h2 {
    font-size: 15px;
    font-weight: 600;
    width: 50%;
    float: left;
}

.required-note {
    text-align: right;
    width: 50%;
    float: left;
    line-height: 22px;
}

    .required-note span {
        color: red;
    }

.existing-contact {
    width: 100%;
    float: left;
}

.new-contact {
    width: 100%;
    float: left;
}

.or-text {
    float: left;
    margin: 0 0 0 10px;
}

    .or-text a {
        color: #1f9fd9;
    }

        .or-text a:hover {
            text-decoration: underline;
        }

.or-text2 {
    float: left;
    margin: 0;
}

    .or-text2 a {
        color: #1f9fd9;
    }

        .or-text2 a:hover {
            text-decoration: underline;
        }

.left {
    float: left;
}

.margin-bot-none {
    margin-bottom: 0px;
}

.cal-icon {
    float: left;
    margin: 3px 0 0 10px;
}

.help-icon {
    float: right;
    margin: 2px 0 0 10px;
    cursor: pointer;
}

.moreoptions-content {
    width: 100%;
    float: left;
    padding: 5px 0 0 0;
}

    .moreoptions-content #options_toggle {
        width: 100%;
        float: left;
        border-bottom: 1px solid #ccc;
        height: 35px;
    }

#options_toggle .moreoption-btn-outer {
    background: #057ec3 url(../images/blueBTN.jpg) left top repeat-x;
    float: left;
    width: 136px;
    border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
    -khtml-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
}

#options_toggle.down.up .moreoption-btn {
    font-weight: 600;
    color: #fff;
    text-align: left;
    height: 35px;
    line-height: 35px;
    padding: 0 10px 0 10px;
    width: 116px;
    float: left;
    cursor: pointer;
    text-transform: uppercase;
    background: url(../images/moreoptions_up.png) no-repeat right 14px;
}

#options_toggle.down .moreoption-btn {
    font-weight: 600;
    color: #fff;
    text-align: left;
    height: 35px;
    line-height: 35px;
    padding: 0 10px 0 10px;
    width: 116px;
    float: left;
    cursor: pointer;
    text-transform: uppercase;
    background: url(../images/moreoptions_down.png) no-repeat right 14px;
}

#options_toggle .moreoption-note {
    float: right;
    line-height: 35px;
}

.moreoptions-inner {
    background: #f9f9f9;
    width: 96%;
    float: left;
    padding: 10px 2%;
    margin-bottom: 8px;
}

.inovoice-email-row {
    float: left;
    padding: 5px 0 0 0;
    margin-bottom: 5px;
}

.checkbox-outer {
    float: left;
    margin: 0 5px 0 0;
}

    .checkbox-outer type[checkbox] {
        margin: 6px 0 0 0px !important;
    }

.checkbox-text-outer {
    float: left;
    width: 500px;
}

.checkbox-text {
    float: left;
}

.sub-info {
    float: left;
    font-size: 11px;
    color: #777;
    width: 50%;
}

.moreoption-checkbox-outer {
    width: 100%;
    float: left;
    padding: 5px 0 0 0;
}

    .moreoption-checkbox-outer .note {
        margin: 1px 0 0 0px !important;
    }

.add-invoice-outer {
    width: 100%;
    float: left;
}

    .add-invoice-outer .submit_btn {
        margin-right: 10px;
    }

.submitarea_note {
    width: 100%;
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}

.field-row label span {
    color: #ff0000;
    margin: 0 0 0 3px;
}

/*.checkbox-field-row {
    width: 100%;
    float: left;
}

    .checkbox-field-row label {
        float: left;
        margin: -5px 8px 0 0;
        padding: 5px 0;
        text-align: right;
        width: 230px;
    }*/

.field-row .field-outer .textarea {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #a6a6a6;
    color: #5b5b5b;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    height: 100px;
    padding: 5px;
    width: 255px;
}
/*add new invoice*/

/*Change background image of calendar and confirmation box*/
.ui-widget-header {
    background: url("/Assets/images/blueBTN.jpg") repeat-x scroll 50% 50% #057ec3 !important;
}

.cal-icon {
    float: left;
    margin: 3px 0 0 10px;
}

.drop-down {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #a6a6a6;
    float: left;
    padding: 3px 25px 3px 3px;
    color: #5b5b5b;
}


:root .drop-down {
    padding: 3px \0/9;
}


/*Invoice Draft*/
.inner_rightbtn_outer {
    width: 100%;
    float: left;
    margin: 8px 0 0 0;
    padding: 0;
}

    .inner_rightbtn_outer li {
        width: auto;
        display: inline;
        text-align: right;
        margin: 0;
        padding: 4px 10px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        -moz-border-radius: 5px;
        background: #098ace;
        color: #fff;
    }

        .inner_rightbtn_outer li:hover {
            background: #bfbfbf;
        }

        .inner_rightbtn_outer li a {
            color: #fff;
        }

.invoice_draft_left {
    width: 69%;
    float: left;
    margin: 0;
    padding: 1.5%;
    border: 1px solid #ccc;
}

.invoice_draft_right {
    width: 22%;
    float: right;
    margin: 0;
    padding: 1.5%;
    background: #E9F7F9;
    border: 1px solid #ccc;
}

.invoice_dr_value {
    width: 100%;
    float: left;
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #bfd7db;
}

    .invoice_dr_value span {
        width: 100%;
        margin: 0;
        padding: 0;
        font-size: 14px;
    }

    .invoice_dr_value strong {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
        font-size: 24px;
        font-weight: bold;
        color: #0881c6;
    }

.ivs_sm {
    font-size: 18px !important;
    width: auto;
}

.invoice_dr_created {
    width: 100%;
    float: left;
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #bfd7db;
}

.invoice_dr_created_inn {
    width: 50%;
    float: left;
    margin: 0;
    padding: 0 0 0 0;
}

    .invoice_dr_created_inn span {
        width: 100%;
        margin: 0;
        padding: 0;
        font-size: 14px;
        float: left;
    }

    .invoice_dr_created_inn strong {
        width: 100%;
        margin: 0;
        padding: 0;
        font-size: 14px;
        float: left;
        font-weight: normal;
    }

.invoice_dr_contact {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #bfd7db;
}

    .invoice_dr_contact span {
        width: 100%;
        margin: 0;
        padding: 0;
        font-size: 14px;
        float: left;
    }

    .invoice_dr_contact strong {
        width: 100%;
        margin: 0;
        padding: 0;
        font-size: 14px;
        float: left;
        font-weight: normal;
    }

.draft_left_infobox {
    width: 95.5%;
    float: left;
    margin: 0;
    padding: 2%;
    background: #fdfbef;
    border: 1px solid #f5f1d4;
}

    .draft_left_infobox strong {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0 0 10px 0;
        font-size: 18px;
    }

    .draft_left_infobox p {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
    }

.draft_left_inntabmenu {
    width: 99.5%;
    float: left;
    margin: 20px 0 15px 0;
    padding: 0;
    background: #eff0f0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #ccc;
}

    .draft_left_inntabmenu ul {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
    }

        .draft_left_inntabmenu ul li {
            width: auto;
            float: left;
            margin: 0;
            padding: 0;
            display: inline-block;
            border-right: 1px solid #ccc;
        }

            .draft_left_inntabmenu ul li a {
                padding: 10px;
                display: block;
            }

                .draft_left_inntabmenu ul li a:hover {
                    background: #098ace;
                    display: block;
                    padding: 10px;
                    color: #fff;
                }

                .draft_left_inntabmenu ul li a.itm_1 {
                    padding: 10px;
                    display: block;
                    border-radius: 5px 0 0 5px;
                    -webkit-border-radius: 5px 0 0 5px;
                    -khtml-border-radius: 5px 0 0 5px;
                    -moz-border-radius: 5px 0 0 5px;
                }

                .draft_left_inntabmenu ul li a.itm_1_active {
                    padding: 10px;
                    display: block;
                    border-radius: 5px 0 0 5px;
                    -webkit-border-radius: 5px 0 0 5px;
                    -khtml-border-radius: 5px 0 0 5px;
                    -moz-border-radius: 5px 0 0 5px;
                    background: #098ace;
                    color: #fff;
                }

.invoice_maininn_outer {
    width: 96.5%;
    float: left;
    margin: 0 0 20px 0;
    padding: 1.5%;
    background: #e9f7f9;
    border: 1px solid #ccc;
}

.invoice_maininn_outer_topaddress {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #ccc;
}

.invoice_maininn_outer_topaddress_lt {
    width: 56%;
    float: left;
    margin: 0;
    padding: 0;
}

.invoice_maininn_outer_topaddress_rt {
    width: 39%;
    float: right;
    margin: 0;
    padding: 0;
}

.invoice_midddetails {
    width: 100%;
    float: left;
    margin: 0;
    padding: 15px 0 15px 0;
    border-bottom: 0px solid #ccc;
}

.invoice_midddetails_lt {
    width: 56%;
    float: left;
    margin: 0;
    padding: 0;
}

.invoice_midddetails_rt {
    width: 36%;
    float: right;
    margin: 0;
    padding: 1.5%;
    background: #fff;
}

    .invoice_midddetails_rt h2 {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
        font-size: 18px;
    }

    .invoice_midddetails_rt span {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
    }

    .invoice_midddetails_rt strong {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
        font-size: 22px;
        color: #098ace;
    }

.invoice_tableouter {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.top_grid_1 {
    background: #a4a4a4;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    height: 10px;
}

    .top_grid_1 td {
        border-right: 1px solid #828282;
        border-bottom: 1px solid #828282;
        padding: 5px 10px;
    }

.blue_btn_sm {
    background: #0883c7;
    margin: 0 2px;
    padding: 4px 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
}

.blue_btn_smform {
    background: #636363 !important;
    margin: 0 2px;
    padding: 4px 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff !important;
    float: none !important;
}

.invoice_bottouter {
    width: 100%;
    float: left;
    margin: 0;
    padding: 15px 0;
}

    .invoice_bottouter h2 {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
        font-size: 16px;
        color: #0883c7;
    }

    .invoice_bottouter span {
        color: #000000;
    }

.invoice_tableouter .grid_box td {
    padding: 7px 10px;
}

.popupboxContainer {
    width: 550px; /*margin: 100px auto 0 auto;*/
}

.popupBoxOuter {
    background: #45C8DC;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    float: left;
    width: 550px;
}

    .popupBoxOuter h3 {
        color: #ffffff;
        font-weight: 400;
        font-size: 16px;
        margin: 12px 13px 5px 13px;
    }

.popupBoxinnContent {
    background: #fff;
    margin: 5px;
    padding: 15px 0;
    float: left;
    width: 98%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
}

.popup_formrow_outer {
    width: 96%;
    float: left;
    margin: 6px 0;
    padding: 0 2%;
}

    .popup_formrow_outer label {
        width: 22%;
        float: left;
        margin: 0;
        padding: 4px 0;
        text-align: right;
    }

.popup_formrow_outer_rt {
    width: 76%;
    float: left;
    margin: 0;
    padding: 0 0 0 2%;
}

    .popup_formrow_outer_rt input {
        background: #fff;
        border: 1px solid #a6a6a6;
        color: #5b5b5b;
        height: 24px;
        padding: 0 5px;
    }

    .popup_formrow_outer_rt select {
        padding: 4px 0;
    }

.width_sm {
    width: 100px;
    margin: 0 10px 0 0;
}

.popup_formrow_outer_rt textarea {
    background: #fff;
    border: 1px solid #a6a6a6;
    color: #5b5b5b;
    height: 100px;
    padding: 0 5px;
    width: 85%;
}

.popup_formrow_outer_rt input[type="checkbox"] {
    float: left;
    margin: 0 10px 0 0;
}

.popup_formrow_outer_rt p {
    font-size: 12px;
}

.popup_formrow_outer_rt label {
    text-align: left;
    width: auto;
}

.addfromyour_top {
    background: #eff0f0;
    width: 100%;
    float: left;
    padding: 5px 0;
    margin: -15px 0 7px 0;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
}

.addfromyour_top_inn {
    float: right;
}

/*Invoice Draft*/


.nofound-msg {
    background: none repeat scroll 0 0 #fbf7b1;
    border-color: #efd85f;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 0 50px rgba(251, 215, 215, 0.75) inset;
    color: #443b13;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 1em;
    overflow: hidden;
    padding: 15px;
    text-align: left;
}

/*13 aug 2014*/
.profile-info {
    float: right; /*width: 850px;*/
    width: 30%;
}

.profile-name {
    float: left;
    font-size: 16px;
    height: 32px;
    color: #fff;
    padding: 5px 0;
    text-align: right;
    width: 100%;
    font-family: 'Open sans';
}

.profile-btn-outer {
    text-align: right;
    width: 100%;
    float: left;
}

.blackBTN_new {
    background: #4c4c4c;
    font-weight: 600;
    color: #fff;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    -moz-border-radius: 7px;
    padding: 0 10px;
    text-transform: uppercase;
    display: inline-block;
    font-size: 12px;
    font-family: 'Open sans';
}


/*13 aug 2014*/

.ui-widget-content {
    font-family: 'Open Sans',sans-serif !important;
    font-size: 12px !important;
}


/* Manage Project */
.addfromyour_top h4 {
    float: left;
    display: block;
    width: 50%;
}

.halfDiv {
    width: 50%;
    float: left;
    display: block;
}

.halfDiv_wrapper {
    width: 100%;
    display: block;
    float: left;
}

input.blue_btnNew {
    background: url("../images/blueBTN.jpg") repeat-x scroll left top #057ec3 !important;
    border-radius: 7px;
    color: #fff;
    font-weight: 600;
    height: 34px;
    padding: 0 18px;
    text-align: center;
    text-transform: uppercase;
}

.im_ltinne {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 0 4px 0;
}

.im_ltinne_lt {
    width: 25%;
    float: left;
    margin: 0 2% 0 0;
    padding: 0;
}

.im_ltinne_rt {
    width: 73%;
    float: left;
    margin: 0;
    padding: 0;
}


.PagedList-skipToPrevious a, .PagedList-skipToNext a, .PagedList-skipToFirst a, .PagedList-skipToLast a {
    padding-top: 2px !important;
}


.modal-open {
    overflow: hidden;
}

    body.modal-open,
    .modal-open .navbar-fixed-top,
    .modal-open .navbar-fixed-bottom {
        margin-right: 15px;
    }

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: auto;
    overflow-y: scroll;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -moz-transition: -moz-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-dialog {
    z-index: 1050;
    width: auto;
    padding: 10px;
    margin-right: auto;
    margin-left: auto;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.modal-header {
    min-height: 16.428571429px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.428571429;
}

.modal-body {
    position: relative;
    padding: 20px;
}

.modal-footer {
    padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer:before,
    .modal-footer:after {
        display: table;
        content: " ";
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer:before,
    .modal-footer:after {
        display: table;
        content: " ";
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }


    @media screen and (min-width: 768px) {
        .modal-dialog {
            right: auto;
            left: 50%;
            width: 600px;
            padding-top: 30px;
            padding-bottom: 30px;
        }

        .modal-content {
            -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        }
    }


    .cumtom-header.mainNavOuter .container {
        margin-bottom: 0;
    }

    .cumtom-header.mainNavOuter .topnav > ul {
        margin: -2px 0 0px 0;
    }

    .cumtom-header.mainNavOuter .topnav li .dropdown-menu li, .cumtom-header.mainNavOuter .topnav li .dropdown-menu li a {
        width: 100%;
        min-height: auto;
        padding: 0;
        margin: 0;
        text-align: left;
    }

        .cumtom-header.mainNavOuter .topnav li .dropdown-menu li a {
            padding: 5px 15px;
        }

            .cumtom-header.mainNavOuter .topnav li .dropdown-menu li a br {
                display: none;
            }

    .cumtom-header .dropdown-menu {
        background: #45c8dc !important;
    }



    /* menu changes*/
    .topnav a.invoice {
        background: url(../images/invoice.png) center 10px no-repeat;
    }

    .topnav a.invoicereport {
        background: url(../images/InvoiceReports-icon.png) center 10px no-repeat;
    }

    .topnav a.settings {
        background: url(../images/settings-icon.png) center 10px no-repeat;
    }

    .topnav {
        overflow: hidden;
        width: auto;
        display: inline-block;
    }

        .topnav ul li {
            float: left;
            text-transform: uppercase;
            margin-right: 20px;
            padding: 10px 0;
            min-height: 66px;
        }

        .topnav a {
            float: left;
            display: block;
            color: #f2f2f2;
            font-weight: 800;
            text-align: center;
            padding: 35px 16px 14px 16px;
            text-decoration: none;
            font-size: 13px;
            text-transform: uppercase;
        }

        .topnav .dropbtn.settings {
            padding: 35px 16px 14px 16px;
        }

        .topnav .active {
            background-color: #3FB8CB !important;
            color: white;
        }

        .topnav .icon {
            display: none;
        }

    .dropdown {
        float: left;
        overflow: hidden;
    }

        .dropdown .dropbtn {
            font-size: 13px;
            border: none;
            outline: none;
            color: white;
            padding: 14px 16px;
            background-color: inherit;
            font-family: inherit;
            font-weight: 600;
            text-transform: uppercase;
            margin: 0;
        }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #3FB8CB;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
        margin-top: 63px;
    }

        .dropdown-content a {
            float: none;
            color: black;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
            color: #fff;
            font-size: 13px;
            text-align: left;
        }

    .topnav a:hover, .dropdown:hover .dropbtn {
        background-color: #3FB8CB;
        color: white;
    }

    .dropdown-content a:hover, a:active {
        background-color: #45C8DC;
        color: #fff;
    }

    .dropdown:hover .dropdown-content {
        display: block;
    }

@media (min-width 1280px) and (max-width 1360px){
    .middel-section .controlOuter#showCustomer {    background:red;}
}
    @media screen and (max-width: 600px) {
        .topnav a:not(:first-child), .dropdown .dropbtn {
            display: none;
        }

        .topnav a.icon {
            float: right;
            display: block;
        }
    }

    @media screen and (max-width: 600px) {
        .topnav.responsive {
            position: relative;
        }

            .topnav.responsive .icon {
                position: absolute;
                right: 0;
                top: 0;
            }

            .topnav.responsive a {
                float: none;
                display: block;
                text-align: left;
            }

            .topnav.responsive .dropdown {
                float: none;
            }

            .topnav.responsive .dropdown-content {
                position: relative;
            }

            .topnav.responsive .dropdown .dropbtn {
                display: block;
                width: 100%;
                text-align: left;
            }
    }

    .middel-section {
        height: 37px;
        padding: 20px 10px 35px 10px;
    }

        .middel-section .dashBoard-topControl {
            margin-bottom: 0;
            margin-top: -5px;
            padding-bottom: 0;
        }

        .middel-section .controlOuter1 {
            /*width: 14%;*/
            float: left;
            margin-right: 0;
            margin-left: 0px;
        }

    #loader {
        top: 0;
        width: 100%;
        background: #000;
        height: 100% !important;
        position: fixed;
        padding: 20% 0 0 0;
        display: none;
        opacity: 0.7;
        text-align: center;
        left: 0;
    }

        #loader img {
            display: inline-block;
            width: 50px;
        }

    #showDate {
        margin-right: 0;
    }

.middel-section .controlOuter {
    /*width: 14%;*/
    width: 17%;
    float: left;
    margin-right: 0;
    /*margin-left: 10px;*/
    margin-left: 0;
}

        .middel-section .controlOuter#showCustomer {
            width: 31%;
            float: left;
            margin-left: 10px;
            margin-right: 0;
        }

        .middel-section .controlOuter#showInvoiceId {
            width: 37%;
            float: left;
            margin-left: 32px;
            margin-right: 0;
        }

        .middel-section .controlOuter#showDate {
            width: 51%;
            /*margin-left: 10px;*/
            margin-right: 0;
            float: left;
        }

    .middel-section .dashBoard-topControl {
        padding: 10px 0%;
    }
.width-custom {
    width: 69%;
}
    .width-custom select {
        width: 98%;
    }
.custom-width-show { width:14.5%;}
    .custom-width-show section {
        width: 75%;
    }

    .custom-width-show select {
        width: 100%;
    }
.custom-report-width .controlOuter1 .dropdownOuter select {
    width: 100%;
}
.custom-report-width .controlOuter1 {
    margin: 0 10px 0 0;
}

/*.topheading {
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
}

.companyDetails {
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
}

.details {
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
}*/

/*added content 24th sep 2018*/
.topheading {
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
}

.companyDetails {
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
}

.details {
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
}
/*added on 26.9.18*/
.btnSearch {
    /*margin: 0 0 0 10px;*/
    margin:-4px;
}

#txtSearch {
    margin-top: 6px;
    padding: 0px;
    margin-right: 5px;
}