﻿
header {
    box-shadow: 0 0 1px rgba(84, 52, 46, 0.6);
    margin-bottom: 20px;
    height: 55px;
    /* background-color: rgba(248,80,50,1); */
}

.page-logo {
    float: left;
    padding: 10px 0;
    width: 240px;
    background-image: url('../../Images/image003.png');
}

.loginLogo {
    background-image: url('../../Images/image003.png');
    width: 240px;
    margin-top: 1px;
    background-repeat: round;
    height: 55px;
}

.layoutLogo {
    background-image: url('../../Images/image003.png');
    width: 240px;
    margin-top: 1px;
    background-repeat: round;
    height: 48px;
    float: left;
}

.page-logo img {
    width: 240px;
}

.right-navbar {
    float: right;
}

    .right-navbar ul {
        margin: 0;
        padding: 0;
    }

    .right-navbar li {
        padding: 19px 10px;
        list-style-type: none;
        display: inline-block;
        font-weight: bold;
    }

        .right-navbar li:hover {
            color: #5D5C5C;
        }

.page-container {
    /*color: #515153;
    position: absolute;
    width: 100%;
    bottom: 60px;
    top: 62px;
    overflow-y: auto;
    padding-top: 15px;*/
    width: 100%;
}


    .page-container::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }

    .page-container::-webkit-scrollbar {
        width: 12px;
        background-color: #F5F5F5;
    }

    .page-container::-webkit-scrollbar-thumb {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: gray;
    }



.breadcrumb {
    background-color: transparent;
    margin-bottom: 10px;
}


.panel-header {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 15px 8px;
    border-top: 3px solid #f85032;
    border-bottom: 1px solid #dedede;
    color: #616161;
}

.tab-content {
    border: 1px solid #ddd;
    border-top: none;
    padding: 10px;
    margin-top: -1px;
    background-color: #F9F9F9;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    color: white;
    background-color: #000000;
    font-weight: bold;
    text-align: center;
}

    footer p {
        padding: 15px;
    }

.pagination {
    margin: 0px 0 10px;
}

.panel-blank {
    position: relative;
    background-color: #fff;
    margin-bottom: 20px;
    /* border: 1px solid rgba(128, 128, 128, 0.53); */
    box-shadow: 0 2px 3px rgba(128, 128, 128, 0.53);
    border-radius: 0;
}


.search-field {
    position: absolute;
    right: 15px;
    width: 264px;
    top: 8px;
}

    .search-field i {
        color: #D02E2D;
    }

.main-tabs {
    position: relative;
}

    .main-tabs li i {
        padding-right: 4px;
    }


    .main-tabs li {
        position: static;
    }

    .main-tabs > li:hover {
        background-color: #F1F1F1;
    }

    .main-tabs > li > a {
        color: #fff;
        background-color: #464646;
        border-radius: 0;
        padding: 10px 24px;
        font-weight: bold;
    }

    .main-tabs li.active > a {
        border-top: 2px solid #D02E2D !important;
        background-color: #F9F9F9;
        color: #D02E2D !important;
        font-weight: bold;
    }

.subtabs li.active a {
    border-top: 0;
    background-color: #F9F9F9;
    color: #D02E2D !important;
    font-weight: bold;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #F9F9F9 !important;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    font-weight: bold;
}

.main-tabs > li > a:hover, .main-tabs > li > a:focus {
    border-top: 1px solid #D02E2D !important;
}

.main-tabs > li > a:hover, .main-tabs > li > a:focus {
    text-decoration: none;
    background-color: transparent;
    color: black;
}

.mainContent {
    background-color: #f5f5f5;
    margin: 0px 15px;
    border: 1px solid #d0d0d0;
    padding: 52px 15px 10px;
    margin-top: -1px;
    /*height: 100%;*/
}

/*.main-tabs > li > a:hover {
    background-color: #F9F9F9;
    border-top: 2px solid #D02E2D !important;
    color: #D02E2D;
    border-bottom: 0;
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
}*/

.subtabs li a:hover {
    border: none !important;
}

.icon-align {
    position: absolute;
    right: 10px;
    top: 10px;
}

.subtabs {
    position: absolute;
    width: 100%;
    left: 0;
    box-shadow: 0px 1px 1px #9E9E9E;
    z-index: 13;
    padding: -1px;
    background-color: #F9F9F9;
    font-size: 14px;
    display: none;
}

    .subtabs ul {
        padding: 0;
    }

.main-tabs li:hover .subtabs {
    display: block;
}

