﻿@charset "utf-8";
/* CSS Document */
.copytext {
    padding: 15px 0px;
}

.padtopzero {
    padding-top: 0px !important;
}

.searchfinal {
    margin-bottom: 10px;
}

.projectexpence .table {
}

.salesbilling .table {
}

.fileupload.input-validation-error a.file-input-wrapper {
    background: #f9e8e8 none repeat scroll 0 0 !important;
    border: 0px solid #b94a48 !important;
}
.radiobuttonbox label{padding-top:5px; margin-right:6px;
}
.btnfileuploadbox {
    display:flex; flex-direction:row; justify-content:flex-start; align-items:center;
}
.btnfileuploadbox a {
    cursor: pointer;
    margin: 0px 5px !important;
}

.headertopbox h5 {
    margin: 0px !important;
}

.left-text {
    text-align: left;
}

.expander img {
    margin-right: 10px;
}

table.table tr td.expandertr {
    padding-left: 28px;
}

.shadownone {
    box-shadow: none !important;
}

.table td {
    position: relative;
}

.brdrgray {
    border: 1px solid #e3e3e3;
}

.finalgrid .table tr th {
    border-bottom: 0px solid #6f85bf !important;
    padding: 7px;
    font-size: 12px;
}

.padtop5 {
    padding-top: 5px !important;
}

.searchfinal .select2-container {
    width: 100% !important;
}

