﻿@charset "utf-8";

/* CSS Document */
/*@import url('font.css');*/
/***********Dashboard**************/
.dashboardlabel {
    display: inline-block;
    margin-bottom: .5rem
}
/*.ListViewTable table tr td, .ListViewTable table tr th {
    cursor: text !important;
}*/

select, input[type="checkbox"] {
    cursor: pointer !important;
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.8;
}

.divcardwhitebackground {
    background-color: white !important;
    font-size: 20px !important;
    width: 70% !important;
    /*margin-left:10px !important;*/
}

.divwidthcardMDs {
    width: 100% !important;
}

.divwidthcard {
    width: 100% !important;
}

.textfontsubheading {
    font-size: 12px !important;
    color: white !important;
}

.Datalisttable {
    width: 100%;
    border-collapse: collapse;
}

.ui-datepicker {
    z-index: 10001!important;
}

 /*Datalist css*/
    .Datalisttable .headerrowcolor {
        background: #3d5e5e !important;
        margin: 15px 0 0 0;
        color: white !important;
    }

    .Datalisttable td {
        /*padding: 1px;*/
        /*border: #4e95f4 1px solid;*/
        border: 1px solid #fff;
    }
    /* provide some minimal visual accomodation for IE8 and below */
    .Datalisttable tr {
        background: #b8d1f3;
    }
        /*  Define the background color for all the ODD background rows  */
        .Datalisttable tr:nth-child(odd) {
            background: #f2f1f1;
            height: 0px;
        }
        /*  Define the background color for all the EVEN background rows  */
        .Datalisttable tr:nth-child(even) {
            background: #f2f1f1;
        }
/*end Datalist css*/

.graylist {
    width: 16px;
    height: 16px;
    border: 1px solid gray;
    background: red;
    border-radius: 25px;
}

.blacklist {
    width: 16px;
    height: 16px;
    border: 1px solid black;
    background: black;
    border-radius: 25px;
}

.whitelist {
    width: 16px;
    height: 16px;
    border: 1px solid black;
    background: green;
    border-radius: 25px;
}

@media (min-width: 670px) {
    .divcardwhitebackground {
        background-color: white !important;
        font-size: 20px !important;
        width: 70% !important;
        margin-left: 10px !important;
    }

    .divwidthcardMDs {
        width: 27% !important;
        margin-left: 10px !important;
    }

    .divwidthcard {
        width: 30% !important;
    }

    .divhorizontalspace {
        width: 1% !important;
    }

    .threecolumn {
        float: left;
        width: 30%;
        padding: 10px;
        height: 100px;
    }

    .textfontsubheading {
        font-size: 15px !important;
        color: white !important;
    }
}


.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f8f9fc;
    border-bottom: 1px solid #e3e6f0
}

/*.card-header:first-child {
        border-radius: calc(.35rem - 1px) calc(.35rem - 1px) 0 0
    }*/
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

.row {
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    display: flex;
    /*-ms-flex-wrap: wrap;*/
    flex-wrap: wrap;
    /*margin-right: -.75rem;
        margin-left: -.75rem*/
}