.sub-tabs ul li {
    list-style-type: none;
    display: inline-block;
    padding: 12px 20px;
    position: static;
    font-weight: bold;
    color: #808080;
    text-decoration: none;
}

    .sub-tabs ul li a {
        text-decoration: none;
        color: #808080;
    }

    .sub-tabs ul li.activelist a {
        color: #D02E2D;
    }

.subtabs ul li:hover {
    color: #D02E2D;
}

.priority-icon {
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    border-radius: 10px;
    margin: 0 6px;
}


.priority {
    float: left;
    width: 58px;
}

.high .priority-icon {
    background-color: #FF3838;
    box-shadow: inset 0px 0px 6px #5A3A3A;
}


.low .priority-icon {
    background-color: #359C00;
    box-shadow: inset 0px 0px 4px rgb(86, 86, 14);
}

.medium .priority-icon {
    background-color: #FFCC00;
    box-shadow: inset 0px 0px 4px rgb(86, 86, 14);
}

.Pending {
    padding: 4px 12px;
    /*background-color: #FF6A19;*/
    background-color: #DF8040;
    color: white;
    text-align: center;
    display: block;
}

.cancelled {
    padding: 4px 12px;
    background-color: #D02E2D;
    color: white;
    text-align: center;
    display: block;
}

.Partial {
    padding: 4px 12px;
    background-color: #009DCA;
    color: white;
    text-align: center;
}

.Unassigned {
    padding: 4px 12px;
    background-color: gray;
    color: white;
    text-align: center;
}

.PendingService {
    padding: 4px 12px;
    background-color: #DF8040;
    color: white;
    text-align: center;
    display: block;
}

.scheduled {
    padding: 4px 12px;
    background-color: #DF8040;
    color: white;
    text-align: center;
    display: block;
}

.accepted {
    padding: 4px 12px;
    background-color: green;
    color: white;
    text-align: center;
    display: block;
}

.completed {
    padding: 4px 12px;
    background-color: green;
    color: white;
    text-align: center;
    display: block;
}

.tdalign {
    text-align: center;
    width: 130px;
}

.nav-tabs > li > a:hover {
}

.login-container {
    width: 500px;
    margin: 0 auto;
    /* margin-top: 6%; */
    padding: 42px 90px;
    color: #9e9e9e;
    font-weight: normal;
    background-color: white;
    position: absolute;
    left: 50%;
    margin-left: -250px;
    top: 50%;
    margin-top: -242px;
    border: 1px solid #e0e0e0;
}

.login-panel-heading {
    text-align: center;
    margin-bottom: 15px;
}

    .login-panel-heading img {
        width: 254px;
    }

.btn-ghost {
    background-color: #D02E2D !important;
    font-weight: bold;
    color: #fff !important;
    width: 186px;
}

    .btn-ghost:hover {
        background-color: #D64847 !important;
        color: white !important;
    }


.label-control {
    position: relative;
    z-index: 0;
    font-weight: normal;
    top: 34px;
    left: 8px;
    pointer-events: none;
    transition: font-size 0.5s;
    transition: top 0.5s;
    color: #9e9e9e;
}

.label-control-focus {
    top: 0;
    font-size: 12px !important;
    color: #D02E2D;
}

.login-container label {
    font-weight: normal;
}

.login-container .form-group {
    margin-bottom: 30px;
}

.login-container .form-control {
    border: 0;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid #9e9e9e;
}

    .login-container .form-control:focus {
        border-bottom: 1px solid #D02E2D;
    }


label.checkboxCont input:checked + .checkbox {
    background: #D02E2D;
    border: 1px solid #D02E2D;
    color: #fff;
}

label.checkboxCont .checkbox, label.checkboxCont .radio {
    height: 14px;
    width: 14px;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    color: #fff;
    font-size: 11px;
    text-indent: .1em;
    line-height: 13px;
    font-weight: 600;
    border-radius: 3px;
    border: 1px solid #cfd6d9;
    margin-right: 3px;
}

.actions i {
    font-weight: 400;
    margin-right: 6px;
}

.btb, .btl, .btm, .bts, .fab {
    display: inline-block;
    font: normal normal normal 14px/1 "Black Tie";
    font-size: inherit;
    vertical-align: -0.28571429%;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
}

.bt-check:before {
    content: "\2714";
}

.checkboxCont .checkbox {
    margin: 3px 0 0 0;
}

label.checkboxCont input {
    display: none;
}

.export-items {
    display: inline-block;
    padding: 10px;
}

    .export-items i {
        font-size: 16px;
    }