.showdata .select2-container {
    width: auto !important;
}
.select2-results__options .select2-results__option--highlighted{background: #0889af!important}
.employeerole .select2-selection__choice__remove {
    display: none !important;
}

.select2-container--open {
    border: 0 none !important;
    padding: 0 !important;
    width: 100% !important;
    z-index: 9999999;
}

.modal-body .select2-container {
    z-index: 99999999 !important;
}

.footer {
    background: #ffffff none repeat scroll 0 0;
    border-top: 1px solid #e4e5e7;
    bottom: -50px;
    left: 0;
    padding: 10px 18px;
    position: absolute;
    right: 0;
    transition: all 0.4s ease 0s;
}

    .footer.marleftzero {
        margin-left: 0px !important;
    }

.page-content {
    position: relative;
}

.iconmegh a {
    background: rgba(0, 0, 0, 0) url("/images/logo_meghtechnologies.png") no-repeat scroll left 3px;
    display: inline-block;
    height: 23px;
    margin-left: 4px;
    width: 20px;
}

.select2-selection__placehol {
    width: 100%;
    text-align: left;
    display: inline-block;
}

.navbar.navbar-fixed-top + .main-container {
    margin-top: 0px;
}

.main-container {
    padding-top: 40px;
}

    .main-container .page-content {
        min-height: 786px;
    }

.right-text {
    text-align: right;
}

.padbtmzero {
    padding-bottom: 0px !important;
}

.btnaddicon {
    background: #fff url("../../images/btn_add.png") no-repeat scroll 8px 9px !important;
    padding-left: 24px;
    border: 1px solid #7e3794;
    color: #7e3794;
}

    .btnaddicon:hover {
        color: #7e3794;
        border: 1px solid #b8b8b8;
        background: #e6e6e6 url("../../images/btn_add.png") no-repeat scroll 8px 9px !important;
    }

.dollarsign {
    width: 150px;
}

    .dollarsign input[type="text"] {
        display: inline-block;
    }

    .dollarsign input.aspNetDisabled[type="text"] {
        display: inline-block;
        width: 130px !important;
    }

.btnreseticon {
    background: #427fed url("../../images/btn_clear.png") no-repeat scroll 8px 8px !important;
    border: 1px solid #427fed !important;
    color: #fff !important;
    padding-left: 27px;
}

    .btnreseticon:hover {
        background: #4285f4 url("../../images/btn_clear.png") no-repeat scroll 8px 8px !important;
        border: 1px solid #427fed !important;
    }

.btncancelicon {
    background: url("../../images/btn_cancel.png") no-repeat scroll 8px 10px !important;
    padding-left: 24px;
    color: #fff;
}

    .btncancelicon:hover {
        background: url("../../images/btn_cancel.png") no-repeat scroll 8px 10px !important;
    }

.btnsaveicon {
    background: url("../../images/btn_save.png") no-repeat scroll 8px 8px !important;
    padding-left: 30px;
    color: #fff;
}

.bordered-blue {
    border-color: #04799b !important;
}

.well.with-footer {
    min-height: 500px;
}

.btnsaveicon:hover {
    background: url("../../images/btn_save.png") no-repeat scroll 8px 8px !important;
}

.pagination a {
    background-color: #fff;
    border-color: #ccc;
    color: #444;
    margin: 0 -1px 0 0;
}

.pagination a, .pagination span {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #337ab7;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}

.pagination span {
    border: 0px;
    background-color: #2dc3e8;
    border-color: #2dc3e8;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.pagination {
    float: right;
}

.paginationGrid td span {
    padding-top: 8px !important;
}

input[type="checkbox"]:checked ~ .text::before, input[type="radio"]:checked ~ .text::before {
    border-color: #ccc;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align: left;
}

.rightalign {
    text-align: right;
}

.createapplicationform .form-control{
        min-width: 125px !important;
    }
 .createapplicationform .table-textbox {
        min-width: 125px !important;
        max-width:200px !important;
    }    
    .createapplicationform input[type=radio] ~ .text {
        margin-right: 0px !important;
    }

/*.searchfinal .btn{padding:6px 10px!important;}*/
input[type=checkbox] ~ .text, input[type=radio] ~ .text {
    z-index: 1 !important;
}

.btnsearchicon {
    background: #3498db url("../../images/icon_btnsearch.png") no-repeat scroll 8px 9px !important;
    border: 1px solid #3498db !important;
    padding-left: 24px !important;
}

.contacticonedit {
    float: right;
    height: 15px;
}

.btneditmain {
    display: inline;
    margin-left: 5px;
}

table.fixedtable {
    table-layout: fixed;
}

table.table tr td, table.table tr th {
    white-space: nowrap;
}

.GridviewScrollItem tr td span {
    white-space: nowrap;
}

.name2 {
    float: left;
    width: 65%;
}

.clear {
    clear: both;
}
/*ul.sidebar-menu{overflow:visible!important;}*/
/*=================multi checkbox dropdown===================*/
.dropdown dd, .dropdown dt {
    margin: 0px;
    padding: 0px;
    width: 250px;
    word-break: normal;
    white-space: nowrap;
}

.dropdown ul {
    margin: -1px 0 0 0;
    z-index: 999999 !important;
    position: absolute;
    background: #fff;
}

dl.dropdown {
    margin-bottom: 0px !important;
}

.dropdown dd {
    position: relative;
}

.dropdown a, .dropdown a:visited {
    text-decoration: none;
    outline: none;
    font-size: 12px;
}

.dropdown dt a {
    background: #fff url(../images/select_img.jpg) no-repeat right 6px;
    display: block;
    padding: 0px 20px 0px 10px;
    min-height: 26px;
    line-height: 26px;
    border-radius: 0px !important;
    overflow: hidden;
    border: 0;
    width: 250px;
    border: 1px solid #d5d5d5;
    font-weight: normal;
    text-align: left;
}

.showdata .select2-container .select2-choice {
    height: 28px;
    line-height: 28px;
}

.searchfinal .showdata {
    padding-top: 5px !important;
}

.dropdown p {
    margin: 0px !important;
    padding: 0px !important;
}

.dropdown dt a span, .multiSel span {
    cursor: pointer;
    display: inline-block;
    padding: 0 3px 2px 0;
    color: #788288;
}

.dropdown dd ul {
    background-color: #fff;
    border: 0;
    color: #000;
    display: none;
    left: 0px;
    padding: 2px 15px 2px 4px;
    position: absolute;
    top: 2px;
    width: 250px;
    list-style: none;
    height: 200px;
    z-index: 99999;
    overflow: auto;
    font-size: 13px;
    border: 1px solid #5897fb;
}

.wdth100 {
    width: 95% !important;
}

.contactbrmbtm ul {
    border-left: 1px solid #5897fb;
    border-right: 1px solid #5897fb;
    border-bottom: 1px solid #5897fb;
    margin-top: -52px !important;
}

.ulborder ul {
    border-left: 1px solid #5897fb;
    border-right: 1px solid #5897fb;
    border-bottom: 1px solid #5897fb;
    margin-top: -52px !important;
}

.dropdown dd ul li input[type="checkbox"] {
    float: left;
    margin-right: 5px;
}

.dropdown span.value {
    display: none;
}

.dropdown dd ul li a {
    padding: 5px;
    display: block;
}

    .dropdown dd ul li a:hover {
        background-color: #fff;
    }

.multiselect .dropdown dd, .multiselect .dropdown dt, .multiselect .dropdown dd ul {
    width: 100%;
}

    .multiselect .dropdown dt a {
        width: 100%;
    }

.mutliSelect ul li label.chkval {
    width: 150px;
    text-align: left;
    font-weight: normal;
    color: #333;
}

.tdspecialclass div {
    display: inline-block;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_outer {
    height: 36px !important;
    padding-right: 4px;
    padding-top: 3px;
}

.ajax__tab_xp .ajax__tab_header {
    height: 35px !important;
    background-color: #eee;
    border: 0 none;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    margin-bottom: 0;
    margin-left: 0;
    top: 2px;
}

.martop5 {
    margin-top: 5px;
}
.martop25 {margin-top: 25px;
}
.width100 {width:100px!important; color:#fff; max-width:100px!important;
}
.martop10 {
    margin-top: 10px;
}

.inlineblock {
    width: 100%;
    display: inline-block;
}

.btnexelicon {
    margin-top: 7px;
}

.datashowbox {
    margin-top: 15px;
}

    .datashowbox a.btn-success, .showdatabox a.btn-success {
        margin-top: 8px;
    }

.tdspecialclass span a {
    float: left !important;
}

.floatnone {
    float: none !important;
}

.printicon {
    float: right;
    font-size: 18px;
    margin-left: 5px;
    color: #000;
}

.excelicon {
    margin-top: 4px;
    float: left;
}

.finaladdupdate input[type="text"], .finaladdupdate input[type="password"], .finaladdupdate .select2-container, .finaladdupdate .form-control {
    max-width: 256px;
    width: 100% !important;
}

.finaladdupdate .addformbox input[type="text"], .finaladdupdate .addformbox input[type="password"], .finaladdupdate .addformbox .select2-container {
    max-width: 100%;
    margin-bottom: 15px;
}

.finaladdupdate .companyddform input[type="text"], .finaladdupdate .companyddform input[type="password"], .finaladdupdate .companyddform .select2-container, .finaladdupdate .companyddform textarea {
    max-width: 100% !important;
}

.finaladdupdate .companyddform .select2-container {
    width: 100% !important;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu {
    min-width: 185px !important;
}
/***********************File Upload*****************************/
.btn-file, .btn-file:hover {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0px !important;
}

    .btn-file input {
        display: none;
    }

.clear {
    clear: both;
}

.form-horizontal .control-label {
    text-align: left !important;
}

.finaladdupdate .form-control {
    min-width: 256px;
}

.file_upload .input-group-btn {
    display: inline-block;
}

.file_upload .btn {
    padding: 8px 12px;
    background: #0889af !important;
    color: #fff !important;
    border-radius: 0px !important;
    border: none !important;
}

.file_upload .btn-file .file-input-name {
    display: none;
}
.form-group.file_upload .form-control, .form-group.file_upload input[type="text"] {
    max-width: 189px !important;
    min-width: 189px;
}
/*********************** new ajay css **************************/

.navbar .navbar-inner {
    margin-top: 55px !important;
}

.headermainbox {
    height: 75px;
    width: 100%;
    background: #0889af;
    z-index: 999;
    position: fixed;
    top: 0px;
    left: 0px;
    padding: 7px 10px 0px;
}

    .headermainbox img {
        float: left;
    }

    .headermainbox span.applicationtext {
        font-size: 20px;
        color: #fff;
        padding-left: 25px;
        border-left: 1px solid #fff;
        margin-top: 18px;
        margin-left: 20px;
        float: left;
    }

.headerrightbox {
    width: 50%;
    float: right;
    text-align: right;
    font-size: 13px;
    color: #fff;
    padding: 20px 10px;
}

    .headerrightbox span.profile {
        margin-right: 15px;
        border-right: 1px solid #fff;
        padding-right: 15px;
    }

    .headerrightbox a {
        color: #fff;
    }

.navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area .avatar {
    border-left: 2px solid #fff;
}

.page-sidebar .sidebar-menu .active a {
    color: #006c8c !important;
}

.searchfinal .form-control {
    font-size: 12px;
    height: 30px;
    line-height: 1.5;
    padding: 5px 10px;
}

.page-content {
    margin-top: 35px;
}

.page-sidebar.sidebar-fixed {
    top: 75px !important;
}

.btn-maroon, .btn-maroon:focus, .btn-maroon, .btn-maroon:hover, .btnaddicon, .btnaddicon:hover, .btnreseticon, .btnreseticon:focus, .btnreseticon:hover, .btncancelicon, .btn-danger.btncancelicon, .btncancelicon:hover, .btnsaveicon, .btn-success.btnsaveicon, .btnsaveicon:hover, .btn-info.btnSearchClear, .btn.btn-info.btnsearchicon, .btn-success:focus {
    background-color: #036c8b !important;
    border-color: #036c8b !important;
    color: #fff !important;
}

 .open .btn-danger.dropdown-toggle {
    background-color: #036c8b !important;
}

table tr td a.deletee {
    color: #333333 !important;
}

.searchfinal select, .searchfinal .select2-container .select2-selection--single, .searchfinal .select2-container--default .select2-selection--single .select2-selection__rendered,
.datashowbox .select2-container .select2-selection--single, .datashowbox .select2-container--default .select2-selection--single .select2-selection__rendered,
.tablegridselect .select2-container .select2-selection--single, .tablegridselect .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 30px !important;
    line-height: 27px !important;
    min-width: 125px !important;
}

.searchfinal .btn {
    padding: 5px 10px;
}

.paginationnew1 table.table-bordered, .paginationnew1 table.table-bordered td {
    border-top: 0px !important;
    background: #f2f2f2;
}

.loading-container {
    z-index: 2000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/white_trans.png) repeat left top !important;
}

.breadcrumb {
    margin-right: 0px;
}

.modal-header {
    border-bottom: 3px solid #1bb3d9;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
    line-height: 17px !important;
    position: absolute;
    right: 2px;
    top: 1px;
    width: 20px;
}

.well .header h4, .modal-title h4 {
    margin-bottom: 0px;
    font-size: 15px;
    color: #333333;
    font-weight: 600 !important;
}

.aspNetDisabled {
    padding-left: 15px;
    width: 100%;
}

.editinvoicebox .aspNetDisabled {
    padding-left: 0px;
    width: 100%;
}

.invoicebox .aspNetDisabled {
    padding-left: 0px !important;
}

.marginbtm15 {
    margin-bottom: 15px;
}

.marginbtm17 {
    margin-bottom: 7px;
}

.disnone {
    display: none;
}

.widget-body, .well {
    background: #fff !important;
}

.leadtracker .select2-container .select2-selection--single {
    height: 25px !important;
}

.leadtracker .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 20px;
}

.page-body.headertopbox {
    padding: 18px 20px 10px !important;
}

.padallzero {
    padding: 0px !important;
}

.marbtm15 {
    margin-bottom: 10px !important;
}

.martop7 {
    margin-top: 6px !important;
}

.marbtm5 {
    margin-bottom: 5px !important;
}

.marleft8 {
    margin-left: 8px;
}

input.aspNetDisabled[type="text"] {
    background-color: #eee;
    border: 1px solid #e4e5e7;
    border-radius: 4px;
    display: block;
    /*font-size: 14px;
    height: 34px;*/
    line-height: 1.42857;
    opacity: 1;
    padding: 6px 12px !important;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.datetimepickerone .input-group-addon {
    float: left;
    padding: 9px 7px 8px;
    width: 35px;
}

.datetimepickerone input[type="text"] {
    width: 80%;
}

.alert {
    margin-bottom: 10px;
}

.padrightzero {
    padding-right: 0px;
}

table.stockitem {
    margin-top: 15px;
}

    table.stockitem tr th {
        border-bottom: 3px solid #ccc;
        color: #6a6c6f;
        font-size: 15px;
        padding: 10px 0;
    }

    table.stockitem tr td {
        color: #6a6c6f;
        font-size: 14px;
        padding: 5px 0;
        vertical-align: top;
    }

    table.stockitem tr {
        border-bottom: 1px solid #ccc;
    }

        table.stockitem tr table tr {
            border-bottom: 0 none;
        }

.stocktransfer h1, .stocktransfer h2 {
    margin-top: 0px;
}

.form-control, select {
    position: relative;
    z-index: 5;
}

.autocompletedrop, .autocomplete_completionListElement {
    margin-top: -2px !important;
    margin-left: 2px;
}

.btnviewnotes {
    background: url(../../images/btnviewnotes.jpg) no-repeat left top;
    width: 128px;
    height: 34px;
    border: 0px;
    font-size: 0px;
}
/****************** tab ****************/
.ajax__tab_xp .ajax__tab_header {
    padding-left: 0px;
    font-size: 12px !important;
    background: #f2f2f2 !important;
}

.ajax__tab_inner, .ajax__tab_tab, .ajax__tab_outer {
    background: none !important; /*background: #EBEDF1 !important; */
    padding: 0px 10px 0px 10px;
    color: #595959;
}

.ajax__tab_active .ajax__tab_inner, .ajax__tab_active .ajax__tab_tab, .ajax__tab_active .ajax__tab_outer {
    background: none !important;
    background: #ffffff !important;
    color: #000000;
}

.ajax__tab_hover .ajax__tab_inner, .ajax__tab_hover .ajax__tab_tab, .ajax__tab_hover .ajax__tab_outer {
    background: none !important;
    background: #fafafa !important;
    color: #000;
}

.ajax__tab_xp .ajax__tab_tab {
    height: 20px !important;
    line-height: 16px;
}

.ajax__tab_tab {
    margin-top: 10px;
}

.ajax__tab_xp .ajax__tab_outer {
    height: 30px !important;
    border-top: 0px solid #cccccc;
    margin-right: -1px;
    color: #909090 !important;
}

.ajax__tab_xp .ajax__tab_body {
    padding: 8px 15px !important;
    border: #cccccc solid 0px !important;
    border-top: none !important;
    min-height: 300px !important;
    border-top: 0px solid #cccccc !important;
    background-color: #fbfbfb !important;
    box-shadow: 1px 0 10px 1px rgba(0, 0, 0, 0.3) !important;
    padding: 16px 12px !important;
    position: relative !important;
}

.actionbutton {
    width: 100%;
    display: block;
    text-align: right;
}

textarea.wdth1000 {
    max-width: 100% !important;
}

.fullwidthbtn a {
    width: 100%;
    margin-bottom: 5px;
}

.ajax__tab_xp .ajax__tab_inner {
    background: none !important;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_hover, .ajax__tab_xp .ajax__tab_header .ajax__tab_hover .ajax_tab_outer {
    background: none !important;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_active {
    position: relative;
    z-index: 5;
}

    .ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_tab {
        outline: none !important;
    }

.ajax__tab_xp .ajax__tab_header .ajax__tab_outer {
    border-bottom: #cccccc solid 0px;
    position: relative;
    z-index: 1;
    background: none !important;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_tab {
    background: none !important;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_outer {
    border-bottom: none;
    background: #fff !important;
    border-top: 2px solid #2dc3e8 !important;
}

.ajax__tab_panel .messesgarea, .ajax__tab_panel {
    margin-top: 15px;
    margin-bottom: 15px;
}

.searchfinal .showdata .select2-search--dropdown {
    display: none !important;
}

.navbar.navbar-fixed-top {
    z-index: 99999;
}

.page-sidebar.sidebar-fixed {
    z-index: 996;
}

.modal_popup {
    z-index: 999 !important;
}

.modalbackground {
    background-color: rgba(54, 54, 54, 0.5);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 998 !important;
}

.modal-body .radio {
    padding-left: 0px !important;
}

.name .control-label {
    margin-bottom: 5px;
    display: inline-block;
}

input[type="checkbox"], input[type="radio"] {
    display: none;
}

.myweek {
    display: inline-block;
    float: right;
}

    .myweek li {
        border: 1px solid #e6e6e6;
        float: left;
        list-style: outside none none;
        padding: 5px;
    }

        .myweek li a {
            display: block;
            height: 19px;
            padding: 0 4px;
        }

.teamcalendar tr td {
    padding: 6px 4px !important;
}

.selectboxman {
    float: left;
    width: 85%;
}

.usericonbox {
    float: left;
    padding: 6px;
    width: 14%;
}

.date {
    position: relative;
}

.amtvaluebox {
    background: #eeeeee none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    display: block;
    height: 33px;
    padding: 6px 10px;
    width: 150px;
}

.stockusage {
    border: 1px solid #ccc;
    float: left;
    margin-right: 50px;
    min-height: 50px;
    padding: 10px;
}

.panel-heading {
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px 15px 25px;
}

.disblock {
    display: block;
}

.marginbtm10 {
    margin-bottom: 10px !important;
}

.fullspan .aspNetDisabled {
    padding-left: 0px !important;
}

.divall .form-group span {
    width: 150px !important;
}

.divfirst .form-group span.name {
    float: left;
}

.divsecond {
    float: left;
    width: 50%;
}

.form-group span.name {
    display: block;
    text-align: left;
}

.invoicenum {
    width: 100%;
    text-align: left;
    display: inline-block;
}

.form-group {
    margin-bottom: 15px;
}

.varitionsmain .divfirst {
    width: 58% !important;
}

.divfirst {
    float: left;
    width: 30%;
}

.varitionsmain .divsecond {
    width: 38% !important;
}

.varitionsmain .divsecond {
    width: 38% !important;
}

.divsecond {
    float: left;
    width: 50%;
}

.companytab .btn-maroon {
    float: right;
    margin-left: 4px;
}

.checkbox-info .fistname span.text {
    width: auto !important;
}

.newtexbox input[type="text"] {
    display: inline-block;
    width: 60px !important;
}

.grayboxmain {
    background: #ffffff;
    padding: 15px;
    border: 1px solid #ccc;
}

.valuebox {
    background: #e5e5e5 none repeat scroll 0 0;
    display: inline-block;
    padding: 9px 10px;
    width: 100%;
    min-height: 37px;
}

.name span.control-label {
    display: inline-block;
    margin-bottom: 5px !important;
}

.projectquote .aspNetDisabled {
    height: auto !important;
}

.proinstdate .btneditinvoice {
    padding-top: 25px !important;
}

.elecpage .dateimgarea .dateimg input[type="text"] {
    display: inline-block;
}

.btninstallation {
    background: url(../../images/btn_installation.png) no-repeat left top !important;
    width: 162px;
    height: 32px;
    border: 0px;
    font-size: 0px;
}

.btnpicklist {
    background: url(../../images/btn_picklist.png) no-repeat left top !important;
    width: 107px;
    height: 32px;
    border: 0px;
    font-size: 0px;
}

.btneditinvoice {
    background: url(../../images/btn_editinvoice.png) no-repeat left top !important;
    width: 127px;
    height: 32px;
    border: 0px;
    font-size: 0px;
}

.createinvoice {
    background: url(../../images/btn_createinvoice.png) no-repeat left top !important;
    width: 145px;
    height: 32px;
    border: 0px;
    font-size: 0px;
}

.openinvoice {
    background: url(../../images/btn_openinvoice.png) no-repeat left top !important;
    width: 135px;
    height: 32px;
    border: 0px;
    font-size: 0px;
}

.borderone {
    border: 1px solid #ccc;
}

.padleftzero {
    padding-left: 0px !important;
}

.datevalidation {
    position: relative;
}

    .datevalidation .datecmp {
        position: absolute;
        left: 0px;
        top: 35px;
        width: 100%;
    }

.center-text {
    text-align: center !important;
}

.doller {
    display: inline-block;
}

.popheadclosebtn {
    width: 140px !important;
    float: right;
}

.marright15 {
    margin-right: 15px;
}

.modal-body .PanAddUpdate .name {
    width: 100%;
    display: block;
}

.loading-container.loading-inactive .loader {
    display: block !important;
}

.errormassage {
    color: #F00;
    border: 1px solid #F00 !important;
}

.greenborder {
    color: #060;
    border: 1px solid #060 !important;
}

.fileuploadmain .btn-default {
    background: none !important;
    border: 0px !important;
    color: #fff !important;
    padding: 0px !important;
}

.dropdown dd ul li input[type="checkbox"] {
    display: block !important;
    float: left;
    left: 0;
    margin-right: 5px;
    opacity: 1 !important;
    position: relative;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    background-color: #fff;
}

.paginationGrid td {
    background: #f5f5f5 !important;
}

.autocompletedrop, .autocomplete_completionListElement {
    background: #fff;
    border: 1px solid #ccc;
    max-height: 200px;
    overflow: auto;
    margin: 0px;
    padding: 0px 0px 0px 20px;
}

    .autocompletedrop li, .autocomplete_completionListElement li {
        margin: 0px 0px 5px;
        padding: 0px;
        list-style-type: none;
    }

.btnarrowbox {
    font-size: 20px;
    line-height: 16px;
    padding: 0 8px;
}

.arrowbutton {
    display: inline-block;
    float: left;
    padding-top: 5px;
    margin-right: 10px;
}

.finaladdupdate .stockorder .select2-container, .finaladdupdate .stockorder input[type="text"], .finaladdupdate .stockorder .form-control {
    max-width: 100% !important;
}

.searchfinal input[type="checkbox"] ~ .text, .searchfinal input[type="radio"] ~ .text {
    display: inline-block;
    font-weight: normal;
    line-height: 20px;
    margin: 0;
    min-height: 18px;
    min-width: 18px;
    position: relative;
    z-index: 11;
}

.searchfinal .btn-magenta input[type="checkbox"] ~ .text, .searchfinal .btn-magenta input[type="radio"] ~ .text {
    display: inline-block;
    font-weight: normal;
    line-height: 20px;
    margin: 0;
    min-height: 18px;
    min-width: 18px;
    position: relative;
    z-index: 11;
}

.searchfinal input[type="checkbox"]:checked ~ .text::before, .searchfinal input[type="radio"]:checked ~ .text::before {
    background-color: #ed4e2a;
    border-color: #fff;
    content: "";
    display: inline-block;
}

.searchfinal .btn-magenta input[type="checkbox"]:checked ~ .text::before, .searchfinal .btn-magenta input[type="radio"]:checked ~ .text::before {
    background-color: #bc5679;
    border-color: #fff;
    content: "";
    display: inline-block;
}

.searchfinal input[type="checkbox"] ~ .text::before, .searchfinal input[type="radio"] ~ .text::before {
    background-color: #ed4e2a;
    border: 1px solid #fff;
    border-radius: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #fff;
    content: " ";
    display: inline-block;
    font-family: fontAwesome;
    font-size: 11px;
    font-weight: bold;
    height: 12px;
    line-height: 10px;
    margin-bottom: 2px;
    margin-right: 5px;
    min-width: 12px;
    text-align: center;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
}

.searchfinal .btn-magenta input[type="checkbox"] ~ .text::before, .searchfinal .btn-magenta input[type="radio"] ~ .text::before {
    background-color: #bc5679;
    border: 1px solid #fff;
    border-radius: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #fff;
    content: " ";
    display: inline-block;
    font-family: fontAwesome;
    font-size: 11px;
    font-weight: bold;
    height: 12px;
    line-height: 10px;
    margin-bottom: 2px;
    margin-right: 5px;
    min-width: 12px;
    text-align: center;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
}

.btn-success, .btn-success:focus {
    color: #fff !important;
}

.showdata .select2-container, .showdata .select2-selection.select2-selection--single, .showdata .myval.select2-hidden-accessible, .showdata .select2-selection__rendered {
    width: 80px !important;
    min-width: 80px !important;
}

.searchfinal .showdata select, .searchfinal .showdata .select2-container .select2-selection--single, .searchfinal .showdata .select2-container--default .select2-selection--single .select2-selection__rendered {
    width: 80px !important;
    min-width: 80px !important;
}

.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
    border-radius: 0px;
}

.searchfinal .btnviewallorange .btn {
    padding: 4px 10px 4px !important;
}

.finalgrid .stockusage .table tr th {
    border-bottom: 0px !important;
}

.z_index_loader {
    z-index: 998 !important;
}

.postinstbox .statuspopup {
    margin-top: 24px;
}

.marleft10 {
    margin-left: 10px !important;
}

.page-sidebar .sidebar-menu li::before {
    background-color: #2dc3e8;
    bottom: 0;
    content: "";
    display: none;
    left: -4px;
    max-width: 4px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 4px;
}

.page-sidebar .sidebar-menu li:hover:note(.open)::before {
    background-color: #000 !important;
    bottom: 0;
    content: "";
    display: block;
    left: -4px;
    max-width: 4px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 4px;
}


  .marLeft20 {
        margin-left: 20px;
    }

    .datepicker {
        z-index: 9999999999 !important;
    }

    .detaildepartment {
        position: relative;
    }

        .detaildepartment .table tr td {
            position: relative;
        }

        .detaildepartment .table tr:nth-child(2) td .bootstrap-datetimepicker-widget {
            top: -150px !important;
            height: 250px !important;
        }

        .detaildepartment .table tr:nth-child(3) td .bootstrap-datetimepicker-widget {
            top: -250px !important;
            height: 250px !important;
        }
    .tablepersonalprofile .tableleft tr td, .tablepersonalprofile .tableright tr td {white-space:normal!important;
    }
    .tablepersonalprofile .tableleft {
        width: 49%;
        float: left;
    }
      .tablepersonalprofile  .tableright {
    width:49%; float:right;}
    .tablepersonalprofile  .tableright .marLeft20{margin-left: 0px!important; clear: both; display: block;}
    .bootstrap-datetimepicker-widget table td span { width:70px;}

@media screen and (min-width:1600px) {
    .main-container .page-content {
        min-height: 1000px;
    }
}


@media print {

    .col-md-4 {
        width: 33.33333333%;
        float: left;
        padding: 0px 15px;
    }

    .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border: 1px solid #ddd !important;
        background: none !important;
    }

    .table {
        width: 100% !important;
        border-right: 1px solid #ddd !important;
    }

        .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
            padding: 8px;
            line-height: 1.42857143;
            vertical-align: top;
            border-top: 1px solid #ddd !important;
        }

    #wrapper {
        min-height: 100px !important;
        margin-left: 0px !important;
    }

    .tableprint tr td {
        padding: 0px !important;
    }

    .paginationGrid {
        display: none;
    }

    .rooftype {
        width: 100%;
        border: 1px solid #000;
    }

    .printorder {
        display: none;
    }

    .page-content {
        margin-left: 0px !important;
    }

    .animate-panel {
        /*display: none;*/
    }

    .setting-container {
        display: none;
    }

    a[href]:after {
        content: none !important;
    }
}

.searchfinal .showdata.padtopzero {
    padding-top: 0px !important;
}

.width60px {
    width: 60%;
    display: inline-block;
}

.wdth200 {
    width: 300px !important;
}

.wdth211 {
    width: 211px !important;
}

.wdth230 {
    width: 230px !important;
}

.dollarsign input.aspNetDisabled[type="text"].wdth230 {
    width: 230px !important;
}

.wdth210 {
    width: 210px !important;
}

.wdth190 {
    width: 190px !important;
}

.martopzero {
    margin-top: 0px !important;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    color: #333 !important;
}

.form-control::-moz-placeholder {
    color: #333;
    opacity: 1;
}

.form-control::-webkit-input-placeholder {
    color: #333;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #333;
    opacity: 1;
}

.input-validation-error {
    border: 1px solid #e09e9e !important;
    background: #fcd9d9 !important;
}

.form-horizontal .control-label {
    padding-top: 2px !important;
}

.page-sidebar .sidebar-menu a {
    color: #333333 !important;
    font-weight: 600;
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    align-items:center;
    line-height:15px;
    max-width:225px;
}

.page-sidebar .sidebar-menu .active a .menu-icon {
    color: #006c8c !important;
}


.page-sidebar .sidebar-menu .active a {
    color: #006c8c !important;
    display: flex!important;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    line-height: 15px;
}

.page-sidebar .sidebar-menu .active ul.submenu li a {
    color: #737373 !important;
}

.page-sidebar .sidebar-menu .active ul.submenu li.active a {
    color: #006c8c !important;
}
/*.page-sidebar .sidebar-menu .submenu li.active > a {
    color: #ff6243;
}*/
.setting-container {
    height: 40px;
    position: absolute;
    top: 0px;
}

.iconmegh {
    text-align: center;
    line-height: 22px;
}

    .iconmegh a {
        background: url(../img/logo_meghtechnologies.png) no-repeat left 3px;
        width: 20px;
        height: 23px;
        display: inline-block;
        margin-left: 4px;
    }

.highlight {
    color: red;
}


input.input-validation-error, textarea.input-validation-error,
div.input-validation-error,
.input-validation-error ~ span.select2 span span {
    background: #f9e8e8 none repeat scroll 0 0 !important;
    border-color: #b94a48 !important;
}

.requireddropdown ~ span.select2 {
    background: #f9e8e8 none repeat scroll 0 0 !important;
    border: 1px solid #b94a48 !important;
}

.finaladdupdate input[type="text"].input-validation-error {
    background: #f9e8e8 none repeat scroll 0 0 !important;
    border: 1px solid #b94a48 !important;
}

.modal {
    z-index: 9999999 !important;
}

.finalgrid {
}

.divbackwhite {
    background-color: white;
    padding: 20px;
}
/*----------- manage document css 04-07-2017 -------------*/
#media-folder {
    border-radius: 5px;
    padding-top: 25px !important;
    font-size: 12px !important;
    font-style: bold;
    text-transform: uppercase;
    width: 195px;
    height: 150px;
    border-style: dotted;
    border: 2px dotted;
    margin-left: 0 !important;
    opacity: 0.7;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.btn .btn-app {
    border: 2px dotted;
}

#media-folder > i {
    font-size: 100px !important;
}

.btn.btn-app {
    position: relative;
    padding: 15px 5px;
    margin: 0 0 10px 10px;
    min-width: 80px;
    height: 60px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: center;
    color: #666;
    border: 1px solid #ddd;
    background-color: #fafafa;
    font-size: 12px;
}

    .btn.btn-app > .fa,
    .btn.btn-app > .glyphicon,
    .btn.btn-app > .ion {
        font-size: 20px;
        display: block;
        color: #000;
    }

    .btn.btn-app:hover {
        background: #f4f4f4;
        color: #444;
        border-color: #aaa;
    }

    .btn.btn-app:active,
    .btn.btn-app:focus {
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

.bg-navy {
    background-color: #001f3f !important;
}

.bg-black {
    color: #f9f9f9 !important;
}

.bg-navy {
    color: #f9f9f9 !important;
}
/*-----------End manage document css 04-07-2017 -------------*/


.themenoticeboard {
    color: #2dc3e8 !important;
}

.bordered-themenoticeboard {
    border-color: #4374e0 !important;
}

.task-state, .task-body, .task-creator {
    left: 20px !important;
}

.task-body {
    top: 50px !important;
}

.task-creator, .task-assignedto {
    top: 90px !important;
}

.task-item {
    max-height: 120px !important;
}


.textareasize {
    width: 256px;
    height: 80px;
    resize: none;
}

.profile-view-head {
    background-image: url('../../../../userfiles/image/pf.jpg');
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    font-size: 16px;
    font-weight: 300;
}

    .profile-view-head a {
        -webkit-border-radius: 50%;
        border: 10px solid rgba(256,256,256,0.3);
        display: inline-block;
    }

a {
    color: #707478;
}

.profile-view-head a img {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.profile-view-dis {
    color: #89817e;
    padding-top: 6px;
}

.profile-view-tab {
    width: 50%;
    float: left;
    margin-bottom: 10px;
    padding: 0 15px;
    font-size: 14px;
}

.profile-view-dis h1 {
    font-size: 22px;
    font-weight: 300;
    margin: 0 0 20px;
}

.required-field::before {
  content: "*";
  color: red;
  font-weight: 300;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}


.bg-color-red-Absent {
    background-color: #FF0000;
    color: #ffffff;
}

.bg-color-Present {
    background-color: #5BC85B;
    color: #ffffff;
}

.bg-color-holiday {
    background-color: #bdbdbd;
}

.radio_group .control-group {
    margin-top: 5px;
}

    .radio_group .control-group label {
        margin-right: 10px;
    }

.margin-top-20 {
    margin-top: 20px;
}

.recon_tab input[type="text"] {
    border: 0px;
    background: none;
    box-shadow: none;
    padding: 0px;
    height: auto;
}

.recon_tab tr td:nth-child(2) {
    width: 25%;
}

.recon_tab tr td:nth-child(3) {
    width: 25%;
}

.proceedings_table {
    margin-bottom: 10px;
}

    .proceedings_table tr th {
        font-size: 13px;
        width: 85px;
    }

    .proceedings_table tr td:nth-child(2) {
        width: 10px;
    }

.proceedings_table1 thead tr {
    border-left: 1px solid #000;
    border-top: 1px solid #000;
}

    .proceedings_table1 thead tr th {
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
        padding: 7px;
    }

.proceedings_table1 tbody tr td {
    border-left: 1px solid #000;
    padding: 3px;
}

    .proceedings_table1 tbody tr td:last-child {
        border-right: 1px solid #000;
    }

.proceedings_table1 tbody tr:last-child td {
    border-bottom: 1px solid #000;
}

.proceedings_table1 {
    margin-top: 20px;
}

.addrow {
    font-size: 15px;
    color: #ff6243;
    border: 1px solid #ff6243;
    padding: 5px 15px;
    display: inline-block;
    cursor: pointer;
}

    .addrow i {
        margin-right: 5px;
        font-size: 18px;
    }

.deleterow {
    text-align: center;
    font-size: 20px;
    color: #e74b37;
}

.pending_appeals {
    border-color: #11a9cc;
    background: #57b5e3;
    padding: 10px 15px;
}

    .pending_appeals a {
        color: #fff;
        font-size: 17px;
    }

        .pending_appeals a span {
            background: #0089ac;
            height: 25px;
            width: 25px;
            border-radius: 100%;
            padding: 5px 7px;
            margin-left: 10px;
        }

.btns .show {
    display: inline-block !important;
}

.form_grid_list tr th, .form_grid_list tr td {
    text-align: center;
    vertical-align: middle !important;
}
.form_grid_list tr th, .form_grid_list tr td.text-left {text-align:left!important;
}

    .form_grid_list tr td a i {
        font-size: 20px !important;
    }

table tr td a.edit {
    color: #57b5e3;
    margin: 0px 5px;
}

table tr td a.delete {
    color: #333333;
    margin: 0px 5px;
}

table tr td a.sheet_link {
    color: #ed4e2a;
}

.form_grid_list tr td a.btn.btn-xs i {
    font-size: 12px !important;
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

html, body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #fff;
}

h4 {
    color: #333333 !important;
}

h2 {
    font-size: 30px;
}

.lgoinpage {
    background: url(Content/Admin/images/loginback.jpg) no-repeat center top;
    background-size: cover;
    background-position: fixed;
    height: 100%;
    margin: 0px;
    padding: 0px;
    display: block;
}

.loginboxoage {
    width: 90%;
    border: 0px solid #000;
    display: block;
    margin: 0px auto;
    padding: 50px 0px;
    position: relative;
}

    .loginboxoage .loginblock {
        max-width: 400px;
        border: 0px solid #fff;
        min-height: 200px;
        float: right;
        min-width: 400px;
        margin-top: 80px;
    }

.formbox input[type="text"], .formbox input[type="password"] {
    background: #fff;
    border: 0px;
    height: 30px;
    width: 95%;
    display: block;
    margin-bottom: 10px;
    padding: 10px;
}

.clear {
    clear: both;
}

.formbox input[type="submit"] {
    background: #0297ad !important;
    color: #fff;
    border: 0px;
    padding: 15px 30px;
    font-size: 16px;
    float: right;
    cursor: pointer;
}

.formbox a {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    margin-top: 15px;
    display: inline-block;
}
.modal-body img {display:block; margin:0px auto;
}

.well .header h4, .modal-title h4 {
    margin-bottom: 0px;
    font-size: 15px;
    color: #333333 !important;
    font-weight: 600 !important;
}

.width100.btnupload {width:80px!important; max-width:80px;
}
.btnFlex {display:flex; flex-wrap:wrap; align-items:center}
.acceptreject {margin-right:5px;}
.acceptreject.rejectBtn {margin-left:5px;}
.CandidateName p {font-size:20px;}
.candidateBlock {padding: 25px 0px;}
#rejectionForm {margin-top:10px;}
#acceptationForm {margin-top:10px;}
.btnSaveCandidate {margin-top:10px;}
.candidateTab {min-height:500px;}


.img_401_box_area {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    padding: 60px 0px 0px 0px;
}

.img_401 {
    text-align: center;
}

    .img_401 img {
        max-width: 100%;
    }

.hd_401 {
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    color: #0889af;
    padding: 35px 0px 40px 0px;
}

.btn_401 a {
    display: inline-block;
    padding: 13px 17px;
    background: #0889af;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 500;
}

    .btn_401 a:hover {
        background: #056c8a;
    }
.candidateform .form-control{min-width:100%!important;
}
.table_number table{ border:none; width:100%; border-collapse:collapse; margin:10px 0px 20px 0px;}
.table_number table tr td{padding:3px;}
.table_number table tr td:first-child{ width:30px;}
.table_number table tr td:first-child div{width:20px; height:20px; border:#7b7878 solid 1px; display:flex; flex-direction:column; justify-content:center; align-items:center;}
.form_text_area textarea.form-control{height:80px; width:100%; max-width:100%; resize:none;}
.tital_small{display:block; padding-bottom:15px;}
.paddtop15{padding-top:15px;}
.paddbtm20{padding-bottom:20px;}
.paddbtm10{padding-bottom:10px; display:block;}
.ol_li1 ol{margin:0px; padding:5px 15px 0px 15px;}
.ol_li1 ol li{padding-bottom:7px;}
.ol_li1 ol li:last-child{padding-bottom:0px;}
.marginnone_form-group .form-group{margin-left:0px; margin-right:0px;}
/*CandidateDetails show smiley icons*/
.img_td {
    padding-left: 20px;
}

    .img_td img {
        max-width: 25px;
    }

    .img_td span.greay {
        opacity: 1;
        padding-right: 5px;
        filter: grayscale();
    }

    .img_td span.active {
        opacity: 1;
        padding-right: 5px;
    }

        .img_td span.active img {
            /*max-width: 25px;*/
        }
/*End CandidateDetails show smiley icons*/
/*Candidate Probation Approval Details Select smiley icons*/
.list_new {
    padding-bottom: 20px;
}

    .list_new input[type=checkbox] ~ .text, .list_new input[type=radio] ~ .text {
        position: relative;
        margin: 0px auto;
        width: 63px;
        cursor: pointer;
    }

        .list_new input[type=checkbox] ~ .text:before, .list_new input[type=radio] ~ .text:before {
            position: absolute;
            left: 23px;
            top: 70px;
        }

    .list_new .form-group {
        text-align: center;
    }

        .list_new .form-group .control-label {
            padding-bottom: 4px;
            text-align: center !important;
            min-height: 42px;
        }

    .list_new.row .col-md-3 {
        width: 20%;
    }
/*End Candidate Probation Approval Details Select smiley icons*/
/*Feed Back Form Colour Code Start*/
.bg_colordiv {
    text-align: center !important;
    color: #000;
    margin-bottom: 5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 3px;
}

    .bg_colordiv i {
        width: 20px;
        height: 20px;
        margin-right: 7px;
        display: block;
    }
/*Feed Back Form Colour Code End*/
.boxlist{padding: 30px 0px 0px 0px; margin-bottom: -15px;}
.boxlist .card{background: #f1f1f1; border: #ddd solid 1px; border-radius: 12px; margin-bottom: 15px;}
.boxlist .card a{ padding: 10px 15px; display: block; text-decoration: none!important;}
.boxlist .card h4{display: flex; justify-content: space-between;}
.boxlist .card h4 span{width:70%;}
.boxlist .card h4 strong{width:30%; font-weight: 600; text-align: right;}
.boxlist .card.yellow a strong { color: #d7ac4d!important;}
.boxlist .card.blue a strong{ color: #4d64d7!important;}
.boxlist .card.green a strong{ color: #4dd758!important;}
.specialClass1{display:flex; justify-content:flex-start; align-items:center; padding-top:10px;}
.specialClass1 .divComman{padding-right:15px;}
.specialClass1 .divComman:last-child{padding-right:0px;}
.specialClass1 .divComman.paddtopset1{margin-top:-17px; text-align:center;}