.h3, h3 {
    font-size: 1.75rem
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

.bg-secondary {
    background-color: #858796 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #6b6d7d !important;
}



.bg-info {
    background-color: #36b9cc !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #2a96a5 !important;
}

.bg-warning {
    background-color: #f6c23e !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #f4b30d !important;
}

.bg-danger {
    background-color: #e74a3b !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #d52a1a !important;
}

.bg-light {
    background-color: #f8f9fc !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #d4daed !important;
}

.bg-dark {
    background-color: #5a5c69 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #42444e !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.bg-primary {
    background-color: #3d5e5e !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #2653d4 !important;
}

.chart-area {
    position: relative;
    height: 0rem;
    width: 100%;
}

.bg-success {
    background-color: #4c9e4e !important;
    /*background-color: #1cc88a !important;*/
}

.text-white {
    color: #fff !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #169b6b !important;
}

@media (min-width: 768px) {
    .chart-area {
        height: 5rem;
    }
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.text-primary {
    color: #3d5e5e !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #fff !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.card .card-header[data-toggle="collapse"]::after {
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 1.725rem;
    line-height: 51px;
    font-weight: 900;
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    color: #d1d3e2;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.card .card-header[data-toggle="collapse"].collapsed {
    border-radius: 0.35rem;
}

    .card .card-header[data-toggle="collapse"].collapsed::after {
        content: '\f105';
    }

.shadow-sm {
    -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(58, 59, 69, 0.2) !important;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(58, 59, 69, 0.2) !important;
}

.shadow {
    -webkit-box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e3e6f0;
    border-radius: 0.35rem;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .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-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.text-gray-800 {
    color: #5a5c69 !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

p,
h2,
h3 {
    orphans: 3;
    widows: 3;
}

h2,
h3 {
    page-break-after: avoid;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.text-xs {
    font-size: 14px !important;
    text-align: center;
}

.textsize {
    font-size: 14px !important;
    text-align: center;
}

.textfontheading {
    font-size: 50px !important;
    color: white !important;
}



/** {
    box-sizing: border-box;
}*/

/* Create three equal columns that floats next to each other */
.twocolumn {
    float: left;
    width: 50%;
    padding: 10px;
    height: 106px; /* Should be removed. Only for demonstration */
}

.threecolumn {
    float: left;
    width: 33.33%;
    padding: 10px;
    height: 100px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
/******End of dashboard***********/



.displayclass {
    display: none !important;
}

.excelicon {
    width: 32px;
    cursor: pointer;
}

.backbuttoncolor {
    background-color: #1f8c99;
}

.headersection {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    padding-left: 5px;
}

a, a label {
    cursor: pointer;
}

/*a:hover {
        color: #3d5e5e !important;
    }*/

.ms-drop label {
    text-align: left !important;
}

.textboxmultiline {
    text-align: left;
    border: 1px solid rgb(204, 204, 204);
    padding: 6px 16px;
    border-radius: 5px;
    margin-left: 0px;
    margin-right: 0px;
    height: 42px;
}

.fullWidthControl {
    width: 90%
}

.thirtyfivepercentsitemaster {
    width: 35% !important;
}

.dvheightsitemaster {
    height: 27px !important
}

.pagesinglecontrollabel {
    width: 12.5% !important;
    float: left !important
}

.popupdiv {
    width: 60% !important;
    left: 20% !important
}

.pagesinglecontrolcontrol {
    width: 86.5% !important;
    float: left !important
}

.gridfootercolor {
    background-color: #d6d6d6 !important;
}

.MainClass {
    width: 31.9%;
    height: 60px;
    display: inline-block;
}

.Income {
    background-color: #0ec0ee;
    border-right: 15px solid #0D9EC3;
    border-radius: 10px
}

.activityfromtimewidth {
    width: 70px;
    padding-right: 7px;
    padding-top: 0px !important;
    padding-left: 0px !important;
}

.activityfromtimewidthampm {
    width: 100px;
    padding-right: 7px;
    padding-top: 0px !important;
    padding-left: 0px !important;
}

img.ui-datepicker-trigger {
    cursor: pointer;
    vertical-align: middle;
    margin-left: 4px;
    display: none;
}

/*********************************** Basic Classes****************/
.TinyTextBox {
    width: 67px !important;
    background: #faf9f9 !important;
    /*border: 1px solid #eae9ea!important;
    padding: 3px!important;*/
}

.clientName {
    font-weight: bold;
    color: #3d5e5e
}

.SmallTextBox {
    width: 90px !important;
    background: #faf9f9 !important;
    /*border: 1px solid #eae9ea!important;
    padding: 3px!important;*/
}

.SmallMediumTextBox {
    width: 120px !important;
    background: #faf9f9 !important;
}

.SocialTextBox {
    width: 214px !important;
    background: #faf9f9 !important;
    /*border: 1px solid #eae9ea!important;
    padding: 3px!important;*/
}

.MediumTextBox {
    width: 190px !important;
    /*background: #faf9f9 !important;*/
    /*border: 1px solid #eae9ea!important;
    padding: 3px!important;*/
}

.BigTextBox {
    width: 300px !important;
    background: #faf9f9 !important;
    /*border: 1px solid #eae9ea !important;
    padding: 3px!important;*/
}

.ExtraBigTextBox {
    width: 350px !important;
    background: #faf9f9 !important;
    /*border: 1px solid #eae9ea!important;
    padding: 3px!important;*/
}

.DefaultTextBox {
    width: 320px !important;
    background: #faf9f9 !important;
    /*border: 1px solid #eae9ea!important;
    padding: 3px!important;*/
}

.SmallAutosuggest {
    background-color: #faf3c3 !important;
    border-color: #fbe296 !important;
}

.MediumAutosuggest {
    background-color: #faf3c3 !important;
    border-color: #fbe296 !important;
}

.BigAutosuggest {
    background-color: #faf3c3 !important;
    border-color: #fbe296 !important;
}

.ExtraBigAutosuggest {
    background-color: #faf3c3 !important;
    border-color: #fbe296 !important;
}

.TinyDropdown {
    width: 100px;
    font-family: Verdana,Arial;
    font-size: 13px;
    cursor: pointer;
}

.SmallDropdown {
    width: 150px;
    font-family: Verdana,Arial;
    font-size: 13px;
    cursor: pointer;
}

.MediumDropdown {
    width: 190px !important;
    font-family: Verdana,Arial;
    font-size: 13px;
    cursor: pointer;
}

.BigDropdown {
    width: 250px !important;
    font-family: Verdana,Arial;
    font-size: 13px;
    cursor: pointer;
}

.ExtraBigDropdown {
    width: 350px !important;
    font-family: Verdana,Arial;
    font-size: 13px;
    cursor: pointer;
}

.DefaultDropdown {
    width: 320px;
    font-family: Verdana,Arial;
    font-size: 13px;
    cursor: pointer;
}

/* Social Drop Down */

.dd .ddTitle span.arrow {
    background: url(../../Images/dd_arrow.gif) no-repeat 0 0;
    float: left;
    display: inline-block;
    cursor: pointer;
    background-position: 0px 0px !important;
    margin: 10px 0 0 22px;
    width: 16px;
    height: 16px;
}



.ddlSocialWidth {
    width: 246px !important;
}

#ddlSocial_child {
    height: 100px !important;
    padding-top: 2px;
}

.dd .ddChild {
    position: absolute;
    border: 1px solid #c3c3c3;
    border-top: none;
    display: none;
    margin: 0;
    width: auto !important;
    overflow: auto;
    overflow-x: hidden !important;
    background-color: #ffffff;
    /*margin-top: -10px;*/
}

    .dd .ddChild a {
        display: block;
        padding: 0 0 4px 0;
        text-decoration: none;
        color: #000;
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
    }

/*********************************** End Basic Classes****************/


/* Box start*/
.box {
    border: 1px solid #eae9ea;
    width: 100%;
    float: left;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: Verdana,Arial;
    margin: 0 0 20px 0
}



.labeltext {
    padding: 8px 20px;
    display: block;
    color: black
}

.defaultlabel {
    padding: 8px 0px;
    display: block;
    text-align: left;
}

.boxAccordion {
    border: 1px solid #eae9ea;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: Verdana,Arial;
    margin: 0 0 20px 0
}

.boxBorder {
    border-right: 15px solid #f5811e;
    width: 99.1%;
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 13px;
}

.boxBorderClearLeft {
    border-right: 15px solid #d6d6d6;
    width: 99.1%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 13px;
}

.mainBox {
    padding: 20px;
}

.TablePadding tr td {
    padding: 5px 3px 5px 3px;
}

.leftMainContainer {
    float: left;
    width: 70%;
    margin: 0 2% 0 0
}

.rightMainContainer {
    float: left;
    width: 27%;
}
/* Box end*/

/*model popup start*/
.modalBackground {
    z-index: 8010;
    background: url('../Images/fancybox_overlay.png');
}

.modalPopup {
    position: relative;
    background: #f9f9f9;
    padding: 3px 3px 3px 3px;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.modal-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 10010;
    background-image: url('../Images/fancybox_sprite.png');
}

.ModalDiv {
    color: #f5811e;
    font-size: 20px;
}

.dynamictable {
    max-height: 500px;
    overflow: auto;
    /*border: 1px solid #ccc;*/
    display: block
}

.uispecificlabelcolor {
    color: #008b8b;
}
/*model popup end*/

/*accordian css start*/
.accordionHeader {
    background: #666666;
    padding: 5px 10px;
    color: #fff;
    /*font-weight: bold*/
}

    .accordionHeader .accordionLink {
        color: White;
    }
/*accordian end*/
/* Horizontal link */
.horizontalNavigation {
    padding: 10px 0;
}

    .horizontalNavigation a:link, .horizontalNavigation a:visited, a:link, .horizontalNavigation a:visited, .horizontalNavigation span {
        color: #008b8b;
        text-decoration: none;
        margin: 0px 0px;
    }

        .horizontalNavigation span.Itemselected, .horizontalNavigation a.Itemselected {
            color: #3d5e5e
        }

    .horizontalNavigation a:hover, a:hover {
        color: #3d5e5e
    }
/*Horizontal link end*/

* {
    /*font-family: Lato; */
    font-size: 12px;
    padding: 0;
    box-sizing: border-box;
    /*word-break: unset !important;*/
}

input:not([type='hidden']) {
    margin: 3px 0 0 0;
}

/*body {
    background: #f1f1f1;
    position: relative !important;
    padding-bottom: 6rem !important;
    min-height: 100% !important;
    margin: 0 !important;
    padding: 0;
    font-family: Verdana,Arial;
    font-size: 13px!important
    
}*/
html {
    height: 100% !important;
}

body {
    background: #f1f1f1;
    position: relative !important;
    padding-bottom: 6rem !important;
    min-height: 100% !important;
    margin: 0 !important;
    padding: 0;
    font-family: Verdana,Arial;
    font-size: 13px
}

.footer {
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
}

.borderSize {
    border: 10px solid #f1f1f1
}

.fullWidth, .advSearchContainer {
    float: left;
    width: 100%
}

.minHgtContainer {
    min-height: 550px;
}

.inlinecontainerjustifyWrapper {
    background: #ffffff;
    margin-bottom: 10px
}

.containerjustify.projectStatisticsContainer {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.tab-content {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.topContainer {
    background: #666666;
    padding: 20px
}

.actionItems.addTasksActions {
    width: 15%;
    float: left;
}

    .actionItems.addTasksActions div {
        width: auto !important
    }



.leftTopContainer {
    float: left
}

.logo {
    width: 198px;
    margin: 0 auto
}

.profile {
    border-radius: 25px;
    vertical-align: middle;
    margin-right: 10px
}

.paddingBox {
    padding: 10px
}


.marginTop {
    margin-top: 20px
}

.pullRight {
    float: right
}

.container.footer {
    /*margin: 20px 0;*/
    padding: 20px !important;
    margin-top: 10px !important;
    bottom: 0px !important;
    background-color: #e4ecec !important;
}

    .container.footer .footerRight {
        float: right;
        text-align: right
    }

        .container.footer .footerRight img {
            vertical-align: middle;
            margin-right: 5px
        }

        .container.footer .footerRight a:link, .container.footer .footerRight a:visited {
            color: #333;
            text-decoration: none
        }

.emailF {
    margin-left: 30px
}

/*grid structure*/
.col3, .col4, .col5, .col6, .col7, .col8, .col9 {
    float: left
}



.col1 {
    width: 10%
}

.col2 {
    width: 13%
}

.col3 {
    width: 25%
}

.col4 {
    width: 33.33333333%
}

.col5 {
    width: 40%
}

.col6 {
    width: 50%
}

.col8 {
    width: 66.66666667%
}

.col9 {
    width: 75%
}

.col10 {
    width: 100%
}

.checkBoxes {
    width: 5%
}

.contactName {
    width: 20%
}

.contactEmail {
    width: 25%
}

.phoneNumber {
    width: 20%
}

.contactof {
    width: 20%
}

.actions {
    width: 10%
}

.contactdate {
    width: 10%
}

/*---------Grid resposive code DK---------------------------*/
.fivepercent {
    width: 5%
}

.twopercent {
    width: 2%
}

.eightpercent {
    width: 8%
}

.sevenpercent {
    width: 7%
}

.tenpercent {
    width: 10%
}

.twelepercent {
    width: 12%
}

.fourteenpercent {
    width: 14%
}

.fifteenpercent {
    width: 15%
}

.seventeenpercent {
    width: 17%
}

.eighteenpercent {
    width: 18%
}

.nineteenpercent {
    width: 19%
}


.twentypercent {
    width: 20%
}

.twentyonepercent {
    width: 21%
}

.twentyfivepercent {
    width: 25%
}

.thirtypercent {
    width: 30%
}

.thirtyfivepercent {
    width: 35%
}

.fourtypercent {
    width: 40%
}

.fourtyfivepercent {
    width: 45%
}

.fiftypercent {
    width: 50%
}

.sixtypercent {
    width: 60%
}

.eightypercent {
    width: 80%
}

.seventytwopointfivepercent {
    width: 72.5% !important
}

.ninetypercent {
    width: 90%
}

.hundredpercent {
    width: 100%
}

/*------------End---------------------------------*/

.numberalign {
    text-align: right;
}

.aligncenter {
    text-align: center !important;
}

.addresscol, .countrycol, .zipcodecol, .typesCol, .GSTINcol {
    width: 11%
}

.provisionGSTINcol {
    width: 15%
}

.statecol, .citycol {
    width: 10%
}

.gridHeading {
    background: #d6d6d6;
    margin: 15px 0 0 0
}

    .gridHeading div {
        float: left;
        font-weight: bold;
        padding: 8px
    }



        .gridHeading div.actions {
            padding: 4px 8px;
            text-align: right;
        }

    .gridHeading.rowDetails {
        background: none;
        margin: 0
    }

        .gridHeading.rowDetails div {
            font-weight: normal
        }

        .gridHeading.rowDetails:nth-child(even) {
            background: #f2f1f1;
            border-bottom: 1px solid #fff
        }

        .gridHeading.rowDetails:nth-child(odd) {
            background: #f7f7f7;
            border-bottom: 1px solid #fff
        }

        .gridHeading.rowDetails .fivepercent img {
            margin-right: 5px
        }

        .gridHeading.rowDetails .actions img {
            margin-right: 5px
        }

.pagination {
    /*padding: 10px 0*/
}

.typesCol {
    width: 11%
}

.searchBox div.cls.nospace {
    height: 0px !important;
    padding: 0 !important;
    margin: 0 !important
}

/*main menus*/
.mainMenus {
    position: absolute;
    left: 0;
    border: 10px solid #3d5e5e;
    background: #fff;
    box-shadow: 0 5px 5px #333;
    width: 260px;
    display: none;
    z-index: 9999;
    top: 57px !important;
    margin-top: 11px !important;
}

    .mainMenus, .mainMenus li {
        list-style: none
    }

        .mainMenus li a:link, .mainMenus li a:visited {
            padding: 10px 20px 10px 40px;
            float: left;
            width: 100%;
            color: #666666;
            text-decoration: none;
            text-transform: uppercase;
            /*border-right: 10px solid #fff*/
        }

        .mainMenus li {
            border-bottom: 1px solid #666;
            float: left;
            width: 100%;
        }

            .mainMenus li a:hover {
                color: #3d5e5e
            }

.subMenus {
    cursor: pointer
}

.mainMenus li:nth-child(1) {
    background: url(../images/contact.png) no-repeat 7px center
}

    .mainMenus li:nth-child(1):hover {
        background: url(../images/contact-hover.png) no-repeat 7px center;
    }

.mainMenus li:nth-child(2) {
    background: url(../images/activities.png) no-repeat 7px center
}

    .mainMenus li:nth-child(2):hover {
        background: url(../images/activities-hover.png) no-repeat 7px center;
    }

.mainMenus li:nth-child(3) {
    background: url(../images/accounts.png) no-repeat 7px center
}

    .mainMenus li:nth-child(3):hover {
        background: url(../images/accounts-hover.png) no-repeat 7px center
    }

.mainMenus li:nth-child(4) {
    background: url(../images/matters.png) no-repeat 7px center
}

    .mainMenus li:nth-child(4):hover {
        background: url(../images/matters-hover.png) no-repeat 7px center
    }

.mainMenus li:nth-child(5) {
    background: url(../images/documents.png) no-repeat 7px center
}

    .mainMenus li:nth-child(5):hover {
        background: url(../images/documents-hover.png) no-repeat 7px center
    }

.mainMenus li:nth-child(6) {
    background: url(../images/crm.png) no-repeat 7px center
}

    .mainMenus li:nth-child(6):hover {
        background: url(../images/crm-hover.png) no-repeat 7px center
    }

.mainMenus li:nth-child(7) {
    background: url(../images/calendar.png) no-repeat 7px center
}

    .mainMenus li:nth-child(7):hover {
        background: url(../images/calendar-hover.png) no-repeat 7px center
    }

.mainMenus li:nth-child(8) {
    background: url(../images/billing.png) no-repeat 7px center
}

    .mainMenus li:nth-child(8):hover {
        background: url(../images/billing-hover.png) no-repeat 7px center
    }

.mainMenus li:nth-child(9) {
    background: url(../images/reports.png) no-repeat 7px center
}

    .mainMenus li:nth-child(9):hover {
        background: url(../images/reports-hover.png) no-repeat 7px center
    }


.cls {
    clear: both
}

.headingBox {
    /*background: #cccccc;*/
    padding: 5px 0;
    position: relative
}

.dashboardBox {
    width: 33.33%;
    float: left;
    border: 10px solid #f1f1f1;
    background: #fff;
    padding: 30px;
    text-align: center;
    min-height: 350px
}

.heading {
    font-size: 20px;
    color: #008b8b;
    text-transform: capitalize;
}

.smallheading {
    font-size: 15px;
    color: #008b8b
}

.Paragraphheading {
    font-size: 18px;
    color: #3d5e5e;
    padding-left: 0.5em
}

p.count {
    border: 5px solid #f5811e;
    color: #f5811e;
    width: 95px;
    font-size: 20px;
    border-radius: 100px;
    text-align: center;
    padding: 30px 0;
    height: 95px;
    margin: 15px auto
}

.dashboardSubBox {
    float: left;
    border-radius: 5px;
    border: 1px solid #999999;
    margin-top: 50px
}

    .dashboardSubBox p {
        float: left;
        margin: 0;
        font-size: 16px
    }

        .dashboardSubBox p:nth-child(1) {
            background: #999999;
            color: #fff;
            padding: 10px;
        }

        .dashboardSubBox p:nth-child(2) {
            color: #999999;
            padding: 10px;
        }

.rightAlign {
    float: right
}

ul.listCount {
    margin-top: 20px
}

    ul.listCount, ul.listCount li {
        text-align: left;
        list-style: none
    }

        ul.listCount li {
            padding: 6px 0 6px 35px;
            margin-bottom: 5px
        }

            ul.listCount li:nth-child(1) {
                background: url(../images/count.jpg) left 0px no-repeat
            }

            ul.listCount li:nth-child(2) {
                background: url(../images/count.jpg) left -38px no-repeat
            }

            ul.listCount li:nth-child(3) {
                background: url(../images/count.jpg) left -75px no-repeat
            }

            ul.listCount li:nth-child(4) {
                background: url(../images/count.jpg) left -112px no-repeat
            }

            ul.listCount li:nth-child(5) {
                background: url(../images/count.jpg) left -149px no-repeat
            }

.tableDiv.th {
    background: #eaeaea;
    margin-top: 20px
}

.tableDiv {
    float: left;
    width: 100%;
    padding: 6px 10px;
    border: 1px solid #eaeaea;
    border-top: 0
}

    .tableDiv div {
        float: left;
        width: 50%;
        text-align: left
    }

.leftHeadingOuterBox {
    float: left;
    width: 50%;
}

.rightHeadingOuterBox {
    float: left;
    width: 22%;
    text-align: right;
    font-size: 24px;
    padding: 1PX 30PX 5PX 0
}

.leftHeadingOuterBox img {
    vertical-align: middle
}

.leftHeadingOuterBox a {
    background: #fff;
    padding: 5px 11px;
    float: left;
    color: #008b8b;
    text-decoration: none;
    font-size: 16px;
    border-left: 10px solid #3d5e5e;
}

.subMenusList {
    position: absolute;
    float: left;
    width: 220px;
    margin: 45px 0 0 0;
    border-top: 0;
    background: #fff;
    box-shadow: 0 5px 5px #ccc;
    display: none;
    z-index: 99
}

    .subMenusList li {
        float: left;
        width: 100%;
        list-style: none;
    }

        .subMenusList li a:link, .subMenusList li a:visited {
            color: #666;
            /*background: url(../NewUIObjects/images/bullet1.png) no-repeat 15px center;*/
            background: no-repeat 15px center;
            padding-left: 25px
        }

        .subMenusList li a:hover {
            color: #3d5e5e;
            /*background: url(../NewUIObjects/images/bullet2.png) no-repeat 15px center;*/
            background: no-repeat 15px center;
        }

        .subMenusList li a {
            border-bottom: 1px solid #666;
            width: 100%
        }

.container {
    background: #fff
}

.searchBox {
    position: relative;
    top: 0px;
    left: 0px;
}

.searchHeading {
    color: #008b8b;
    font-size: 20px;
}

.searchBox div {
    float: left
}

.searchHeading {
    width: 12.5%
}

.searchFilter {
    width: 15%
}

.enterSearchField {
    width: 57.5%
}

.advSearch {
    width: 15%;
    text-align: center
}

.orangeLink, .orangeLink:link, .orangeLink:visited {
    color: #f57c15;
    text-decoration: none;
    cursor: pointer
}

    .orangeLink:hover {
        color: #f57c15
    }

input[type="text"], select, .dataListContainer, input[type="password"] {
    border: 1px solid #cccccc;
    padding: 7px 16px;
    border-radius: 5px;
}

.nintysixpercent {
    width: 96%
}

.searchBtn {
    border: 1px solid #3d5e5e;
    padding: 8px 16px;
    border-radius: 0 5px 5px 0;
    background: #3d5e5e;
    color: #fff;
    margin-left: -10px;
    position: absolute;
    /*top: -1px;*/
    cursor: pointer;
    /*left: 582px;*/
}

.enterSearchField input[type="text"] {
    width: 90%;
    border-radius: 5px 0 0 5px;
}

.advSearch a {
    line-height: 30px;
    padding-right: 35px;
}

.searchFilter select {
    float: left;
    width: 90%
}
/**/
/*.quickLinksBox {
    position: fixed;
    right: 10px;
    bottom: 20px
}*/
.quickLinksBox {
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 1000 !important;
}

.addCircle:link, .addCircle:visited, .addCircle {
    background: #3d5e5e;
    color: #fff;
    font-size: 24px;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    padding: 4px 10px;
    text-decoration: none;
    line-height: normal;
    float: right;
    margin-right: 10px;
    cursor: pointer;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

a.addCircle:hover {
    color: #fff !important;
    text-decoration: none;
    background: #3d5e5e;
    margin-bottom: 5px !important
}

.whiteBg {
    float: left;
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    width: 200px;
    box-shadow: 0 0px 10px #999999;
    margin-bottom: 12px;
    position: relative;
    display: none
}

    .whiteBg:after {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #fff;
        content: "";
        position: absolute;
        bottom: -10px;
        right: 20px;
    }

    .whiteBg li {
        list-style: none;
        margin: 6px 0;
        text-align: right;
        float: right;
        width: 100%
    }

        .whiteBg li img {
            vertical-align: middle;
            margin-left: 5px
        }

        .whiteBg li a:link, .whiteBg li a:visited {
            color: #3d5e5e;
            text-decoration: none;
            text-align: right
        }

.whiteBgGrid {
    float: left;
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    width: 200px;
    box-shadow: 0 0px 10px #999999;
    margin-bottom: 12px;
    position: relative;
    display: none
}

    .whiteBgGrid:after {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #fff;
        content: "";
        position: absolute;
        bottom: -10px;
        right: 20px;
    }

    .whiteBgGrid li {
        list-style: none;
        margin: 6px 0;
        text-align: right;
        float: right;
        width: 100%
    }

        .whiteBgGrid li img {
            vertical-align: middle;
            margin-left: 5px
        }

        .whiteBgGrid li a:link, .whiteBgGrid li a:visited {
            color: #3d5e5e;
            text-decoration: none;
            text-align: right
        }

label {
    padding: 8px 20px;
    display: block;
    text-align: right;
    color: Gray;
}

.labelHeader {
    padding: 8px 20px;
    display: block;
    text-align: left
}

.labelinview {
    padding: 0px 20px;
    display: block;
    text-align: right
}

.row {
    margin: 4px 0
}

    .row input[type="text"], .dataListContainer {
        width: 90%
    }

.dataListContainer {
    border-collapse: unset !important;
}

    .dataListContainer input[type=image] {
        float: right
    }


.row textarea {
    width: 90%;
    border: 1px solid #cccccc;
    padding: 8px 16px;
    border-radius: 5px;
    /*font-family: Lato; */
    font-size: 14px;
    height: 48px;
}


.separator {
    height: 1px;
    width: 100%;
    float: left;
    background: #ccc;
    margin: 15px 0
}

input[type="checkbox"] {
    margin: 5px
}

    input[type="checkbox"].leftMargin {
        margin-left: 20px
    }

/*pagination*/
.paginationView {
    float: left
}

.paginationBox {
    float: right;
    width: 100%
}

.paginationView {
    line-height: 30px
}

.firstpage:link, .firstpage:visited {
    background: url(../images/first.png);
    width: 33px;
    height: 30px;
    float: left;
    margin: 0 10px
}

.firstpage:hover {
    background: url(../images/first-hover.png);
    width: 33px;
    height: 30px
}

.previouspage:link, .previouspage:visited {
    background: url(../images/previous.png);
    width: 33px;
    height: 30px;
    float: left
}

.previouspage:hover {
    background: url(../images/previous-hover.png);
    width: 33px;
    height: 30px
}

.previouspage:link, .previouspage:visited {
    background: url(../images/previous.png);
    width: 33px;
    height: 30px;
    float: left
}

.previouspage:hover {
    background: url(../images/previous-hover.png);
    width: 33px;
    height: 30px
}

.nextpage:link, .nextpage:visited {
    background: url(../images/next.png);
    width: 33px;
    height: 30px;
    float: left;
    margin: 0 10px
}

.nextpage:hover {
    background: url(../images/next-hover.png);
    width: 33px;
    height: 30px
}

.lastpage:link, .lastpage:visited {
    background: url(../images/last.png);
    width: 33px;
    height: 30px;
    float: left
}

.lastpage:hover {
    background: url(../images/last-hover.png);
    width: 33px;
    height: 30px
}

/*buttons*/
input[type="Submit"].addBtn {
    padding: 10px 20px;
    font-size: 18px;
    color: #3d5e5e;
    border: 1px solid #3d5e5e;
    border-radius: 5px;
    cursor: pointer;
    background: #fff
}

input[type="button"] {
    color: #fff;
    background: #3d5e5e;
    border-radius: 5px;
    padding: 5px 20px;
    cursor: pointer;
    border: 0;
    font-size: 18px;
}

input[type="Submit"].addBtn:hover {
    color: #fff;
    background: #3d5e5e;
}

input[type="Submit"] {
    color: #fff;
    background: #1f8c99;
    border-radius: 5px;
    padding: 5px 15px;
    cursor: pointer;
    border: 0;
    font-size: 18px;
}

    input[type="Submit"].searchBtn {
        color: #fff;
        /*background: #f5811e;*/
        border-radius: 5px;
        padding: 7px 20px;
        cursor: pointer;
        border: 0;
        font-size: 14px;
    }

    input[type="Submit"].smbtn {
        padding: 1px 20px 5px 20px;
    }

select#social option[value="twitter"] {
    background-image: url(../images/twitter.png);
}

select#social option[value="linkedIn"] {
    background-image: url(../images/linkedIn.png);
}

select#social option[value="facebook"] {
    background-image: url(../images/facebook.png);
}

.row input[type="text"].mdwidth {
    width: 72%
}

.addDetails {
    text-align: right;
    font-size: 18px;
    float: right
}

/*.addDetailsContact {
    display: none
}*/

.addDetailsContact div select {
    width: 90%
}

.calendarIconAlign {
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -3px
}

.row input[type="text"].calendarInputValue {
    width: 35% !important
}

.advSearchContainer {
    margin-top: 8px;
    display: none
}

    .advSearchContainer select {
        width: 90%
    }

.calendarIconAlign.marginRightCalendar {
    margin-right: 10px
}


/*date calender section*/

ul.dateSection {
    padding: 0;
    margin: 0
}

    ul.dateSection li, ul.dateSection {
        display: inline;
        float: left;
    }

.selectDate {
    margin: 0 15px;
    line-height: 22px
}

.RecentActivity {
    width: 100%;
    float: left;
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
/*end date calender section*/


table.box {
    box-shadow: 5px 5px 0px #ccc;
}

table {
    padding: 0 !important
}

    table.box tr:nth-child(even) {
        background: #fff
    }

    table.box td {
        padding: 5px !important
    }

        table.box td a:link, table.box td a:visited {
            color: #666
        }

        table.box td a:hover {
            color: #3d5e5e
        }

#ddlSocial_titletext img {
    margin-top: -16px
}



/*autosuggest for Firefox start*/
/*@supports(-moz-appearance:none) */
@media screen(-moz-appearance:none) {
    .enterSearchField ul.auto_suggest {
        top: 25px !important;
        margin-left: -20px !important
    }

    ul.auto_suggest li {
        padding-left: 10px !important;
    }

    .col6 ul.auto_suggest {
        top: auto !important;
        /*margin-left: 20px !important;*/
        margin-top: -3px
    }

    .advSearchContainer .col6 .col9 ul.auto_suggest {
        top: auto !important;
        margin-left: -20px !important;
        margin-top: -3px
    }

    .col6 .col9 ul.auto_suggest {
        top: auto !important;
        /*margin-left: -20px !important;*/
        margin-top: -3px
    }

    .col9 ul.auto_suggest li {
        padding-left: auto !important;
    }

    .col6 ul.auto_suggest li {
        padding-left: auto !important;
    }

    .col4.buttonpadding {
        position: relative
    }


    .col4 ul.auto_suggest {
        margin-left: -0 !important;
        top: 0 !important;
        left: 0 !important;
        margin-top: 25px
    }

        .col4 ul.auto_suggest li {
            padding-left: 10px !important;
        }
}
/*autosuggest for Firefox end*/


@media screen and (max-width:770px) {
    .fourtypercent {
        width: 37%
    }
    /*.enterSearchField.txtPersontopMargin.seventytwopointfivepercent{ width:65% !important}*/
    .dvUnapprovedContactList .gridHeading.fullWidth .HeaderCol2, .dvUnapprovedContactList .gridHeading.fullWidth .HeaderCol3 {
        display: none !important
    }

    .dvUnapprovedContactList .gridHeading.rowDetails.fullWidth .HeaderCol2, .dvUnapprovedContactList .gridHeading.rowDetails.fullWidth .HeaderCol3 {
        display: block !important
    }

    .dvUnapprovedContactList .gridHeading.fullWidth {
        display: block
    }

    .twentypercent.HeaderCol3 span {
        word-wrap: break-word;
    }

    .twentypercent {
        width: 18%
    }

    .TextAutoGrow.BigTextBox {
        background: #ffffff !important;
        border: 1px solid #ccc !important
    }

    .DategridBox {
        width: 100% !important;
        padding: 5px !important;
    }

    .fifteenpercent {
        width: 12%
    }

    .tenpercent {
        width: 15%
    }

    .uispecificlabelcolor {
        font-size: 13px
    }

    .ExtraBigDropdown, #MainContent_txtSearch_Matter, .BigDropdown, .BigTextBox, .ExtraBigTextBox {
        width: 100% !important
    }


    div.MainDashboardDiv {
        width: 23.5%;
    }

    .advSearch select {
        padding: 7px 1px
    }

    .dashboardSubBox p {
        font-size: 14px;
    }

    .dashboardBox {
        width: 50%
    }

    .DashboardDiv4 {
        background-color: #0ec0ee;
        margin-left: 0px;
        border-right: 15px solid #0D9EC3;
    }
}



th {
    padding: 8px;
}

/*----For paging-----------------------------------------------------*/

div.pagination {
    height: auto;
    /*margin-bottom: 10px;*/
    text-align: right;
    margin-left: 16px;
    /*margin-top:20px*/
}

    /*div.pagination a {
        color: #666;
        font-style: normal;
        text-align: center;
        padding: 5px 10px;
        text-align: center;
        border-radius: 5px;
        margin: 0 5px 0 0;
        background: #e7e7e7;
    }

        div.pagination a:hover {
            color: #fff;
            font-style: normal;
          background-color: #de6528 !important;
            text-decoration: none;
        }*/

    div.pagination a.selected {
        color: #fff;
        font-style: normal;
        background-color: #3d5e5e;
        text-decoration: none;
    }

span.pagination {
    color: #008b8b;
    text-decoration: none;
    font-style: italic;
    margin-top: -6px
}

/*------------------------For save Message Alert------------------------------------*/

.Notice {
    padding: 4px 4px 4px 30px;
    margin-bottom: 12px;
    font-size: 1.1em;
    border: 2px solid;
    /*background: url(../images/exclamation.png) 8px 50% no-repeat;*/
    background-color: #ffe3e3;
    border-color: #dd0000;
    color: #880000;
}

#errorExplanation, div.flash, .nodata, .warning, .conflict, .success {
    padding: 4px 4px 4px 18px;
    /* margin-bottom: 12px;
    font-size: 1.1em; */
    border: 2px solid;
    margin-left: 10px;
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0 !important;
    /*z-index: 32 !important;*/
}

    /*div.flash {
    margin-top: 8px;
}*/

    div.flash.error, #errorExplanation {
        /* background: url(../Images/exclamation.png) 8px 50% no-repeat;*/
        /*background: url('../images/exclamation.png') 2px 50% no-repeat;*/
        background-color: #ffe3e3;
        border-color: #dd0000;
        color: #880000;
        width: 98.5%;
        position: -webkit-sticky !important;
        position: sticky !important;
        top: 0 !important;
        padding-right: 10px !important;
        z-index: 32 !important;
    }


    div.flash.notice {
        /* background: url(../images/true.png) 2px 5px no-repeat;*/
        background: url(../images/true.png) 2px 5px no-repeat;
        background-color: #dfffdf;
        border-color: #9fcf9f;
        color: #005f00;
        width: 98.5%;
    }


    div.flash.warning, .conflict {
        background: url('../images/warning.png') 2px 5px no-repeat;
        background-color: #FFEBC1;
        border-color: #FDBF3B;
        color: #A6750C;
        text-align: left;
        width: 98.5%;
        z-index: 32 !important;
    }

.nodata, .warning {
    text-align: center;
    background-color: #FFEBC1;
    border-color: #FDBF3B;
    color: #A6750C;
    width: 98.5%;
    float: left;
    margin-top: 10px;
    z-index: 32 !important;
}

.success {
    text-align: left;
    background-color: #dfffdf;
    border-color: #9fcf9f;
    color: #005f00;
    width: 97%;
    float: left;
    margin-top: 10px;
    z-index: 32 !important;
}

.fieldset {
    border: 0px solid #c0c0c0;
    /*margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;*/
}

.fieldsetlegend {
    font-weight: bold;
}

.labelbold {
    font-weight: bold;
}
/*----End-----------------------------------------------------*/
/* Add css code for scroll page on Top button*/

#back2Top {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 20px;
    right: 10px;
    background-color: #3d5e5e;
    color: #fff;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
    padding-bottom: 21px;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

    #back2Top:hover {
        color: #fff !important;
        background-color: #3d5e5e;
        bottom: 25px
    }
/* Scroll Top end*/

/*show mouse pointer on Grid edit row*/
.EditRow {
    cursor: pointer;
}
/*End*/

/*Autocomplete Css*/
.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    /*height: 50%;*/
    /*max-height: 330px;*/
    /*width: 18.5% !important;*/
    overflow-y: auto !important;
}
/*Autocomplete End*/
.popupmargin {
    margin-left: 30% !important;
    margin-top: 7% !important
}