.export-panel {
    position: absolute;
    right: 300px;
    top: 8px;
    font-weight: bold;
}


.export-items i:hover {
    color: #D02E2D;
}

.login-main {
    background-color: #EFEFEF;
    background-image: url('../../Images/SCM.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 100% 100%;
    position: absolute;
    top: 56px;
    bottom: 0;
}

.sub-tabs {
    top: 42px;
    display: none;
    position: absolute;
    z-index: 13;
    padding: -1px;
    background-color: #F9F9F9;
    font-size: 14px;
    left: 1px;
    box-shadow: 0px 1px 1px gray;
    right: 1px;
}

/*.k-state-active{
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    box-shadow: 0px 1px 1px #9E9E9E;
    z-index: 13;
    padding: -1px;
    background-color: #F9F9F9;
    font-size: 14px;
}*/



.search-form {
    width: 240px;
    position: relative;
}

.right-navalign {
    float: right;
}

    .right-navalign ul {
        padding: 0;
        margin-bottom: 0;
    }

        .right-navalign ul li {
            display: inline-block;
            list-style-type: none;
            padding: 0 10px;
            /*vertical-align: middle;*/
        }

.listicon-align {
    position: absolute;
    top: 7px;
    right: 15px;
}

.k-font-icon {
    font-size: 20px;
}



h1.grid-header {
    margin-top: 28px;
}

.btn {
    border-radius: 0;
}

a {
    cursor: pointer;
}

.forgot-pwd {
    margin-top: 16px;
}

/*#tabstrip li:hover .sub-tabs {
    display: block;
}*/
/*.activelist .sub-tabs {
    display: none;
}*/

.k-grid-header th.k-header {
    padding: 7px 4px !important;
    text-align: center !important;
}

/*.k-header, .k-treemap-title, .k-grid-header .k-header > .k-link {
        color: #fff !important;
    }*/

.k-grid-header th.k-header {
    padding: 7px 4px !important;
    text-align: center !important;
}

.k-tabstrip-items .k-item {
    position: static;
}


.k-tabstrip-items .k-loading {
    border-top: 1px solid transparent;
}

k-tabstrip-wrapper .k-widget {
    border: none;
}

.k-tabstrip-items {
    padding: 0;
}

    .k-tabstrip-items .k-item {
        position: static;
        border-radius: 0;
        padding: 0 10px;
        background-color: #dedede !important;
    }

.k-loading .k-complete {
    display: none;
}

.page-template {
    font-family: "DejaVu Sans", "Arial", sans-serif;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

    .page-template .header {
        position: absolute;
        top: 30px;
        left: 30px;
        right: 30px;
        border-bottom: 1px solid #888;
        color: #888;
    }

    .page-template .footer {
        position: absolute;
        bottom: 30px;
        left: 30px;
        right: 30px;
        border-top: 1px solid #888;
        text-align: center;
        color: #888;
    }

    .page-template .watermark {
        font-weight: bold;
        font-size: 400%;
        text-align: center;
        margin-top: 30%;
        color: #aaaaaa;
        opacity: 0.1;
        transform: rotate(-35deg) scale(1.7, 1.5);
    }

.k-grid-header {
    padding-right: 8px !important;
}

.k-grid-content table tbody tr:hover {
    background: #f5e0c6;
    color: #000;
}

.right-navalign .k-i-xls {
    font-size: 45px;
    color: #2F7336;
}

.right-navalign .k-i-file {
    font-size: 45px;
    color: rgb(168, 207, 255);
}

.right-navalign .k-i-pdfa {
    font-size: 45px;
    color: red;
}

.addwindow .k-font-icon {
    font-size: 30px;
    cursor: pointer;
}

.addwindow {
    margin-top: 8px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    box-sizing: border-box;
}

.clearfix {
    clear: both;
}

.btn-footer-group {
    float: right;
    margin-top: 20px;
    margin-bottom: 10px;
}

.k-autocomplete, .k-colorpicker, .k-combobox, .k-datepicker, .k-datetimepicker, .k-dropdown, .k-numerictextbox, .k-selectbox, .k-textbox, .k-timepicker, .k-toolbar .k-split-button {
    width: 100%;
}

.k-window-title {
    font-weight: bold;
    font-family: 'Lato',sans-serif;
}


.k-grid-content .k-state-selected {
    font-weight: bold;
}

.k-state-hover {
    background-color: #f5e0c6 !important;
}

.txt-underline:hover {
    text-decoration: underline;
}

.txt-underline {
    color: rgb(60, 148, 255);
    cursor: pointer;
}

#QuotesGrid .k-header.k-grid-toolbar {
    display: none;
}


.loadinggif {
    background: url('../../images/ProgressLoader.gif') no-repeat;
    background-color: #37E08A;
    background-position: 95% 50%;
}

.radio-inline .radio {
    display: inline-block !important;
}

.lbl-end-space span {
    display: inline-block !important;
    margin-right: 8px;
}

.lbl-end-space input {
    vertical-align: bottom;
}

.bottom-space {
    margin-bottom: 10px;
}

.upload-inline {
    display: inline-block !important;
}



h5 {
    font-family: 'Lato', sans-serif;
}




label, .k-button {
    font-family: 'lato',sans-serif;
}

.icon-right {
    margin-right: 10px;
    font-size: 18px;
    vertical-align: middle;
}

.btn-fix {
    min-width: 150px;
}

.k-i-pdfa {
    color: red;
}

.sub-tabs ul {
    left: 15px;
    right: 15px;
}

/*.k-tabstrip-items {
    border-bottom: 1px solid #d0d0d0;
}

.k-tabstrip:focus {
    box-shadow: none !important;
}

#tabstrip {
    border: none !important;
    background: transparent;
}*/

.k-tabstrip-items .k-state-active {
    border: none;
}

#tabstrip .k-tabstrip-items {
    height: 28px;
}

