﻿body {
    color: #242424 !important;
}

form {
    width: 100%;
}

textarea:focus {
    outline: none;
}

.nav-tabs,
.nav-pills {
    position: relative;
}

.none {
    display: none;
}

pre {
    overflow-x:auto;
    white-space:pre-wrap;
    word-wrap:break-word;
}

.backdrop:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1500;
    background-color: rgba(0, 0, 0, 0.05);
    pointer-events: none;
}

.flex-center {
    display: flex;
    align-items: center;
}

.btn.focus, .btn:focus, .btn:hover {
    box-shadow: none;
    cursor: pointer;
}

.card {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.breadcrumb-custom {
    padding-left: 5px;
    position: fixed;
    z-index: 100;
    width: 100%;
    top: 58px;
}

.row-align {
    padding: 65px 15px 0 15px;
    width: 100%;
    position: relative;
}

.col-align {
    margin: 70px 0 0 10px;
}

.text-decoration:hover {
    text-decoration:underline;
    color:#196bdd;
    cursor:pointer;
}

/*COMPANY MANAGEMENT*/
/*Company Primary Details*/
.required-label::after {
    content: " *";
    color: red;
    font-weight: bold
}


/*Loader*/
.loader {
    border: 16px solid #c3c3c3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: 40%;
    z-index: 10000000000000000000000000;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#CustomLoading {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    color: black;
    z-index: 10000000;
}

/*/*tabs*/
    .nav-tabs .nav-link {
    color: #62c370;
    background-color: white;
    border-bottom: 1px solid #ddd;
}

    .nav-tabs .nav-link.active {
        color: white;
        background-color: #62c370;
        /*border-color: white;*/
    }


/*company location*/
.location-align {
    height: 300px;
    width: auto;
}

/*company creation wizard*/
.boxshadow {
    -moz-box-shadow: 0 0 25px #ccc;
    -webkit-box-shadow: 0 0 25px #ccc;
    box-shadow: 0 0 25px #ccc;
    border-radius: 7px;
}

.setup-content-height {
    overflow: auto;
    height: auto;
    width: 100%;
}

.wizard-heading {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    background-color: #383731;
    color: white;
    width: 100%;
    text-align: center;
    padding: 5px;
    font-family: Arial;
    font-size: large;
    font-weight: bold;
}


/*ROLES MANAGEMENT*/

.show-lists {
    overflow-x: hidden;
    overflow-y:auto;
    height: 21em;
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
}

.lst-group {
    text-align: center;
    padding: 0 17px 17px 17px;
}

.pointer {
    cursor: pointer;
}

.No-Pointer
{
    pointer-events:none;
    cursor:not-allowed;
}

.not-allowed {
    cursor: not-allowed;
}




/*SYNCFUSION Scroll Bar*/
.e-scrollbar .e-vhandle:hover, .e-scrollbar .e-hhandle:hover {
    background-color: #bdbdbd;
    cursor: default;
    border-color: white;
}

.e-scrollbar .e-button:hover {
    background-color: #bdbdbd;
    color: #fff;
    border-color: #fff;
}



/*animation*/
.change {
    animation: fadein 3s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


/*quotation list*/
@media (min-width: 576px) {
    #finalized_quotaion .modal-dialog {
        max-width: 75em;
        margin: 30px auto;
    }
}

@media (min-width:576px) {
    #Sectionlist_quotation .modal-dialog {
        max-width: 85%;
        padding-left:3%;
    }
}


/*quotation builder*/

.quotationAreaBuilder-dropdown .dropdown-menu {
    min-width: 12em;
}

.quotationAreaBuilder-dropdown .dropdown-item.active, .quotationAreaBuilder-dropdown .dropdown-item:active {
    color: #212529;
    text-decoration: none;
    background-color: #fff;
}

.quotationAreaBuilder-dropdown .dropdown-item {
    display: inline;
    padding: 0 10px !important;
}

.spliter-open {
    padding-left: 26%;
    transition: ease-in-out .35s;
}

.spliter-close {
    padding-left: 15px;
    transition: ease-in-out .35s;
}

#table .form-control:focus {
    border-color: lightgrey;
    background-color: white;
    color: #242424;
}



#table .form-control {
    border: 1px solid transparent;
}

.indicator {
    background: white;
    position: relative;
}

.disabledindicator {
    background: #eae7e7;
    position: relative;
    z-index: 200;
}

.ValueChanged:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-top: 8px solid #ff9503;
    border-right: 8px solid transparent;
}

.saved:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-top: 8px solid red;
    border-right: 8px solid transparent;
}

.input-size {
    width: 100%;
    padding: 0px;
    border-radius: 0px;
    height: 30px;
    font-size: 1.05em
}

#table td input {
    height: 100%;
}

.highlight {
    font-weight: bold;
    text-decoration: underline;
}

.ratenotverified:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-top: 8px solid red;
    border-right: 8px solid transparent;
}

.dropdown-toggle::after {
    display: none;
}

.quotationBuilder-dropdown .dropdown-menu {
    min-width: 100%;
}

.quotationBuilder-dropdown .dropdown-item {
    display: table-cell;
    padding: 0 10px !important;
}

    .quotationBuilder-dropdown .dropdown-item.active, .quotationBuilder-dropdown .dropdown-item:active {
        color: #212529;
        text-decoration: none;
        background-color: #fff;
    }

#table td {
    padding: 0px;
    font-size: .8em;
    vertical-align: middle;
    height: 30px;
}