.popupwidth {
    width: 50% !important;
}

.popupwidthmaster {
    width: 50% !important;
}


.ReportHeader {
    font-size: 20px;
    color: #008b8b
}


/*************************** For Datalist Grid *******************/
.DataListViewTable {
    font-size: 13px;
    clear: both; /*max-height: 500px;     overflow: auto;*/
}


    .DataListViewTable tbody tr:first-child td {
        background: #3d5e5e !important;
        margin: 15px 0 0 0;
        color: white !important;
    }

    .DataListViewTable tbody tr:first-child {
        border: 1px solid #eae9ea;
        background: #fff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-family: Verdana,Arial;
        margin: 0 0 20px 0;
    }



    .DataListViewTable tbody tr {
        background: #f2f1f1;
        border-bottom: 1px solid #fff;
    }

        .DataListViewTable tbody tr td {
            background: #f2f1f1;
            font-size: 13px;
            padding: 8px;
            border-bottom: 1px solid #fff;
        }

        .DataListViewTable tbody tr:nth-child(even) {
            background: #f7f7f7 !important;
            display: none;
        }

        .DataListViewTable tbody tr td .clientName {
            font-weight: bold;
            color: #3d5e5e;
        }

        .DataListViewTable tbody tr.footerrow {
            border: 1px solid #eae9ea;
            background: #d6d6d6;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px; /*border-radius: 5px;*/
            font-family: Verdana,Arial;
            margin: 0 0 20px 0;
        }

    .DataListViewTable tr.footerrow th:first-child {
        /*-webkit-border-radius: 5px;*/
        -moz-border-radius: 5px; /*border-radius: 5px;*/
    }

    .DataListViewTable tr.footerrow th:last-child {
        /*border-right: 15px solid #8cbf3c;*/ /*-webkit-border-radius: 5px;*/
        -moz-border-radius: 5px; /*border-radius: 5px;*/
    }

    .DataListViewTable tr.footerrow th {
        font-weight: bold;
        padding-top: 5px;
    }

    .DataListViewTable tr.footerrow td:first-child {
        /*-webkit-border-radius: 5px;*/
        -moz-border-radius: 5px; /*border-radius: 5px;*/
    }