/*.k-tabstrip-items .k-item {
    border-top-left-radius: 5px;
    border-top-right-radius: 6px;
    border-top: 1px solid #d0d0d0;
    margin-top: -3px;
    border-right: 1px solid #d0d0d0;
    border-left: 1px solid #d0d0d0;
}

    .k-tabstrip-items .k-item.activelist {
        background-color: #f5f5f5 !important;
        margin-top: -2px;
    }

        .k-tabstrip-items .k-item.activelist > a {
            color: #888 !important;
        }

    .k-tabstrip-items .k-item a {
        color: black !important;
    }

.k-tabstrip-items .k-state-active {
    background-color: #9E9E9E;
}*/


.subtabs ul li {
    list-style-type: none;
    display: inline-block;
    padding: 20px;
    position: static;
    font-weight: bold;
    color: #808080;
}

.DisplayNone {
    display: none;
}


.sub-tabs ul li {
    margin-right: -4px !important;
}

.main-tabs > li.activelist > a {
    background-color: #F9F9F9;
    border-top: 2px solid #D02E2D !important;
    color: #D02E2D;
    border-bottom: 0;
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
}

/*.main-tabs > li.activelist > a::after {
  
    background-color: #D02E2D !important;
    color: #D02E2D;
    content:"";
    position:absolute;
    top:0;
    left:0;
    right:0;
   
    height:2px;
}*/



.icon-txt {
    font-size: 20px;
    font-weight: bold;
    margin-top: -43px;
    display: inline-block;
    vertical-align: sub;
    position: relative;
    top: -10px;
    left: 4px;
    font-family: 'lato',sans-serif;
}

.right-navalign .Q-button.InactiveQuote {
    font-size: 18px;
    background-color: #EE6E73;
    border-radius: 0px;
    border: 0;
}


    .right-navalign .Q-button.InactiveQuote:hover {
        font-size: 18px;
        background-color: #f7656b;
        box-shadow: 0 0 4px #494949;
        border: 0;
    }

.right-navalign .Q-button.activeQuote {
    font-size: 18px;
    background-color: #039be5;
    box-shadow: 0 0 4px #919191;
    border-radius: 0px;
    border: 0;
}

    .right-navalign .Q-button.activeQuote:hover {
        font-size: 18px;
        background-color: #3ab2ec;
        box-shadow: 0 0 4px #848383;
        border: 0;
    }





.right-navalign .Q-button.InactiveQuote:focus {
    box-shadow: none;
    border: 0;
    background-color: #f7656b;
}

.right-navalign .Q-button.activeQuote:focus {
    box-shadow: none;
    border: 0;
    background-color: #039be5;
}

.Q-button {
    color: white;
    padding: 6px 8px;
}

.csvFontTxt {
    position: absolute;
    top: 17px;
    font-size: 12px;
    background: #96c5ff;
    color: white;
    left: 14px;
    pointer-events: none;
}