.text-wrap {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

#table th {
    padding: 10px;
    font-size: .8em;
    vertical-align: middle;
}

.trSelected {
    background-color: white;
    color: #242424;
}

#table .table-hover tbody tr:hover {
    background-color: transparent;
    border: 2px solid #62c370;
}

.dropdown-toggle::after {
    display: none;
}

@media (min-width:576px) {
    #discount_modal .modal-dialog {
        max-width: 60%;
    }
}




/*toggle switch*/
.switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 18px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 12px;
        width: 12px;
        left: 4px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #62c370;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

/*Dropdown for Quotation template*/

.quotationTemplateAreaBuilder-dropdown .dropdown-menu {
    min-width: 5em;
}

.quotationTemplateAreaBuilder-dropdown .dropdown-item {
    display: inline;
    padding: 0 10px !important;
}

    .quotationTemplateAreaBuilder-dropdown .dropdown-item.active, .quotationTemplateAreaBuilder-dropdown .dropdown-item:active {
        color: #212529;
        text-decoration: none;
        background-color: #fff;
    }


#QuotationTemplate_Table .form-control:focus {
    border-color: lightgrey;
    background-color: white;
    color: #242424;
}

#QuotationTemplate_Table td input {
    height: 100%;
}

#QuotationTemplate_Table .form-control {
    border: 1px solid transparent;
}

#QuotationTemplate_Table .table-hover tbody tr:hover {
    background-color: transparent;
    border: 2px solid #62c370;
}

#QuotationTemplate_Table td {
    padding: 0px;
    font-size: .8em;
    vertical-align: middle;
    height: 30px;
}

#QuotationTemplate_Table th {
    padding: 10px;
    font-size: .8em;
    vertical-align: middle;
}

#Product_updateunitrate_list tr th {
    padding: 5px 15px;
}

#Product_updateunitrate_list td {
    padding: 5px 15px;
    vertical-align:middle;
}

.td-border-red {
    border:2px solid red !important;
}

/*Login form*/
#contact_adminform {
    padding: 25px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 7px 1px #ccc;
    position: fixed;
    left: 26%;
    top: 40%;
    width: 48%;
}

#forgot_passwordform {
    width: 45%;
    border: 1px solid #ccc;
    padding: 2em;
    background-color: white;
    box-shadow: 1px 1px 7px 1px #ccc
}

#token_expired {
    position:fixed;
    left: 26%;
    top: 35%;
    width: 48%;
}

#reset_password {
    width: 45%;
    border: 1px solid #ccc;
    padding: 2em;
    background-color: white;
    box-shadow: 1px 1px 7px 1px #ccc
}


/*Customer Portal*/

#ProjectDetails_Table th {
    padding: 8px 15px;
    font-size: .8em;
    vertical-align: middle;
}

#ProjectDetails_Table td {
    padding: 5px 15px;
    font-size:.8em;
}

.table-hover tbody tr:hover {
    border: 2px solid #62c370 !important;
    background-color:transparent;
}

.table-style th {
    padding: 8px 15px;
    font-size: .8em;
    vertical-align: middle;
}

.table-style td {
    padding: 0px 15px;
    font-size: .7em;
}

.dot {
    height: 6px;
    width: 6px;
    border-radius: 50%;
    display: inline-block;
}

@media (min-width: 992px) {
    #feedbackTypeQuestion .modal-lg {
        max-width: 90% !important;
    }

    #modalquotation_addons .modal-lg {
        max-width: 90% !important;
    }

    #editProduct_Attribute .modal-lg {
        max-width: 90% !important;
    }

    #send_template .modal-lg {
        max-width: 65% !important;
    }

    #productdetails_modal .modal-lg {
        max-width: 90% !important;
    }

    #select_FileRepository .modal-lg {
        max-width: 90% !important;
    }

    #moduleTriggerList_modal .modal-lg {
        max-width: 80% !important;
    }

    #Create_activity .modal-lg {
        max-width: 80% !important;
    }

    #tag_newAddedFiles .modal-lg {
        max-width: 90% !important;
    }
}

.Attribute:hover {
    background-color: #90d499;
    color: white;
}

.Attribute-Value:hover {
    background-color: #90d499;
    color: white;
}

.selected-highlight {
    background-color: #62c370;
    color: white;
}

.highlight-Border{
    border:5px solid #62c370;
}

#tbl_manageBRlist td, #tbl_manageBRlist th {
    padding: 0.6em;
}

.tab-custom {
    border: 1px solid #ccc;
    border-bottom: 0px;
    padding: 10px 20px;
    border-radius: 4px 4px 0 0;
}

.tab-custom:hover{
    background-color: #62c370;
    color:white;
}

.tab-custom-active {
    background-color: #62c370;
    color:white;
}
.OnHoverHighlight:hover {
    background-color: #62c370 !important;
    color: white !important;
}

.OnHoverHighlightClick {
    background-color: #62c370;
    color: white;
}

.table td, .table th{
    vertical-align:middle !important;
}

.calendarPresentDay {
    background-color: #62c370;
    color: white;
    padding: 1px 8px;
    border-radius: 18px;
}

.calendatDateEventList {
    border: 1px solid #ccc;
    box-shadow: 0 1px 3px 0 rgb(60 64 67 / 30%), 0 4px 8px 3px rgb(60 64 67 / 15%);
    border-radius: 8px;
    width: 13em !important;
    transform: scale(1) !important;
}

.carousel-control-next, .carousel-control-prev {
    width: 6% !important;
    background-color:#ccc !important;
}