.DataListViewTabletr.footerrow td:last-child {
    /*border-right: 15px solid #d6d6d6;*/ /*-webkit-border-radius: 5px;*/
    -moz-border-radius: 5px; /*border-radius: 5px;*/
}

.DataListViewTable tr.footerrow td {
    font-weight: bold;
    padding-top: 5px;
}

/**************************** Datalist Grid end *******************/





/*************************** For Grid *******************/
.ListViewTable {
    font-size: 13px;
    clear: both;
    /*max-height: 500px;
    overflow: auto;*/
}

    .ListViewTable table tr:first-child th a, .ListViewTable table tr:first-child th span, .ListViewTable table tr:first-child label {
        color: white !important;
    }

    .ListViewTable table tr:first-child, .ListViewTable table tr:first-child th, .ListViewTable table tr.headerrowcolor:first-child td {
        background: #3d5e5e;
        margin: 15px 0 0 0;
        /* color: white !important;*/
    }

    .ListViewTable table tr.headerrowcolor:first-child td {
        color: white !important;
    }

    .ListViewTable table tr:first-child {
        border: 1px solid #eae9ea;
        background: #fff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-family: Verdana,Arial;
        margin: 0 0 20px 0
    }

    .ListViewTable table tr {
        background: #f2f1f1;
        border-bottom: 1px solid #fff;
    }

        .ListViewTable table tr td {
            background: #f2f1f1;
            font-size: 13px;
            padding: 8px;
            border-bottom: 1px solid #fff;
        }

        .ListViewTable table tr:nth-child(even) td {
            background: #f7f7f7 !important;
        }

        .ListViewTable table tr td .clientName {
            font-weight: bold;
            color: #3d5e5e
        }

        .ListViewTable table tr.footerrow {
            border: 1px solid #eae9ea;
            background: #d6d6d6;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            /*border-radius: 5px;*/
            font-family: Verdana,Arial;
            margin: 0 0 20px 0
        }

            .ListViewTable table tr.footerrow th:first-child {
                /*-webkit-border-radius: 5px;*/
                -moz-border-radius: 5px;
                /*border-radius: 5px;*/
            }

            .ListViewTable table tr.footerrow th:last-child {
                /*border-right: 15px solid #8cbf3c;*/
                /*-webkit-border-radius: 5px;*/
                -moz-border-radius: 5px;
                /*border-radius: 5px;*/
            }

            .ListViewTable table tr.footerrow th {
                font-weight: bold;
                padding-top: 5px
            }

            .ListViewTable table tr.footerrow td:first-child {
                /*-webkit-border-radius: 5px;*/
                -moz-border-radius: 5px;
                /*border-radius: 5px;*/
            }

            .ListViewTable table tr.footerrow td:last-child {
                /*border-right: 15px solid #d6d6d6;*/
                /*-webkit-border-radius: 5px;*/
                -moz-border-radius: 5px;
                /*border-radius: 5px;*/
            }

            .ListViewTable table tr.footerrow td {
                font-weight: bold;
                padding-top: 5px
            }