.customBlock .col-md-1, .customBlock .col-md-10, .customBlock .col-md-11, .customBlock .col-md-12, .customBlock .col-md-2, .customBlock .col-md-3, .customBlock .col-md-4, .customBlock .col-md-5, .customBlock .col-md-6, .customBlock .col-md-7, .customBlock .col-md-8, .customBlock .col-md-9 {
    float: none;
    display: inline-block;
    vertical-align: top !important;
    margin-right: -4px !important;
}

.invalidMsg {
    padding: 5px;
    margin-bottom: 32px;
    border: 1px solid transparent;
    border-radius: 4px;
    border-color: #ffe79e;
    background-color: #ffe79e;
    color: #6b5100;
}


.divTable div {
    display: inline-block;
    width: 50%;
    padding: 4px 0;
    vertical-align: top;
}

.displayInline div {
    display: inline-block;
    padding: 4px 0;
    vertical-align: top;
}

.verticalText {
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    width: 9px !important;
    letter-spacing: 4px;
    width: 9px;
    font-weight: bold;
    word-break: break-word;
    margin-right: 20px;
}


.spaceMargin p {
    margin-bottom: 8px;
}

.AddressPanel {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.border-panel {
    border: 1px solid gray;
    padding: 4px;
    margin-bottom: 10px;
}


.panel-textbox {
    padding: 4px;
    border: 1px solid gray;
    height: 200px;
    margin-bottom: 10px;
}

.custom-table, .custom-table td, .custom-table th {
    border: 1px solid gray;
}

.custom-table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 10px;
}

    .custom-table th {
        text-align: left;
    }

.tableDesign {
    border: 1px solid gray;
    height: 140px;
    margin-bottom: 10px;
}

    .tableDesign div {
        display: inline-block;
        width: 33.334%;
        margin-right: -4px;
        border-bottom: 1px solid gray;
        border-left: 1px solid;
        padding: 4px;
    }

.signature {
    height: 40px;
    border-bottom: 1px solid gray;
    width: 90%;
}

.pdf-heading {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
}

.headingH4 {
    font-size: 14px;
    font-weight: bold;
    color: #D02E2D;
}

.pdf-right {
    position: absolute;
    right: 15px;
    top: 20px;
}

.CsvImg {
    background-image: url('../../Images/csv-xxl.png');
    width: 40px;
    height: 40px;
    background-size: cover;
    vertical-align: top;
    margin-top: -8px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.imgdownloadpdf {
    width: 24px;
}

.imgDeleteCentre {
    width: 21px;
}

.activelist > .sub-tabs {
    display: block;
}

.deleteimg {
    background-image: url('../../Images/32_delete.png');
    width: 20px;
    height: 20px;
    background-size: cover;
    vertical-align: top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}


input[type="text"]:disabled {
background-color:#f3f3f3;

}

input[type="text"]:read-only {
background-color:#f3f3f3;

}

textarea:disabled {
background-color:#f3f3f3;

}

.signatureNew {
    height: 30px !important;
    border-bottom: 1px solid gray;
}
 .label-status {
    font-size:19px;
    font-weight:bold;
    color:red;
    text-align:center;
    }

 
/*@media only screen and (max-width: 1076px) and (min-width:627px) {
    .activelist >.sub-tabs {
    top:84px; 
    }
}*/

/*@media only screen and (max-width: 626px) and (min-width:479px) {
    .activelist >.sub-tabs {
    top:124px !important;
    }
}*/

/*@media only screen and (max-width: 478px) and (min-width:364px) {        
    .activelist >.sub-tabs {
    top:204px !important;
    }
}*/

@media only screen and (max-width: 330px) {        
    .activelist >.sub-tabs {
    top:204px !important;
    }
}

header-space {
top:42px !important;
}


/*New Styles added on 12/7/2018*/
@media only screen and (max-width: 1399px) and (min-width:805px) {
    .activelist >.sub-tabs {
    top:84px; 
    }
}

@media only screen and (max-width: 804px) and (min-width:591px) {
    .activelist >.sub-tabs {
    top:84px !important; 
    }
}

@media only screen and (max-width: 591px) and (min-width:479px) {
    .activelist >.sub-tabs {
    top: 165px;
    }
}

@media only screen and (max-width: 479px) and (min-width:355px) {
    .activelist >.sub-tabs {
    top: 280px;
    }
}

   .columnStyle {
    overflow-x:auto;
    white-space: nowrap;
    overflow-y: hidden;
    }

    .columnStyle::-webkit-scrollbar {
       height: 4px;
        background-color: #F5F5F5;
        overflow-x:scroll;
        overflow-y:hidden;
    }
