﻿.t2 {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s
}

.t5 {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s
}

::-webkit-input-placeholder {
    color: #ccc
}

:-moz-placeholder {
    color: #ccc
}

::-moz-placeholder {
    color: #ccc
}

:-ms-input-placeholder {
    color: #ccc
}

.form-actions {
    padding: 20px 15px;
    margin: 0;
    background-color: #f5f5f5;
    border-top: 1px solid #e7ecf1
}

label.required:after {
    content: '*';
    color: #ed1b2f;
    font-size: 0.85em;
    padding-left: 0.2em
}

.form-control.date-control {
    background: inherit
}

    .form-control.date-control.disabled {
        background: #eee
    }

.form-control.tt-input {
    color: #555
}

.btn-blue {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

    .btn-blue:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74
    }

    .btn-blue.focus, .btn-blue:focus {
        color: #fff;
        background-color: #286090;
        border-color: #122b40
    }

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.f-bold {
    font-family: 'Mitr',Tahoma,Arial,sans-serif;
    font-weight: 700;
    font-style: normal
}

.f-normal {
    font-family: Tahoma,Arial,sans-serif;
    font-weight: normal;
    font-style: normal
}

.f-head {
    font-family: Tahoma,Arial,sans-serif
}

.f-subhead {
    font-family: Tahoma,Arial,sans-serif
}

.a-left, .alignleft {
    text-align: left
}

.a-center, .aligncenter {
    text-align: center
}

.a-right, .alignright {
    text-align: right
}

.strikethrough {
    text-decoration: line-through
}

.underline {
    text-decoration: underline
}

.normal {
    font-weight: normal !important
}

.bold {
    font-weight: bold !important
}

.italic {
    font-style: italic !important
}

.fs-small {
    font-size: 11px
}

.nobr {
    white-space: nowrap !important
}

.captalize {
    text-transform: uppercase
}

.hidden, .display-none {
    display: none
}

.default-cursor {
    cursor: default
}

.pointer {
    cursor: pointer
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.screen-reader-text {
    display: none
}

.headlines {
    overflow: hidden;
    text-align: center
}

    .headlines .title {
        display: inline-block;
        padding: 0 15px;
        position: relative
    }

        .headlines .title:before, .headlines .title:after {
            background: #ccc;
            content: "";
            display: block;
            height: 1px;
            position: absolute;
            top: 50%;
            width: 400%
        }

        .headlines .title:before {
            right: 100%
        }

        .headlines .title:after {
            left: 100%
        }

.page-title {
    font-weight: 400;
    margin-top: 0
}

.help-block {
    font-weight: 300
}

.btn-ajax-submit .saving-text {
    display: none
}

.btn-ajax-submit.saving .default-text {
    display: none
}

.btn-ajax-submit.saving .saving-text {
    display: inline
}

@media screen and (max-width: 767px) {
    h1, .h1 {
        font-size: 30px
    }
}

html, body {
    position: relative;
    min-width: 320px
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased
}

label {
    font-weight: 400
}

.modal-title h4 {
    font-weight: 600
}

.page-header {
    margin-top: 20px
}

.modal-open[style] {
    padding-right: 0 !important
}

pre {
    font-size: 14px;
    font-family: Tahoma;
    background: transparent;
    padding: 7px 0;
    margin: 0;
    line-height: normal;
    word-break: normal;
    word-wrap: normal;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #252525
}

.navbar {
    border-radius: 0
}

#site-menu .navbar-header .navbar-brand {
    padding-top: 10px;
    padding-bottom: 10px
}

    #site-menu .navbar-header .navbar-brand img {
        width: 100px;
        height: auto
    }

#user-namecard {
    padding: 3px 20px
}

    #user-namecard .dealer {
        color: #999;
        font-size: 0.85em
    }

.fill-area {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch
}

.flexbox-item-grow {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.no-result {
    text-align: center;
    padding-top: 20px !important;
    padding-bottom: 20px !important
}

.w-pagination {
    text-align: center
}

.em-fcb .fancybox-skin {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

#site-footer {
    border-top: 1px solid #eee;
    margin: 40px 0 0;
    padding: 8px 0;
    font-weight: 300;
    font-size: 0.85em;
    color: #999
}

    #site-footer a {
        color: #ccc
    }

        #site-footer a:hover {
            color: #ae0e1d
        }

    #site-footer .copyright {
        text-align: center
    }

@media screen and (max-width: 991px) {
    #site-header .company {
        display: none
    }
}

@media screen and (max-width: 767px) {
    #site-header .company {
        display: inline
    }
}

.title {
    background-color: rgba(59, 56, 56, 0.7);
    font-size: 25px;
    color: white;
    padding: 5px;
    padding-left: 45px;
}

.body-title {
    font-weight: bold;
    padding: 5px;
    padding-left: 30px;
}

.contentbody {
    margin-top: 20px;
    margin-left: 30px;
    margin-right: 30px;
}

.btn-circle {
    background-color: #1d4b9f;
    padding: 6px 0px;
    border-radius: 8px;
    text-align: center;
    line-height: 1.42857;
}

.defaultText {
    background-color: #d8f1dc
}

.btn-next {
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    background-color: #3e3e3e;
    color: white;
    border-radius: 8px;
}

.btn-back {
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    background-color: #3e3e3e;
    color: white;
    border-radius: 8px;
}

.btn-save {
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    background-color: #385fa7;
    color: white;
    border-radius: 8px;
}
.btn-draftwait {
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    background-color: #299abe;
    color: white;
    border-radius: 8px;
}
.btn-draft {
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    background-color: #47be51;
    color: white;
    border-radius: 8px;
}

.btn-search {
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    background-color: #385fa7;
    color: white;
    border-radius: 8px;
}

.btn-print {
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    background-color: #9bc1c3;
    color: white;
    border-radius: 8px;
}

.btn-reject {
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    background-color: #d42d2d;
    color: white;
    border-radius: 8px;
}

.btn-approve {
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    background-color: #47be51;
    color: white;
    border-radius: 8px;
}

.btn-ques {
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    background-color: #299abe;
    color: white;
    border-radius: 8px;
}
.btn-delete {
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    background-color: #d42d2d;
    color: white;
    border-radius: 8px;
}
.btn-rollback {
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    background-color: rgba(237,125,49,1);
    color: white;
    border-radius: 8px;
}


.header_desc {
    color: #299abe;
    padding-left: 30px;
    font-weight: 700;
}


.totalbudget {
    color: #37baeb;
    font-weight: 900;
}

.approvebudget {
    color: #e9da35;
    font-weight: 900;
}

.processbudget {
    color: #ce53e6;
    font-weight: 900;
}

.promtBudget {
    color: rgba(237,125,49,1);
    font-weight: 900;
}


.branchbudget {
    color: #ae0e1d;
    font-weight: 900;
}


.btn-report {
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    background-color: #444444;
    color: white;
    border-radius: 8px;
}
/*# sourceMappingURL=main.css.map */

.loading_text {
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    margin-top: -10px;
    line-height: 20px;
    text-align: center;
    background-color:#fff;
    z-index:9999;
}

#preview {
    position: absolute;
    border: 1px solid #ccc;
    background: #333;
    padding: 5px;
    display: none;
    color: #fff
}