.boxBorderFull {
    width: 99%;
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 13px;
}

@media screen and (max-width:650px) {
    .ui-autocomplete {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        float: left;
        display: none;
        min-width: 160px;
        padding: 4px 0;
        margin: 0 0 10px 25px;
        list-style: none;
        background-color: #ffffff;
        border-color: #ccc;
        border-color: rgba(0, 0, 0, 0.2);
        border-style: solid;
        border-width: 1px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        *border-right-width: 2px;
        *border-bottom-width: 2px;
        /*height: 50%;*/
        max-height: 330px;
        width: 89% !important;
        overflow-y: auto !important;
    }

    div.flash.notice {
        /* background: url(../images/true.png) 2px 5px no-repeat;*/
        background: url(../images/true.png) 2px 5px no-repeat;
        background-color: #dfffdf;
        border-color: #9fcf9f;
        color: #005f00;
        width: 95%
    }

    .col-sm-6 {
        /*-webkit-box-flex: 0;
        -ms-flex: 0 0 50%;*/
        /*flex: 0 0 50%;*/
        max-width: 50%;
    }

    [type="radio"]:checked + label:before,
    [type="radio"]:not(:checked) + label:before {
        content: '';
        /*position: absolute;*/
        left: 0px;
        width: 18px;
        height: 18px;
        border: 1px solid #ccc;
        border-radius: 100%;
        background: #fff;
        top: 6px !important;
    }

    .row textarea {
        width: 90%;
        border: 1px solid #cccccc;
        border-radius: 5px;
        /*font-family: Lato; */
        font-size: 14px;
        height: 48px;
        padding-top: 8px;
        padding-right: 16px;
        padding-bottom: 8px;
        padding-left: 5px;
    }

    .modal-close {
        position: absolute;
        top: -5px !important;
        right: -5px !important;
        width: 36px;
        height: 36px;
        cursor: pointer;
        z-index: 10010;
        background-image: url('../Images/fancybox_sprite.png');
    }

    .activityfromtimewidth {
        width: 50% !important;
        padding-right: 7px;
        padding-top: 0px !important;
        padding-left: 0px !important;
    }

    .activityfromtimewidthampm {
        width: 100% !important;
        padding-right: 7px;
        padding-top: 0px !important;
        padding-left: 0px !important;
    }

    .ddlSocialWidth {
        width: 320px !important;
    }

    .labeltext {
        padding: 8px 0px;
        display: block;
        color: black
    }

    .fullWidthControl, .TinyDropdown, .SmallDropdown, .BigDropdown, .ExtraBigDropdown {
        width: 100% !important
    }

    .MediumDropdown {
        width: 100% !important
    }

    .MainClass {
        height: 60px;
        display: inline-block;
        width: 100%;
        margin-top: 10px;
    }

    .popupdiv {
        width: 96% !important;
        left: 2% !important
    }

    .textboxmultiline {
        text-align: left;
        border: 1px solid rgb(204, 204, 204);
        padding: 6px 16px;
        border-radius: 5px;
        margin-left: 0px;
        margin-right: 0px;
        height: 42px !important;
        width: 100%
    }

    div.flash.error, #errorExplanation {
        /* background: url(../Images/exclamation.png) 8px 50% no-repeat;*/
        /*background: url('../images/exclamation.png') 2px 50% no-repeat;*/
        background-color: #ffe3e3;
        border-color: #dd0000;
        color: #880000;
        width: 94.5%;
        position: -webkit-sticky !important;
        position: sticky !important;
        top: 0 !important;
        padding-right: 10px !important
    }

    .pagesinglecontrollabel {
        width: 100% !important;
        text-align: left !important
    }

    .pagesinglecontrolcontrol {
        width: 100% !important;
        text-align: left !important
    }

    .MainDashboardDiv {
        width: 30% !important;
        height: 80px !important;
        display: inline-block !important;
    }

    .MainDashboardDivFinance {
        width: 30% !important;
        height: 80px !important;
        display: inline-block !important;
    }

    .thirtyfivepercentsitemaster {
        width: 60% !important
    }

    .dvheightsitemaster {
        height: 65px !important
    }

    .minHgtContainer {
        min-height: auto;
    }

    .popupmargin {
        margin-left: 5% !important;
        margin-top: 7% !important
    }

    .popupwidth {
        width: 90% !important;
    }

    .popupwidthmaster {
        width: 70% !important;
    }

    .nintysixpercent {
        width: 100%
    }

    label {
        text-align: left
    }

    .numberalign {
        text-align: left
    }

    .dashboardSubBox p {
        font-size: 14px;
    }

    .ganttButtonBar .buttons {
        height: 80px !important;
    }

    .searchFilter select {
        float: left;
        width: 100%
    }

    .hasDatepicker .mobileCalendarTo {
        width: 100% !important;
    }
}


.gridHeading .actionsBox.whiteBg {
    width: 200px;
}

.actionsBox.whiteBg {
    right: 0;
    top: 40px
}

.gridHeading .actionsBox.whiteBgGrid {
    width: 200px;
}

.actionsBox.whiteBgGrid {
    right: 0;
    top: 40px
}



.actions {
    position: relative
}

.actionsBox ul {
    list-style: none
}

.actionsBox.whiteBg {
    display: none;
    right: 70px;
    position: absolute;
    z-index: 99
}

    .actionsBox.whiteBg:after {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
        content: "";
        position: absolute;
        bottom: auto;
        right: 20px top: -10px;
        border-top: 0px solid #fff;
    }

.actionsBox.whiteBgGrid {
    display: none;
    right: 0px;
    position: absolute;
    z-index: 99
}

    .actionsBox.whiteBgGrid:after {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
        content: "";
        position: absolute;
        bottom: auto;
        right: 20px;
        top: -10px;
        border-top: 0px solid #fff;
    }

.actionsBox ul li {
    text-align: left
}

    .actionsBox ul li a:link, .actionsBox ul li a:visited {
        color: #3d5e5e
    }

.actions img {
    cursor: pointer
}



.DashboardDiv1 {
    background-color: #FFB848;
    border-right: 15px solid #BB720B;
    border-radius: 10px;
}

.DashboardDiv2 {
    background-color: #8cbf3c;
    margin-left: 5px;
    border-right: 15px solid #5FBB0B;
    border-radius: 10px;
}

.DashboardDiv3 {
    background-color: #CD5C5C;
    margin-left: 5px;
    border-right: 15px solid #BB0B3C;
    border-radius: 10px;
}

.DashboardDiv4 {
    background-color: #0ec0ee;
    margin-left: 5px;
    border-right: 15px solid #0D9EC3;
    border-radius: 10px;
}

.DashboardLabelClass {
    color: White;
    font-size: 13px;
    vertical-align: top;
}

.DashboardPadding {
    padding-top: 9px;
}

.DashboardPaddingMatter {
    padding-top: 3px;
}

.DashboardPaddingAccount {
    padding-top: 10px;
}

.ContactDashboardDiv {
    padding: 0px !important;
    display: inline !important
}

.DashboardLabelMainClass {
    color: White;
    font-size: 13px;
    vertical-align: top;
}

.MainDashboardDiv {
    width: 24.5%;
    height: 60px;
    display: inline-block;
}

.MainDashboardDivFinance {
    width: 19.5%;
    height: 60px;
    display: inline-block;
}

.Profit {
    background-color: #8cbf3c;
    margin-left: 24px;
    border-right: 15px solid #5FBB0B;
    border-radius: 10px
}

.Expense {
    background-color: #FFB848;
    margin-left: 24px;
    border-right: 15px solid #BB720B;
    border-radius: 10px
}

.AllDashboardDivClass {
    margin-left: 5px;
}

.Paddingleft25 {
    padding-left: 25px !important
}

.notificationPopup {
    float: left;
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    width: 200px;
    box-shadow: 0 0px 10px #999999;
    margin-bottom: 12px;
    position: absolute;
    z-index: 99;
    display: none
}

    .notificationPopup:after {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
        content: "";
        position: absolute;
        bottom: auto;
        left: 20px;
        top: -10px;
        border-top: 0px solid #fff;
    }

.notificationTxt {
    line-height: 20px;
    border-bottom: 1px solid #CCC;
    padding: 3px;
}

    .notificationTxt:nth-last-child(2) {
        border: 0
    }

#cssmenu .notificationPopup ul ul {
    position: relative;
    left: 0
}

.notificationTxt a:link, .notificationTxt a:visited {
    background: #f5811e;
    color: #fff;
    text-decoration: none;
    padding: 10px !important;
    width: 100%;
    text-align: center;
    float: left
}

#MainContent_lstSocial td, #MainContent_lstSocial, .row input[type="text"], .dataListContainer {
    word-break: break-all;
    width: 90%
}



.topContainer {
    background: #3d5e5e;
    padding: 4px
}



.rightTopContainer {
    float: right;
    position: absolute;
    right: 20px;
    top: 10px;
    min-width: 220px;
}


input[type="Submit"].searchBtn {
    /*  position: relative;
    margin: -35px 0 0 0; */
    border-radius: 0px 5px 5px 0;
    float: right;
    /*padding: 2px 15px 7px 15px */
}


.addCircle:hover {
}


[type="radio"]:checked,
[type="radio"]:not(:checked) {
    /*position: absolute;*/
    left: -9999px;
}

    [type="radio"]:checked + label,
    [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
    }

        [type="radio"]:checked + label:before,
        [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0px;
            width: 18px;
            height: 18px;
            border: 1px solid #ccc;
            border-radius: 100%;
            background: #fff;
            top: 8px;
        }

        [type="radio"]:checked + label:after,
        [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 12px;
            height: 12px;
            background: #666;
            position: absolute;
            top: 12px;
            left: 4px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }


input[type="checkbox"] {
    margin: 5px
}

    input[type="checkbox"].leftMargin {
        margin-left: 20px
    }

ul.auto_suggest {
    margin: 8px 0 0 0;
    padding: 0 0 0 0;
    border-bottom: 1px solid #4b6c9e;
    border-left: 1px solid #4b6c9e;
    border-right: 1px solid #4b6c9e;
    left: 0;
    top: 0;
    position: absolute;
    height: 50%;
    overflow-y: auto !important;
}

    ul.auto_suggest li {
        list-style: none;
        border: 0px solid #4b6c9e;
        color: #000
    }


.RedErrormsg {
    font-family: Verdana,Arial;
    font-size: 13px;
    color: #ea5b2c;
}

.GreenErrormsg {
    font-family: Verdana,Arial;
    font-size: 13px;
    color: Green;
}

.mBlankline {
    display: none !important;
}

.AutoComplete_ListItemHiliteText {
    font-weight: bold;
    color: #f5811e
}

[type="checkbox"] + label {
    text-align: left;
    display: inline;
}
/*
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
 position: absolute;
    left: -9999px;
} 

    [type="checkbox"]:not(:checked) + label,
    [type="checkbox"]:checked + label {
        position: relative;
        padding-left: 1.95em;
        cursor: pointer;
        text-align: left;
        padding-top: 0
    }

.chkBox {
    float: left;
    width: auto;
    position: relative
} */
/* checkbox aspect */

/*[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.25em;
    height: 1.25em;
    border: 2px solid #ccc;
    background: #fff;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}*/




/* checked mark aspect */
/*[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    content: '\2713\0020';
    position: absolute;
    top: .15em;
    left: .22em;
    font-size: 18px;
    font-weight: bold;
    line-height: 0.8;
    color: #333;
    transition: all .2s;
} */
/* checked mark aspect changes */
/*[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}  */
/* disabled checkbox */
/*[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}

[type="checkbox"]:disabled + label {
    color: #aaa;
} */

.AutoComplete_ListItem {
    background-color: #fff;
    color: #000;
    font-size: 13px;
    font-family: Verdana,Arial;
    border-bottom: 1px Solid #CCCCCC;
    padding: 2px 5px 2px 3px;
}

.AutoComplete_ListItemHilite {
    background-color: #eaeaea;
    color: #000;
    font-size: 13px;
    font-family: Verdana,Arial;
    border-bottom: 1px Solid #CCCCCC;
    padding: 2px 5px 5px 3px;
}

.AutoComplete_List {
    color: #000
}

.DateTextBox {
    width: 120px;
    background: #faf9f9;
    border: 1px solid #eae9ea;
    /*padding: 3px !important;*/
    margin-right: 3px !important;
    font-family: Verdana,Arial;
    font-size: 13px;
    /*float: left*/
}

.CalendarCSS {
    background-color: White;
    border: 1px solid #eeeeee;
    color: #004276;
    width: 180px;
    border-radius: 5px;
}

.ajax__calendar_months {
    font-family: Verdana,Arial;
    font-weight: bold;
}

.ajax__calendar_header {
    background-color: #dddddd;
    color: black;
    border-radius: 5px;
    margin-bottom: 3px;
}

.ajax__calendar_days table tr td, .ajax__calendar_months table tr td, .ajax__calendar_years table tr td {
    padding: 0;
    margin: 0;
    /*border: 1px solid #d8dcdf;*/
}

.ajax__calendar_day {
    background-color: #eeeeee;
    border: 1px solid #d8dcdf;
    margin: 1px;
}

.actionImgwidth {
    width: 32px;
}



.sitemapstyle {
    padding-left: 5px;
    font-size: 27px;
    color: black;
    font-weight: bold;
}

.labelbuttoncolor {
    color: #3d5e5e
}

.leftalign {
    text-align: left;
    padding: 8px 20px !important;
}

/***** Icons *****/
.icon {
    background-position: 0% 50%;
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-top: 2px;
    padding-bottom: 3px;
}

.icon-add {
    background-image: url(../images/add.png);
}

.icon-edit {
    background-image: url(../images/edit.png);
}

.icon-copy {
    background-image: url(../images/copy.png);
}

.icon-duplicate {
    background-image: url(../images/duplicate.png);
}

.icon-del {
    background-image: url(../images/icon-del.jpg);
}

.icon-move {
    background-image: url(../images/move.png);
}

.icon-save {
    background-image: url(../images/save.png);
}

.icon-cancel {
    background-image: url(../images/cancel.png);
}

.icon-multiple {
    background-image: url(../images/table_multiple.png);
}

.icon-folder {
    background-image: url(../images/folder.png);
}

.open .icon-folder {
    background-image: url(../images/folder_open.png);
}

.icon-package {
    background-image: url(../images/package.png);
}

.icon-user {
    background-image: url(../images/user.png);
}

.icon-projects {
    background-image: url(../images/projects.png);
}

.icon-help {
    background-image: url(../images/help.png);
}

.icon-attachment {
    background-image: url(../images/icon-chain.jpg);
}

.icon-history {
    background-image: url(../images/history.png);
}

.icon-time {
    background-image: url(../images/time.png);
}

.icon-time-add {
    background-image: url(../images/time_add.png);
}

.icon-stats {
    background-image: url(../images/stats.png);
}

.icon-warning {
    background-image: url(../images/warning.png);
}

.icon-fav {
    background-image: url(../images/fav.png);
}

.icon-fav-off {
    background-image: url(../images/fav_off.png);
}

.icon-reload {
    background-image: url(../images/icon-show.jpg);
    padding-left: 25px;
}

.icon-lock {
    background-image: url(../images/locked.png);
}

.icon-unlock {
    background-image: url(../images/unlock.png);
}

.icon-checked {
    background-image: url(../images/icon-right.jpg);
}

.icon-details {
    background-image: url(../images/zoom_in.png);
}

.icon-report {
    background-image: url(../images/report.png);
}

.icon-comment {
    background-image: url(../images/comment.png);
}

.icon-summary {
    background-image: url(../images/lightning.png);
}

.icon-server-authentication {
    background-image: url(../images/server_key.png);
}

.icon-issue {
    background-image: url(../images/ticket.png);
}

.icon-zoom-in {
    background-image: url(../images/zoom_in.png);
}

.icon-zoom-out {
    background-image: url(../images/zoom_out.png);
}

.icon-passwd {
    background-image: url(../images/textfield_key.png);
}

.icon-test {
    background-image: url(../images/bullet_go.png);
}

.icon-file {
    background-image: url(../images/files/default.png);
}

    .icon-file.text-plain {
        background-image: url(../images/files/text.png);
    }

    .icon-file.text-x-c {
        background-image: url(../images/files/c.png);
    }

    .icon-file.text-x-csharp {
        background-image: url(../images/files/csharp.png);
    }

    .icon-file.text-x-java {
        background-image: url(../images/files/java.png);
    }

    .icon-file.text-x-javascript {
        background-image: url(../images/files/js.png);
    }

    .icon-file.text-x-php {
        background-image: url(../images/files/php.png);
    }

    .icon-file.text-x-ruby {
        background-image: url(../images/files/ruby.png);
    }

    .icon-file.text-xml {
        background-image: url(../images/files/xml.png);
    }

    .icon-file.text-css {
        background-image: url(../images/files/css.png);
    }

    .icon-file.text-html {
        background-image: url(../images/files/html.png);
    }

    .icon-file.image-gif {
        background-image: url(../images/files/image.png);
    }

    .icon-file.image-jpeg {
        background-image: url(../images/files/image.png);
    }

    .icon-file.image-png {
        background-image: url(../images/files/image.png);
    }

    .icon-file.image-tiff {
        background-image: url(../images/files/image.png);
    }

    .icon-file.application-pdf {
        background-image: url(../images/files/pdf.png);
    }

    .icon-file.application-zip {
        background-image: url(../images/files/zip.png);
    }

    .icon-file.application-x-gzip {
        background-image: url(../images/files/zip.png);
    }


.icon-activityadd {
    background-image: url(../images/time_add.png);
}

.icon-noteadd {
    background-image: url(../images/note_add.png);
}

.icon-activityall {
    background-image: url(../images/ActivityFilterAll.png);
}

.icon-activityonly {
    background-image: url(../images/ActivityFilterAct.png);
}

.icon-notesonly {
    background-image: url(../images/ActivityFilterNote.png);
}

.icon-checkin {
    background-image: url(../images/check_in.png);
}

.icon-checkout {
    background-image: url(../images/check_out.png);
}

.icon-compare {
    background-image: url(../images/zoom_in.png);
}

.icon-users {
    background-image: url(../images/group.png);
}

.icon-masters {
    background-image: url(../images/table_multiple.png);
}

.icon-configurators {
    background-image: url(../images/ActivityFilterSysAct.png);
}

.icon-stage {
    background-image: url(../images/ticket.png);
}

.icon-reject {
    background-image: url(../images/false.png);
}

.icon-library {
    background-image: url(../images/ActivityFilterNote.png);
}

.icon-upload {
    background-image: url(../images/icon-chain.png);
}

.icon-document {
    background-image: url(../images/document.png);
}

a.sort {
    padding-right: 16px !important;
    background-position: 100% 50% !important;
    background-repeat: no-repeat !important;
}

    a.sort.asc {
        background-image: url(../images/sort_asc.png) !important;
    }

    a.sort.desc {
        background-image: url(../images/sort_desc.png) !important;
    }



@media screen and (max-width:320px) {
    .dashboardSubBox p {
        font-size: 14px;
    }
}


/*CSS form Horizontal Menu*/

* {
    box-sizing: border-box;
}


.containerHorizontal {
    width: 100%;
    margin: 0 auto;
}

ul.Tabmenu li {
    display: inline;
    text-align: left;
}

a.HorizontalMenu {
    display: inline-block;
    width: 25%;
    padding: .75rem 0;
    margin: 0;
    text-decoration: none;
    color: #333;
}


ul.Tabmenu li a:hover,
ul.Tabmenu li a.active {
    border-bottom: 2px solid #000;
    color: #000;
}

hr {
    height: .05rem;
    width: 100%;
    /*margin: 0;*/
    background: black;
    /*border: 1px;*/
    transition: .3s ease-in-out;
}

.topbanner {
    padding: 5px;
    background-color: antiquewhite;
}

@media screen and (max-width:650px) {

    .gridfootercolor {
        background-color: #f2f1f1 !important;
    }

    .mobileCalendarTo {
        display: block;
        margin-top: 25px !important;
        margin-left: 0 !important;
        width: 100% !important;
        padding-left: 0;
    }

    .advSearchContainer span.mobileCalendarTo {
        display: block;
        margin-top: 25px !important
    }

    .advSearchContainer #txtToDate {
        margin: 20px 0 0 0 !important;
        width: 100% !important;
    }

    #txtToSearch {
        margin: 20px 0 0 0 !important;
        width: 106% !important;
    }

    .col3.advSearch .orangeLink img {
        /* margin-bottom: 20px*/
    }

    .minHgtContainer {
        min-height: auto;
    }

    .DashboardPadding {
        padding-top: 20px;
    }

    .DashboardPaddingMatter {
        padding-top: 15px;
    }

    .DashboardPaddingAccount {
        padding-top: 11px;
    }

    .addBtn.smbtn {
        margin-top: 5px
    }

    .row, #txtSocial {
        margin: 4px 0
    }

        #MainContent_lstSocial td, #MainContent_lstSocial, .row input[type="text"], .dataListContainer {
            word-break: break-all;
            width: 100%
        }

    .actionItems.addTasksActions div {
        float: right
    }

    #divTemplate #btnAddTemplate {
        width: 100% !important;
        margin-top: 10px
    }

    .addresscol, .countrycol, .zipcodecol, .typesCol, .citycol, .provisionGSTINcol, .statecol, .GSTINcol {
        width: 100%
    }

    select, .Taskautogrow .col3, .Taskautogrow .col6, .Taskautogrow .col6 select, input[type="text"], .col3, .col4, .col5, .col2, .row .col6, .col8, .col9, .col1, .row textarea {
        width: 100% !important;
        text-align: left
    }

    label {
        text-align: left
    }

    .actionItems {
        width: 100% !important
    }

    .numberalign {
        text-align: left
    }

    .dashboardSubBox p {
        font-size: 14px;
    }
}

span.required {
    color: #bb0000;
    padding: 4px;
}

/*start Data pager css*/
.datapager {
    font-family: Verdana,Arial;
    /*background-color: White;*/
    font-size: 13px;
    text-align: right;
    margin-top: 15px;
    width: 100%;
    padding: 4px;
}

    .datapager a {
        padding: 0px 2px 0px 2px;
    }

    /*.datapager span {
        color: #de6528
    }*/

    .datapager .PagerCurrent {
        display: none !important;
    }


.pagingdropdown {
    font-family: Verdana,Arial;
    font-size: 13px;
    width: 90px;
    color: #de6528
}
/*end Data pager css*/
@media screen and (max-width:1024px) {
    .labelinview {
        padding: 4px !important;
        text-align: left !important;
    }

    .btnBackToSettingMargin {
        margin-left: -7% !important;
    }

    label {
        padding: 8px 20px;
        display: block;
        text-align: left;
        color: black;
    }

    .leftHeadingOuterBox {
        float: left;
        width: 100%;
    }

    .numberalign {
        text-align: left !important;
    }

    [type="radio"]:checked + label:before,
    [type="radio"]:not(:checked) + label:before {
        content: '';
        position: absolute;
        left: 0px;
        width: 18px;
        height: 18px;
        border: 1px solid #ccc;
        border-radius: 100%;
        background: #fff;
        top: 6px !important;
    }

    .row textarea {
        width: 90%;
        border: 1px solid #cccccc;
        border-radius: 5px;
        /*font-family: Lato; */
        font-size: 14px;
        height: 48px;
        padding-top: 8px;
        padding-right: 16px;
        padding-bottom: 8px;
        padding-left: 5px;
    }

    .blockUI {
        width: 100% !important;
        left: 0px !important;
    }

    #uploader {
        width: 100% !important;
    }

    #ParentDiv {
        width: 100% !important;
    }

    .mobileCalendarTo .hasDatepicker {
        margin: 20px 0 0 0 !important;
        width: 106% !important;
    }

    .enterSearchField input[type="text"] {
        border-radius: 5px;
    }

    .checkBoxes.fivepercent.HeaderCol1:after {
        content: "Select All";
        width: 100px;
        padding-left: 30px
    }

    .gridHeading.rowDetails.fullWidth .checkBoxes.fivepercent.HeaderCol1:after {
        content: " "
    }

    .Profit {
        background-color: #d6d6d6;
        margin-left: 0px;
        border-right: 15px solid #5FBB0B;
    }

    .Expense {
        background-color: #FFB848;
        margin-left: 0px;
        border-right: 15px solid #BB720B;
    }

    .marginExcel {
        padding-left: 10px;
    }

    .PaddingLeft25 {
        padding-left: 25%;
    }

    .notification img {
        float: right;
        margin-right: 10px
    }

    .notification span {
        margin: 0 -32px 0 0
    }

    [type="radio"]:checked + label::after, [type="radio"]:not(:checked) + label::after {
        top: 10px
    }

    .gridHeading div, .gridHeading .phoneNumber, .gridHeading .actions {
        width: 100%
    }

    .mWidth100 {
        width: 100% !important
    }

    .gridHeading .actionsBox.whiteBg {
        width: 200px;
    }

    .mBlankline {
        display: block !important;
    }

    .actionsBox.whiteBg {
        right: 0;
        top: 40px
    }

    .gridHeading .actionsBox.whiteBgGrid {
        width: 200px;
    }

    .actionsBox.whiteBgGrid {
        right: 0;
        top: 40px
    }



    .notificationPopup {
        float: left;
        background: #fff;
        border-radius: 5px;
        padding: 10px;
        width: 200px;
        box-shadow: 0 0px 10px #999999;
        margin-bottom: 12px;
        position: absolute;
        z-index: 99;
        display: none;
        top: 60px;
        right: -10px
    }

        .notificationPopup:after {
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 10px solid #fff;
            content: "";
            position: absolute;
            bottom: auto;
            right: 20px;
            top: -10px;
            border-top: 0px solid #fff;
            left: auto
        }

    .mobileCalendarTo, .searchFilter select {
        width: 100%
    }

    .gridHeading .checkBoxes {
        width: 5%
    }

    .mainMenus {
        top: 150px
    }

    .dashboardSubBox {
        margin-top: 20px
    }

    .advSearchContainer select {
        width: 100% !important
    }

    .dashboardBox {
        width: 100%;
        border: 0;
        margin-bottom: 20px;
        padding: 30px 10px;
        min-height: auto;
    }

        .dashboardBox img, .searchBox div, .searchBox input, .col6 {
            width: 100% !important
        }

    .leftTopContainer {
        margin-top: 100px;
    }

    .rightTopContainer {
        margin-top: 100px;
        right: 20px
    }

    #cssmenu ul ul {
        display: none;
        background: #666
    }

    .logo {
        margin-top: -1px
    }

    .searchBox div {
        margin: 5px 0
    }

    input[type="Submit"].searchBtn {
        position: relative;
        margin: 10px 0 0 0;
        border-radius: 0px 5px 5px 0;
        float: right;
    }

    .searchFilter select {
        float: left
    }

    .gridHeading .checkBoxes {
        width: 5%
    }

    .gridHeading .contactName {
        width: 90%
    }

    .gridHeading .contactEmail {
        width: 100%
    }

    .gridHeading .eightpercent, .gridHeading .tenpercent, .gridHeading .twelepercent, .gridHeading .fifteenpercent, .gridHeading .twentypercent, .gridHeading .twentyfivepercent, .gridHeading .thirtypercent, .gridHeading .thirtyfivepercent, .gridHeading .fourtypercent {
        width: 100%
    }

    .gridHeading .twentyonepercent, .gridHeading .eighteenpercent, .gridHeading .seventeenpercent, .gridHeading .nineteenpercent, .gridHeading .fourteenpercent {
        width: 100%
    }

    .gridHeading .fourtypercent, .gridHeading .fiftypercent, gridHeading.eightypercent, gridHeading .fourtyfivepercent, gridHeading .sixtypercent, gridHeading .ninetypercent, gridHeading .seventytwopointfivepercent {
        width: 100%
    }

    .gridHeading .hundredpercent {
        width: 100%
    }

    .gridHeading .fivepercent {
        width: 30%
    }

    .gridHeading .twopercent {
        width: 30%
    }

    .gridHeading div.fivepercent {
        padding: 4px 8px
    }


    .gridHeading .phoneNumber, .gridHeading .actions {
        width: 100%
    }

    .gridHeading .contactof, .gridHeading.fullWidth {
        display: none
    }

    .gridHeading.rowDetails.fullWidth {
        display: block
    }

    .gridHeading .actions img {
        float: right
    }

    .gridHeading .actions span {
        float: right
    }

    .paginationBox {
        margin-top: 20px
    }

    .footerRight.col6 {
        margin: 10px 0
    }

    .container.footer .footerRight {
        text-align: left
    }

    .footerLeft.col6 {
        text-align: center
    }

    #cssmenu > ul > li.has-sub > a {
        padding-right: 0px;
    }

    .mainMenus li a:link, .mainMenus li a:visited {
        padding: 15px 20px 15px 40px
    }

    label {
        padding: 5px 5px 5px 0px;
    }

    input[type="text"], select {
        padding: 8px 5px;
        margin-top: 5px;
    }

    .row .col6 {
        width: 100% !important
    }

    .gridHeading.rowDetails.fullWidth .checkBoxes {
        width: 10%
    }

    .btnBox input {
        margin: 0 5px 10px 0
    }

    .searchBox .advSearchContainer .col3 {
        width: 25%;
    }

    .searchBox .advSearchContainer .col9 {
        width: 100% !important;
    }

    .row input[type="text"].calendarInputValue {
        width: 100% !important
    }

    .advSearchContainer select {
        width: 100%
    }

    .calendarIconAlign.marginRightCalendar {
        margin-right: 0px
    }

        .calendarIconAlign.marginRightCalendar:after {
            clear: both;
            content: "";
        }

    .mobileCalendarTo {
        clear: both;
        padding-left: 20px;
        margin-top: 16px !important;
        margin-left: -18px !important;
        margin-bottom: 0 !important;
    }

    input[type="Submit"].searchBtn {
        border-radius: 5px
    }

    .gridHeading div.actions {
        text-align: left;
    }

    /**********************************************************/
}
