/** 
 *
 * Apply your custom CSS here
 *
*/
.bg-none {
    background-color: none;
}

.color-white {
    color: #555
}

/* Custom pointer */
.text-pointer{
    cursor: pointer;
    color: #0053d8;
}

.poc_mail_description{
    width: 100% !important;
    height: 200px !important;
}

@font-face {
    font-family: OpenSans;
    src: url(/fonts/OpenSans-Light.woff);
}

/** Paddings and margin */
.p-0 {padding: 0px !important;}
.p-5 {padding: 5px !important;}
.p-10 {padding: 10px !important;}
.p-15 {	padding: 15px !important;}
.p-18 {	padding: 18px !important;}
.p-20 {	padding: 20px !important;}
.p-25 {	padding: 25px !important;}
.pb-5 {padding-bottom: 5px !important;}
.pb-10 {padding-bottom: 10px !important;}
.pr-10 {padding-right: 10px !important;}
.pl-10 {padding-right: 10px !important;}
.pt-10 {padding-top: 10px !important;}
.pt-0 {padding-top: 0px !important;}
.pl-0  {padding-left: 0px !important;}
.pr-0  {padding-right: 0px !important;}
.m-0 {	margin: 0px !important;}
.m-10 {	margin: 10px !important;}
.m-15 {	margin: 15px !important;}
.m-18 {	margin: 18px !important;}
.m-20 {	margin: 20px !important;}
.m-25 {	margin: 25px !important;}
.mt-0 {	margin-top: 0px !important;}
.mt-5 {	margin-top: 5px !important;}
.mt-10 {margin-top: 10px !important;}
.mt-20 {margin-top: 20px !important;}
.mt-30 {margin-top: 30px !important;}
.mb-0{	margin-bottom: 0px !important;}
.mb-5{	margin-bottom: 5px !important;}
.mb-10{	margin-bottom: 10px !important;}
.mb-20{	margin-bottom: 20px !important;}
.mb-50{	margin-bottom: 50px !important;}
/** End of Paddings and margin */
.xe-custom {
    padding: 18px !important
}

.login-bg {
    background: rgba(0, 0, 0, 0) url("/assets/images/login-bg.jpg")
        no-repeat scroll 0 0/cover !important;
    display: block;
    overflow: hidden;
    width: 100%;
}

.col-centered {
    float: none !important;
    margin: 0 auto;
}

.button-right-container {
    float: right;
}

.page-header {
    border-bottom: 0 none;
    color: #000;
    font-weight: 300;
    margin: 30px 0 10px;
    padding-bottom: 9px;
    font-family: OpenSans, Calibri, Verdana, Geneva, sans-serif;
}

.font-open {
    border-bottom: 0 none;
    color: #999;
    font-weight: bold;
    margin: 5px 0 5px;
    padding-bottom: 9px;
    font-family: OpenSans, Calibri, Verdana, Geneva, sans-serif;
}

.font-open-for-popup {
    color: #999;
    font-weight: 300;
    margin: 0px;
    font-family: OpenSans, Calibri, Verdana, Geneva, sans-serif;
    font-size:20px;
    padding:0px;
}

ul.generic-form-error {
    list-style: none;
    padding-left: 0;
}

.error-field {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

/* dropbox custom css*/
.droppable-newarea {
    display: inline-block;
    background: #ededed;
    border: 2px dashed #cbcbcb;
    width: 110px;
    min-height: 110px !important;
    height: 110px;
    line-height: 26px;
    padding:40px 10px 0;
    text-align: center;
    position: relative;
    font-size: 15px;
    color: #646565;
    margin-bottom: 12px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    cursor: pointer;
}

.droppable-docarea {
    display: inline-block;
    background: #ededed;
    border: 2px dashed #cbcbcb;
    width: 100%;
    min-height: 150px !important;
    line-height: 26px;
    padding:40px 10px 0;
    text-align: center;
    font-size: 15px;
    color: #646565;
    margin-bottom: 30px;
    -webkit-border-radius: 2%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    cursor: pointer;
}
.docPicDetailInner{
    bottom: 0;
    left: 14px;
    position: absolute;
    top: 0;
    background: #ededed none repeat scroll 0 0 padding-box;
    border: 2px dashed #cbcbcb;
    -webkit-border-radius: 2%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2%;
    -moz-background-clip: padding;
    border-radius: 2%;
    background-clip: padding-box;
    cursor: pointer;
    min-height: 110px !important;
    display: inline-block;
    line-height: 26px;
    margin-bottom: 10px;
    padding: 40px 10px 0;
    width: 100%;
}

.droppable-business-card {
    padding:20px 10px 0;
}

.docDetailName
{
    max-height: 82px;
    overflow: hidden;

}

.droppable-newarea  #userPicDetail {
    position: absolute;
    right: -2px;
    top: -2px;
}

.upload-image-area {
    position: absolute;
    right: -2px;
    top: -2px;
}

.droppable-newarea  .preview {
    display: block;
}

.droppable-newarea  #logoDetail {
    position: absolute;
    right: -2px;
    top: -2px;
}
.droppable-newarea  .logoDetail {
    position: absolute;
    right: -2px;
    top: -2px;
}
.droppable-newarea  .preview img {
    border: 2px solid #cbcbcb;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 110px;
    width: 110px;
}

.user-pic.droppable-newarea{padding: 13px 10px 0;margin-bottom: 30px;}

/*
* Header Design of tables
*/
.tableHeader{background-color:#efefef}
.tableHeaderPopUp {background-color:#0760a0; color:#fff}
table.table-small-font {font-size: 11px;}

.table.table-bordered > thead > tr > th, .table.table-bordered > tfood > tr > th ,.table > tfoot > tr > td, .table > tfoot > tr > th{
   border-color: #DFDFDF;
   padding: 10px;
}

/*
* Form wizard
*/
.form-wizard .tab-content label.text-danger {
    color: #cc3f44;
}

.wizard-pager{
    list-style: outside none none;
    margin-top: 18px;
    padding-left: 0;
}

.wizard-pager a{color:#fff}

/*
 * display inline
 */
.dInline{display: inline !important;}
.dInlineBlock{display: inline-block !important;}
.dBlock{display: block !important;}

/*
 * panel css for form wizard
 */
.panel-updated .panel-body{padding:0px;}
.panel-updated .panel-heading{padding:0px;border:none;}

/*
 * input group style
 */
.member-form-inputs .input-group-addon i{color: #fff;}

.control-label {
    color: #524f4f !important;
}
html .select2-container .select2-choice .select2-arrow {
    background: #68b828 none repeat scroll 0 0 padding-box;
    color: #fff;
}

.xe-widget.xe-counter-block.xe-counter-block-purple-dark, 
.xe-widget.xe-counter-block.xe-counter-block-purple-dark .xe-upper,
.xe-widget.xe-counter-block.xe-counter-block-purple-dark .xe-upper .xe-icon i {
    background: #5f3d7e  !important;
}

.xe-red{background: #cc3f44 !important;}
.xe-dark-red{background: #d5080f !important;}
.xe-info{background: #40bbea !important;}
.xe-blue{background: #0e62c7 !important;}
.xe-warning{background: #ffba00  !important;}
.xe-yellow{background: #fcd036  !important;}
.xe-grey{background: #d5d5d5  !important;}
.xe-pink{background: #ff6264 !important;}
.xe-purple{background: #7c38bc !important;}
.xe-purple-dark{background: #5f3d7e !important;}
.xe-secondary{background: #68b828 !important;}
.xe-primary{background: #2c2e2f !important;}
.xe-orange{background: #f7aa47 !important;}
.xe-turquoise{background: #00b19d !important;}
.xe-light-blue{background: #40bbea!important;}
.xe-white{background: #fff!important;}
.font-white{color:#fff!important;}


.member-form-inputs .row.back-white::before{
    background: #fff!important;

}
textarea.form-control {
    height: 32px;
}

.text-area-height-125{height:125px!important;}
.text-area-height-80{height:80px!important;}
.text-area-height-70{height:70px!important;}
.text-area-height-55{height:55px!important;}
.text-area-height-width{height:70px!important;width:500px!important;}

.form-horizontal .control-label {
    padding-top: 0px;
}

/* Start tab css*/
.panel-body .head{margin-top:-20px!important;}

.page-container .main-content {
    padding: 30px 16px 0;
}

.page-container .main-content .page-title {
    margin: -30px -16px 17px;
}

.user-info-navbar {
    margin: -30px -16px 30px;
}

footer.main-footer {
    margin-left: -16px;
    margin-right: -16px;
}

.nav.nav-tabs > li.active > a {
    background-color: #c1c1c1;
    color: #4B4B4B;
}

.nav.nav-tabs > li > a {
    background-color: #efefef;
    color: #4B4B4B;
    margin-right:0px;
    padding: 10px!important;
}

.nav.nav-tabs > li > a:hover {
    background-color: #c1c1c1;
}

.nav.nav-tabs + .tab-content {
    border: 1px solid #efefef;
    margin-bottom: 20px;
}

/*
End Tab Css
Loader Css*/

div.loading-spiner-holder{
    background-color:#ffffff;height:100%;width:100%;text-align: center;vertical-align: middle;top:0;left:0;position: fixed;opacity:.4; z-index:9999
}
div.loading-spiner{
    top:50%;left:50%;position:absolute;margin-left:-128px;margin-top:-128px;
}

.member-form-inputs .row::before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin:0px;
}

.user-table tbody tr td.user-image img {
    height: 42px;
    min-width: 42px;
    width: 100%;
}
/* for wizard css*/
.form-wizard.custom-wizard > .tabs > li a > span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.form-wizard.custom-wizard > .tabs > li.active a::after {
    background-color: #ffba00;
}
.form-wizard.custom-wizard > .tabs > li:hover {
    background: #f7f7f7 none repeat scroll 0 0;
}

/* datpicker */
div.datepicker-dropdown{
    z-index:9999999 !important;
}

.user-table1 tbody tr td.user-image1 img {
    height: 42px;
    min-width: 42px;
    width: 100%;
}

/*textarea height*/
textarea.form-control.textarea-large {
    height: 65px;
}

.table > thead > tr > td, .table > tbody > tr > td, .table > tfood > tr > td, .table > thead > tr > th, .table > tbody > tr > th, .table > tfood > tr > th {
    padding: 7px 15px;
}
.table > tfoot > tr > td, .table > tfoot > tr > th {
    padding: 7px 15px;
}
/* cutom radio-box */
.cutom-radio .radio-inline:first-child{
    padding-left:0px;
}

.radio-inline, .checkbox-inline {
    padding-left: 0px;
}

/* custom error*/
.customError input,.customError select{
    border-color: rgba(204, 63, 68, 0.4);
    box-shadow: none;
}

.customError select{
    border-color: rgba(204, 63, 68, 0.4);
    box-shadow: none;
}

label.customError{ color: #cc3f44;}

.table-striped > tbody > tr.custom-odd {background-color:#f9f9f9}
.table-striped > tbody > tr.custom-even {background-color:#fff}


.xe-widget.xe-counter .xe-label span, .xe-widget.xe-counter-block .xe-upper .xe-label span, .xe-widget.xe-progress-counter .xe-upper .xe-label span {
    font-size: 11px;
    text-transform: none;
}
.default_size {width:80px;display:inline}
.default_size_w120 {width:120px;display:inline}
.default_size_w200 {width:200px;display:inline}
.default_size_select {width:115px;display:inline}

.panel .panel-body {color: #656666;}

fieldset.detail {
    border: 1px solid #ddd;
    float: left;
    margin: 0;
    padding: 15px;
    width: 99%;
}
.h235 {
    height: 235px;
}
#ser legend {
    border-style: none;
    margin-bottom: 0;
    width: auto;
}
fieldset.custom-legend-heading legend {
    color: #000;
    font-size: 14px;
    margin-top: 16px;
    text-decoration: none;
    width: 30%;
    border-width: 0px;
}


#right-small-box li {
    background-color: #0e62c7;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    line-height: 14px;
    padding: 8px;
}

.scroll-ui {

    margin-left: -38px;
    margin-top: -15px;
    overflow-y: auto;
}

.tab-move {
    float: left;
    margin-top: -1px;
    padding-right: 5px;
}
.ad_type_quantity {
    width:60px;
    display:inline
}

.ad_type_date {
    width:100px;
    display:inline
}

.elementError {
    border-color:#cc3f44;
}
.errorMsg {
    color:#cc3f44;
    font-size:12px;
    display:block;
    padding-bottom:5px;
}


.panel-opp{}

/* custom table background*/
.td-turquoise{ background-color: #00b19d;color: #fff;}
.td-turquoise a{color: #fff;}
.td-orange{ background-color: #f7aa47;color: #fff;}
.td-orange a{color: #fff;}
.border-colored{border: 1px solid #eee }
.td-rowspan{background:#f9f9f9 none repeat scroll 0 0}

#opp-div li {
    background-color: #e1e1e1;
    border: 1px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px 1px #eeeeee;
    color: #fff;
    margin-bottom: 7px;
    padding: 1px;
    list-style: outside none none;
}

.ui-opp {
    min-height:490px;
    margin-left: -64px;
    margin-top: -15px;
    overflow-y: auto;
    width: 300px;
}
.pageHeading{ background-color:#8DC63F; color:#fff; padding: 10px; }
.list-group-item {
    padding: 0px 15px;
}

/* login icon css*/
.fa-sync{min-width:15px}
.fa-sync-top{min-width:20px}

.hyperlink{text-decoration:underline;}

.gallery-env .album-header .album-options {
    float: left;
}

.album-header-custom {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgb(255, 255, 255);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    margin-bottom: 20px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
}

.album-header-custom-footer {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgb(255, 255, 255);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
}

.album-options-custom {
    float: right;
    padding: 0;
    margin: 0;
}

.assign-account {
    display:none ;
}

.gallery-env .album-images .album-image .thumb img {
    height: 113px;
}

.album-image .thumb img {
    display: block;
    line-height: 1;
    margin: 0;
    width: 100%;
    height : 113px;
}

.album-image-email img {
    display: block;
    line-height: 1;
    margin: 0;
    width: 100%;
    height : 150px;
}

.signature-textarea {
    color: #7d7d7d;
    font-family: Arial,Tahoma,Verdana;
    font-size: 11px;
}

.image-options {
    margin-top: -15%;
}
.mail-link{color:#f7aa47!important;text-decoration:underline;}
.plr-5-10 {padding-left: 5px !important;padding-right: 10px !important;}
.name{width:100%!important}
.name span {font-size: 10px;}
.col-md-12per{width: 12%;}
.vendor_pay_to{width:25%}

/*Data Table Css*/
table.dataTable tbody tr.selected {
    background-color: #B0BED9;
}

.calendar-env .calendar-main {
    padding: 0px;
}

.calendar-env .calendar-main .fc .fc-toolbar .fc-button .fc-icon {
    font-size: 30px;
}
/* Added by rahul for drag and drop*/
.ui-state-highlight{
    height: 50px;
}

.panel-group.panel-group-joined .panel + .panel, .panel-group-joined .panel-group .panel + .panel {
    border-top: 5px solid #ddd;
}
#pmWorkflowId {overflow-x: auto; white-space: nowrap}
#pmWorkflowId th{min-width:200px;}

.commentList{height:350px; overflow:auto; border:1px solid; border-color:#EEEEEE;}
.commentListSmall{height:120px; overflow:auto; border:1px solid; border-color:#EEEEEE;}
.commentListDesign{height:400px; overflow:auto; border:1px solid; border-color:#EEEEEE;}
.installer_class {float:left; width:50%;}
.installer_qunatity{ margin-left: 2px; width: 25%; float:left;}
.bt-none{border-top:none !important}

.costEstimationTotal{text-align:right;}
.wdth-20{width:20%;}
.wdth-25{width:25%;}
.wdth-15{float: left; margin-left: 3px; margin-top: 5px; width: 15%;}


/*Form Wizard*/
.step-width-small{width:5%!important;}
.step-width-large{width:7.5%!important;}
.bs-wizard {margin-top: 10px; text-align: center;}
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard .custom-float{float:none; display:inline-block;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;     margin-left: -4px;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 10px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 10px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 16px; height: 16px; display: block; background: #61c838; top: 44px; left: 50%; margin-top: -15px; margin-left: -13px; border-radius: 50%;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 6px; height: 6px; background: #fff ; border-radius: 50px; position: absolute; top: 5px; left: 5px; }
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 4px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background:  #61c838;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #fff;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }

@media screen and (max-width:768px){
    .step-width-small{width:8%!important;}
    .step-width-large{width:12%!important;}
    .visible-xs, .visible-sm, .visible-md, .visible-lg {
        display: block !important;
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    .step-width-large{width:9%!important;}
}
/*END Form Wizard*/

/* Design check list popup table design */
.checklist-tr th {
    background-color: #0760a0;
    color: #fff;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
}

.design-check-list-table > tbody > tr > th, .design-check-list-table > tbody > tr > td {
    border: 1px solid #eee;
    vertical-align: middle;
}

.finance-checklist-tr th,.finance-check-list-table > thead > tr > th{
    text-align: center;
    vertical-align: middle;
}


.finance-checklist-checkbox {
    text-align: center;
}
/* End of Design check list popup table design */


/* chart section */
.dxc-markers,.dxc-trackers{cursor:pointer;}

.chartDetails .panel-table .panel.panel-custom{
    padding: 0;
}
.chartDetails .panel-table .panel.panel-custom.panel-table-header .panel-heading{
    background: #40bbea
}
.chartDetails .panel-table .panel.panel-custom.panel-table-header .panel-heading .panel-title{
    color: #fff
}
.chartDetails .panel-table .panel.panel-custom .panel-heading{
    background: #f4f4f4 none repeat scroll 0 0;
    margin: 0;
    padding: 10px 5px;
}
.chartDetails .panel-table .panel.panel-custom .panel-heading .panel-title{
    color: #000;
}

.chartDetails .panel-table .panel.panel-custom td.panel-heading{
    background-color: #f9f9f9;
    border-bottom: 1px solid #eee;
    padding: 6px 15px;
}

.chartDetails .panel-table .panel.panel-custom  .collapsed_table tr.innerTable{background-color: #fff;}
.chartDetails .panel-table .panel.panel-custom  .collapsed_table tr.innerTable table{border: 1px solid #eee;}

.chartDetails .panel-table .panel.panel-custom  .collapsed_table tr.table_tr_heading{background: #e1e1e1 none repeat scroll 0 0;  border-bottom: 4px solid #fff;}
.chartDetails .panel-table .panel.panel-custom  .collapsed_table tr.table_tr_heading td.panel-heading{ background: #e1e1e1 none repeat scroll 0 0;position: static;}
.chartDetails .panel-table .panel.panel-custom  .collapsed_table .tableHeader tr{background-color: #0760a0;}

.calendar-custom .calendar-main .fc-event-container .fc-content{white-space: normal;}


/*widget custom*/
.custom-dashboard .xe-widget.xe-todo-list.xe-custom-padding{
    padding-bottom: 5px;
    padding-top: 5px;
}
.custom-dashboard .xe-widget.xe-todo-list.xe-custom-padding div.h3{display:block; padding:10px 0;}
.custom-dashboard .xe-widget.xe-todo-list.xe-custom-padding .pic-wrapper{margin-top: 17px;display: block;}

.custom-dashboard .xe-widget.xe-todo-list.xe-custom-padding .img-thumbnail{  max-height: 100px;}
.custom-dashboard .xe-widget.xe-todo-list.xe-custom-padding .user-info-list{margin-bottom: 7px;}
.custom-dashboard .xe-widget.xe-todo-list.xe-custom-padding .xe-body{padding-bottom: 0;}

.custom-dashboard .user-title {display: table-cell;height: 72px;vertical-align: middle;}


label.required {
    font-weight: bold;
    background: url('/assets/images/icon_mandatory.png') no-repeat top right;
    padding-right: 10px;
}
.latest-success .dataTables_wrapper .table thead > tr .sorting::before, .latest-success .dataTables_wrapper .table thead > tr .sorting_asc::before, .latest-success .dataTables_wrapper .table thead > tr .sorting_desc::before{
    content: none !important;
}
.latest-success .toolbar {  float: left;}
.latest-success .bg-success{font-size: 15px;font-weight: bold;padding: 7px 10px;}
.cal-label-text{position: absolute; padding: 2px 0px 2px 4px;}

.label-installed-internal{background-color:#557524}
.label-installed-external{background-color:#a4cf63}
.label-pending-internal{background-color:#dc8109}
.label-pending-external{background-color:#f8b154}
.label-removal{background-color:#d5080f}

.calendar-env .calendar-right.calendar-right-custom{float:right !important}

.lColomn {
    background-color: #ececec;
    font-family: Arial,Tahoma,Verdana;
    font-size: 11px;
    padding: 2px 2px 2px 6px;
    text-align: left;
}

.rColomn {
    background-color: #f9f9f9;
    font-family: Arial,Tahoma,Verdana;
    font-size: 11px;
    padding-left: 3px;
    padding-right: 3px;
}
.rColomn a{ text-decoration: underline;}

#vendorCount{display:none;}

.mapContainer{min-height:500px}

.rpt-tr-bg{background-color: #b3b3b3!important;border-bottom: 1px solid #fff;}
.rpt-tr-inner-bg{background-color: #ccc!important;border-bottom: 1px solid #fff;}
.rpt-tr-second-inner-bg{background-color: #e4e4e4!important;border-bottom: 1px solid #fff;}
td.bg-last-year{background:#ffe499}
th.bg-last-year{background:#ffba00}
.lh2{line-height: 2;}

.font15{font-size:15px !important}

.placeIcon {
    height: 16px;
    margin: 2px;
    width: 16px;
}

/* order convesation modal popup */
.order-conversation {
    background-color : #f2f2f2;
}


.active.hover-line::before {
    display: block !important;
}
.user-info-navbar .user-info-menu > li.active.hover-line > a{color:#8dc63f;font-weight:bold}
.show-app{padding-right: 10px;}
.show-app li.text-purple{padding-top: 5px;}

/* Address Book list*/
.address-book-list {
    border: 0px solid #eee;
}

.marker-label{
    color: white;
    background-color: #9C00FF;
    font-weight:bold;
    font-family: "Arial", sans-serif;
    text-align: center;
    font-size:25px;
    white-space: nowrap;

}

.search-env.custom-search-env .nav.tabs-vertical > li > a::after{background:none;}
.search-env.custom-search-env .nav.tabs-vertical > li > a{background-color: #f4f4f4;}


#serchEventDetail tr td a{cursor:pointer;}

.customwarning{
    background-color: #FCF3CF;
}
.customdanger{
    background-color: #FADBD8;
}

#opportunityList .panel .panel-heading > .panel-title{ font-size: 15px;}

.custom-yellow-star{color:#EAC117 !important;}
.page-container .main-content .table-responsive{word-break: normal;}

.story-album-version{
    border: 1px solid #eee;
    padding: 10px;
    margin-bottom: 5px;
}

.comment-list-version-history{
    overflow: auto;
    border: 1px solid;
    border-color: #EEEEEE;
}
.cal-pdf,.market-pdf {
    background-color: #0e62c7;
    color: #fff;
    cursor: pointer;
    margin-right: 20px;
    padding: 3px 5px;
}

/* in variance report used to make red block */
.bg-red-block{background-color:#d5080f; color:#fff !important;}
.whtcol{
    color:#fff;
}
table#order-data tbody tr.selected {
    background-color: #ffa;
}

table.weekly-report tbody tr.selected {
    background-color: #ffa;
}
a.underscore { text-decoration: underline !important; }
.wrapped-td{white-space: normal!important;}
.table-fix{table-layout: fixed;}
.rpt-tr-inner-to-inner-bg{background:#e0e0cc !important;border-bottom:1px solid #fff;}
.pl-20{padding-left:20px !important}
.pl-40{padding-left:40px !important}
.pl-30{padding-left:30px !important}
.custom-table-td{padding-right: 3px !important; padding-left: 0px !important;}

/** Radio Groups**/
.radio label, .checkbox label {
    min-height: 18px;
    padding-left: 24px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.colored a,.colored a:hover,.colored a:focus{color:#fff;}
.informational-text{color: #656666;display: block;font-size: 12px; padding-left: 0;}
.chart-custom{background: #fff none repeat scroll 0 0;padding: 0 5px;}
.chart-custom > .chart-label{padding-top: 4px;text-align: center;}
.chart-custom > .chart-wrapper{height: 300px; width: 100%;padding:0 5px 5px; margin-bottom: 30px;}
.chart-custom.arrow-chart > .chart-wrapper{height: 350px;padding-bottom:50px}
.gauge-div{width: 100%; height: 180px; position: absolute;top: 0px;}
.gauge-subtext{width: 100%; margin-top: 10px}
.gauge-wrapper{min-height: 183px;padding:0}
.chart-item-bg.custom-chart{clear:both;display: table;}
.chart-item-bg .chart-label.custom-chart-label{padding: 30px 0 0 10px;position: relative;}

.ae-widget.xe-widget.xe-counter-block .xe-lower span.strong{font-weight: 700;color: #0e62c7;font-size: 12px;text-transform: none;}
.ae-widget.xe-widget.xe-counter-block .xe-lower p span{font-size: 12px;display:inline;text-transform: none;color:#646565}
.ae-widget .user-image.xe-icon img{box-shadow: 0 0 0 4px rgba(186, 186, 186, 0.28);height: 80px;width: 80px;}
.ae-widget .xe-label > strong{color: #0e62c7;}
.ae-widget .xe-upper .xe-icon + .xe-label{padding: 10px 10px 0 0;}
.ae-widget .xe-upper .user-image.xe-icon{padding: 10px 20px 0;}

.custom-dashboard .xe-upper .xe-label .num span.shadow-text{color: #fff;display: inline;font-size: 17px;vertical-align: middle; font-weight: 700;}
.custom-dashboard .xe-widget.xe-counter-block .xe-upper .xe-label.xe-custom-padd{padding-left: 2px;padding-right: 2px;}


.button-container {text-align: center;height: 40px;position: absolute;top: 7px;}

.market-widget.xe-widget.xe-counter-block  .market-image.xe-icon{padding: 10px;width: 100%; display:block}
.market-widget.xe-widget.xe-counter-block .market-image.xe-icon img{width: 100%;height:90px}
.market-widget.xe-widget.xe-counter-block .market-label{color: #0e62c7;text-align: center;}
.market-widget.xe-widget.xe-counter-block .xe-upper .xe-label{display:block;padding:0px}
.market-widget.xe-widget.xe-counter-block .market-label a strong{color: #0e62c7;}
.market-widget.xe-widget.xe-counter-block .xe-lower span{color: #646565;display: inline;font-size: 12px;text-transform: none;}
.market-widget.xe-widget.xe-counter-block .xe-lower span.strong{color:#0e62c7}
.market-widget.xe-widget.xe-counter-block .xe-lower{padding:10px 20px}
.minh-30{min-height: 30px;}

.pipeline-widget .xe-lower p{display: table-row;}
.pipeline-widget.ae-widget.xe-widget.xe-counter-block .xe-lower p span{display: table-cell;}
.widget-table{display: table;width:100%}
.pipeline-widget.xe-widget.xe-counter-block .xe-upper .xe-label{display: block;min-height: 70px;}
.budget-text{margin-top:-55px;}
.chart-paging{ cursor: pointer;z-index:99999}
.xe-more-icon{vertical-align: bottom;}
.custom-dashboard .xe-widget.xe-counter-block .xe-upper .xe-icon.xe-custom-icon, .custom-dashboard .xe-widget.xe-progress-counter .xe-upper .xe-icon.xe-custom-icon{display:table-row;}

.custom-dashboard .xe-widget.xe-progress-counter.xe-icon-widget .xe-upper .xe-label.xe-custom-padd{padding-bottom:5px; padding-top: 15px;}
.custom-dashboard .xe-widget.xe-progress-counter.xe-icon-widget .xe-progress{margin-top: 5px;}
.custom-dashboard .xe-widget.xe-progress-counter.xe-icon-widget .xe-lower{padding-bottom:5px;padding-top:5px}
.order-workflow-page .form-horizontal .control-label{text-align:left !important;}
.order-workflow-page .panel.panel-flat{
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.c-pointer{cursor:pointer;}
.cost-estimation-pop-block .popover{max-width: 70%;z-index:99999; position: fixed; } 
.opportunityMarket .ad_type_quantity {width: 90px;}
.opportunityMarket .print_quantity  {width: 90px;}
.custom-scroll{overflow:hidden; position:relative; max-height:300px}
.assembly-months .ad_type_quantity{display:block}
@media only screen and (min-width: 768px) and (max-width: 1000px) { 
    .custom-dashboard .xe-widget.xe-counter-block .xe-upper .xe-label.xe-custom-padd .num{font-size:22px;}
    .custom-dashboard .xe-upper .xe-label span.shadow-text{font-size: 13px;}
}
@media only screen and (max-width: 767px) { 
    .budget-text{margin-top:0px;}
    .chart-custom.arrow-chart > .chart-wrapper{height: 300px;padding-bottom:0px}
}
.search-icon {
    background: 0 0;
    border: 0;
    height: auto;
    line-height: 1;
    position: relative;
    float: right;
    bottom: 29px;
    opacity: 0.5;
}
.grey-color{
    color:#979898;
}
.popover-inline,.popover-inline div {display:inline-block}

ble.table-small-font {font-size:10px;padding:0px;}

.col-34 {width:6.25% !important; }
.table > thead > tr > td.col-34, .table > tbody > tr > td.col-34, .table > tfood > tr > td.col-34, .table > thead > tr > th.col-34, .table > tbody > tr > th.col-34, .table > tfood > tr > th.col-34{
    padding-left:1px;padding-right:1px;font-size: 11px;text-align: center;
}
.t-align-left{text-align:left !important}
.media-border{border: 1px solid #8fbc94;box-shadow: 0 0 10px #8fbc94;outline: none;}
.production-border{border: 1px solid #5C90B2;box-shadow: 0 0 10px #5C90B2;outline: none;}

.gray-box {background-color: #eee !important;}
.font11 {font-size: 11px;}
.calendar-env .calendar-main.custom-calendar .fc .fc-event{border-radius: 3px;border: 1px solid #fff;}
.open-email-content { text-decoration: underline; }
.open-email-content:hover { text-decoration: underline; color: #888; }

.email-conversation-card h5 { background-color: #8dc63f; }
.email-conversation-subject, .email-conversation-subject:hover, .email-conversation-subject:active, .email-conversation-subject:focus, .email-conversation-subject:visited {
    margin-bottom: 5px;
    margin-top: 5px;
    color: #fff;
    box-shadow: none;
    text-decoration: underline;
}
.email-conversation-body { border: 1px solid #8dc63f; padding: 10px; }
.email-time {
    color: #fff;
    font-style: italic;
    font-size: 11px;
    float: right;
    padding: 4px;
    margin: 10px;
}

.informational-text.informational-text-padding{padding-left: 30px;}

.block-info{position: absolute;right: 5px;color:#fff}
.custom-popover .popover{max-width: 70%;z-index:99999; position: fixed; color:#373e4a !important } 
.mailbox-env .mail-env .mail-table>tbody>tr.unread .col-name { padding-left: 14px; }
.bt-0{border-top: none !important;}
.bb-0{border-bottom: none !important;}
/*
commission module css start
by ksn
*/
.vlComm {
    border-left: 6px solid green;
    height: 595px;
    position: absolute;
    left: 65%;
    margin-left: -3px;
    top: 0;
}
.commhr {
    height: 1px;
    color: blue;
    background-color: green;
    border: 2;
    width: 95%;
    margin-left: 0px;
}

.slectchkcls > div > button{
    padding: 7px 57px;
    width: 120%;
    border-radius: 12px;
    background-color: #8dc63f;
}

.xe-dark-grey {
    background-color: #eee;
}
.xe-dark-grey th {
    color: #333 !important;
    font-family: Arimo,"Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

/*
commission module css end
by ksn
*/

/*
 * New table design css code start
 */
.new-table-layout  thead > tr .sorting::before, .new-table-layout  thead > tr .sorting_asc::before, .new-table-layout  thead > tr .sorting_desc::before {
    color: #333333 !important;
}
/*
 * New table design css code end
 */

/*
Auth :Krishna
*/

.comment-box{
    width: 100%;
    
}

.alert-purple{background-color:#7c38bc;border-color:#cc3f44;color:#fff}
/**************************************/
.btn-light-purple {
    background-color: #795b95 !important;
}

.sales-crm-nav-wrapper{
    width: 100%;
    padding: 0px 0px;
    margin: 0px;
    
}
.sales-crm-nav-list{
        padding: 0;
        list-style: none;
        font-size: 0;
        width: 100%;
    
}
.sales-crm-nav-list li{
    display: inline-block;
    text-align: center;
    margin: 0px !important;
    width: 14.28%;
    background: #000;
    cursor: pointer;
    line-height: 1.42857143;
    padding: 0px;
    padding: 8px 0px;
    
}
.sales-crm-nav-list li a{
    margin: 0px;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    color:#fff; 
    font-family: Arimo,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.sales-crm-nav-list li:hover{ 
    background: #0e62c7;
    
}
.crm-active{
    background: #0e62c7 !important;
}
#lead_form_title {
    padding: 10px 20px;
    margin: 5px 0 25px 0;
}
#commonErrorMessage {
    color: red;
    font-size: 16px;
    padding-right: 10px;
}
#lead_form_title {
    padding: 10px 20px;
    margin: 5px 0 25px 0;
}
.lead_name {
    padding: 10px 0 0 0;
}
.xe-dark-grey {
    background-color: #eee;
}
.xe-dark-grey th {
    color: #333 !important;
    font-family: Arimo,"Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
#my-leads-list thead > tr .sorting::before, #my-leads-list thead > tr .sorting_asc::before, #my-leads-list thead > tr .sorting_desc::before {
    color: #333 !important;
}
#my-leads-list thead > tr .sorting_asc::before {
    content: '\f106';
}
#my-leads-list thead > tr .sorting_desc::before {
    content: '\f107';
}
#my-leads-list td:hover > a {
    color: #333 !important;
}
#my-leads-list td:hover > a > i {
    color: #333 !important;
}
.btn-light-purple {
    background-color: #795b95 !important;
}
#my-leads-list input[type=checkbox] {
    margin: 0;
}
#my-leads-list td {
    vertical-align: middle;
}
#my-leads-list td > a > i {
    float: right;
    padding: 5px;
    z-index: 999;
    border-radius: 5px;
    font-size: 10px;
    display: inline-block;
    position: inherit;
}
#my-leads-list td > input[type=text] {
    border: 1px solid #2c2e2f;
    background: transparent;
    padding: 5px;
}
#my-leads-list th, #my-leads-list td tr {
  position: relative;
}
#my-leads-list.table-bordered > tbody > tr > td {
    padding: 5px 7px;
    position: relative;
}
#my-leads-list.table-bordered > tbody > tr > td > span[data-title]:hover:after, .vehicle_detail_table > tbody > tr > td > span[data-title]:hover:after {
     content: attr(data-title);
     padding: 7px;
     position: absolute; 
     left: 20px;
     top: 125%;
     white-space:pre;
     max-width:none;
     z-index: 20;
     background: #ECECEA;
     border-radius: 7px;
     color: #2c2e2f;
     font-size: 12px;
     border: 1px solid #2c2e2f;
     font-weight: 300;
}
#my-leads-list.table-bordered > tbody > tr > td span, .vehicle_detail_table > tbody > tr > td span {
  position: relative;
  cursor: pointer;
}
#my-leads-list>thead>tr>th, #my-leads-list>tfoot>tr>th, #my-leads-list>tbody>tr>td {
border: 1px solid #efefef !important;
}
#action-edit-lead, #action-convert-lead {
    float: left;
    margin: 0 15px 0 0;
}
#my-leads-list>tbody>tr>td {
    font-size: 11px;
}
.custom-hyperlink {
    color: blue !important;
    text-decoration: underline !important;
}
#my-leads-list td:hover > .custom-hyperlink {
    color: blue !important;
    text-decoration: underline !important;
}
.remove-margin, #activity .main-tab-content .tab-content {
    margin: 0 !important;
}
#panel-poc-info-header {
    background: #f3f2f2;
    border-left: 1px solid #97989875;
    border-right: 1px solid #97989875;
    border-top: 1px solid #97989875;
    padding: 27px 20px 0px 20px;
}
#panel-poc-info-header .page-header {
    display: inline-block;
    padding: 0 0 0 10px;
}
#panel-poc-info-header .page-header > h2 {
    margin: 0;
    font-size: 18px;
     font-weight: 900;
}
#panel-poc-info-header .page-header > span {
     font-size: 12px;
}
#panel-poc-info-header .panel-heading {
    color: #97989875;
}
#panel-poc-info-header .fa-user {
    color: #000;
    font-size: 40px;
}
.poc-info {
    display: inline-block;
    margin-right: 50px;
}
.poc-info span {
    font-size: 12px;
}
.poc-info > h3 {
    font-size: 15px;
    margin-top: 7px;
    font-weight: bold;
}
#panel-poc-info-body{
    padding: 0 20px 0 30px;
}

#work-flow-link:before {
    padding: 3px 7px;
    background-color: #ffffff;
    border-radius: 100px;
    margin: 0 10px 0 0;
    text-align: center;
    float: left;
}
#work-flow .nav.nav-tabs > li:first-child > a {
    border-radius: 25px 0 0 25px;
}
#work-flow .nav.nav-tabs > li:last-child > a {
    border-radius: 0 25px 25px 0;
}
#work-flow .nav.nav-tabs > li > a {
    padding: 5px 5px !important;
}
#work-flow .col-md-12 {
    width: 80%;
}
#work-flow {
    border: none;
}
#key-field, .next_steps p, .past_activities p {
    margin-bottom: 15px;
    border-bottom: 1px solid #524f4f;
    display: inline-flex;
    width: 100%;
}
#key-field p, #work-flow strong, .next_steps p, .past_activities p {
    font-size: 13px;
    font-weight: 600;
    padding-bottom: 10px;
    color: #524f4f;
}
#leadEditForm .row {
    margin: 10px 0;
}
#div-edit-link a{
    float: right;
    color: blue;
}
#key-field p, #div-edit-link{
    width: 50%;
}
#work-flow .nav-tabs>li.active>a:hover, #work-flow .nav-tabs>li.active>a:focus, #activity-tab:hover, #activity-tab:focus {
    color: #fff;
}
#activity .main-tab-content{
    padding: 0;
}
#activity .main-tab-content .tab-content{
    border: none;
}
#activity .main-tab-content li > a {
    background-color: #efefef;
    color: #656666;
}
#activity #activity-tab, #activity .main-tab-content li > a  {
   font-size: 17px;
}
#activity .main-tab-content li.active > a {
   background-color: #8dc63f;
   color: #fff;
}
#activity-buttons {
    padding: 20px 0 0 0;
}
#activity #activity-tab, #activity .main-tab-content li {
    margin-right: -3px;
}
#activity .main-tab-content li:last-child > a {
    border-radius: 0 75px 75px 0;
}
#call-tab #leadCallLogForm .row, #task-tab #leadTaskForm .row, #event-tab #leadEventForm .row, #email-tab #leadEmailForm .row,#task-event-edit-form #leadTaskForm .row,#task-event-edit-form #leadEventForm .row{
    margin: 10px 0 0 0;
}
#call-tab #leadCallLogForm .row label, #task-tab #leadTaskForm .row label, #event-tab #leadEventForm .row label, #email-tab #leadEmailForm .row label  { 
    padding-bottom: 10px;
}
#task-tab #leadTaskForm .row .timepicker a i, #task-tab #leadTaskForm .row a i, #event-tab #leadEventForm .row a i {
    color: #fff;
}
#task-tab #leadTaskForm .row a .fa-remove, #event-tab #leadEventForm .row a .fa-remove {
    color: #000;
}
.next_steps p, .past_activities p, .activity-content {
    margin: 15px;
}
.next_steps .col-sm-12, .past_activities .col-sm-12 {
    width: 98%;
}
.next_steps .activity-content i, .past_activities .activity-content i {
    padding: 10px;
    color: #fff;
    margin-left: 10px;
    font-size: 15px;
}
.next_steps .activity-content i, .next_steps .activity-content > span:before {
    background-color: #8dc63f;
}
.past_activities .activity-content i, .past_activities .activity-content > span:before {
    background-color: #cc3f44;
}
.activity-content > div {
    display: inline-block;  
}
.activity-content > .activity-value {
    padding-left: 17px;
}
.next_steps .activity-content > span:before, .past_activities .activity-content > span:before {
    display: block;
    content: '';
    width: 3px;
    position: absolute;
    left: 3.85rem;
    bottom: 0;
    z-index: 0;
    margin-left: 1px;
    top: 37px;
    height: auto;
    min-height: 40%;
}
.next_steps .row:after, .past_activities .row:after {
    margin-bottom: 10px;
}
.activity-date {
    float: right;
}
#default-msg {
    margin-left: 65px;
}
#default-msg > div {
    margin-bottom: 5px;
}
.download_file {
    float: right;
    margin: 10px 0;
    font-size: 15px;
    border-bottom: 1px solid #000;
}
.next_steps .activity-content .fa-pencil.edit-links {
    background: #fff;
    color: #000;
    margin-left: 0;
}
.next_steps .activity-content .fa-pencil.edit-links:hover {
    color: #8dc63f;
}
.dropzonecrm-error, .dropzonecrmevent-error, .file-supported-msg {
    display: block;
    color: red;
    padding-left: 5px;
    padding-top: 15px;
}
.popup-column-txt {
    background-color: #eee;
    padding: 6px 12px;
    font-size: 13px;
    color: #555;
    cursor: not-allowed;
    opacity: 1;
}
.arrow-icon {
    font-size: 30px;
    margin: 25px 0px 10px 25px;;
    color: #555;
}
#btn-add-vendor:hover {
    border: 1px solid #ffba00;
}
.cbr-replaced .cbr-state {
    border: 1px solid #000;
}
.dropzone-vendor {
    min-height: 200px !important;
}
.dropzone .dz-default.dz-message {
    background-image: none !important;
}
/*START: sales dashboard*/
.chart-heading{
    width:100%;
}
.chart-tag{
   font-size: 10px !important;
  
    margin: 0px; 
}
.lead-miter{
    text-align: center;
    margin-top: -70px;
    z-index: 9999;
    position: relative;
}
.lead-miter h3{
    font-size: 14px;
}
.edit_link_disabled {
  pointer-events: none;
  cursor: default;
  color: #cdced0;
}
#my-leads-list.table-bordered > tbody > tr > td > p > span[data-title]:hover:after {
     content: attr(data-title);
     padding: 7px;
     position: absolute; 
     right: -80px;
     top: 125%;
     white-space:pre;
     max-width:none;
     z-index: 20;
     background: #ECECEA;
     border-radius: 7px;
     color: #2c2e2f;
     font-size: 12px;
     border: 1px solid #2c2e2f;
     font-weight: 300;
}

.upcoming-event-dashboard .timeline-centered {
    position: relative;
    margin-bottom: 10px;
}

.upcoming-event-dashboard .timeline-centered .timeline-entry {
    position: relative;
    width: 85%;
    float: right;
    margin-bottom: 0px;
    clear: both;
}

.upcoming-event-dashboard .timeline-centered .timeline-entry .timeline-entry-inner {
    position: relative;
    margin-left: -12px;
}

.upcoming-event-dashboard .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
    position: absolute;
    left: -30px;
    text-align: right;
    padding: 10px;
    padding-top: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 10px;
}

.upcoming-event-dashboard .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span:first-child {
    font-size: 10px;
    font-weight: 700;
    color: #717272;
}
.upcoming-event-dashboard .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span {
    display: block;
    color: #979898;
}
.upcoming-event-dashboard .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.timeline-bg-success {
    background-color: rgb(47, 145, 218);
    color: #fff;
    margin-left:32px;
}

.upcoming-event-dashboard .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
    background: #fff;
    color: #737881;
    display: block;
    width: 7px;
    height: 52px;
    -webkit-border-radius: 20px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 20px;
    -moz-background-clip: padding;
    border-radius: 20px;
    background-clip: padding-box;
    text-align: center;
    -webkit-box-shadow: 0 0 0 5px #fff;
    -moz-box-shadow: 0 0 0 5px #fff;
    box-shadow: 0 0 0 5px #fff;
    line-height: 40px;
    font-size: 16px;
    float: left;
}

.required-field::before {
    content: "*";
    color: red;
}


.upcoming-event-dashboard .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
    position: relative;
    background: #fff;
    padding: 0.7em;
    margin-left: 58px;
}
.upcoming-event-dashboard .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
    font-size: 15px;
    margin-bottom: 10px;
}
.upcoming-event-dashboard .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2, .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
    color: #737881;
    font-size: 13px;
    margin: 0;
    line-height: 1.42857143;
}

.upcoming-event-dashboard .timeline-entry .timeline-entry-inner .timeline-label p {
    color: #737881;
    font-size: 11px;
    margin: 0;
    line-height: 1.42857143;
}

.upcoming-event-dashboard-scroll{
    height: 1525px; overflow-y: scroll; background-color: #fff;margin-left:15px;
}

/* Development Request */
 .development-request-link{
     margin-left:-58%;
 }
 .development-request-link i,.development-request-link span{  
     color: #68b828;
 }
 @media (max-width: 768px){
   .development-request-link{
     margin-left:-220%;
    }
 }

@media (min-width: 768px){
    .upcoming-event-dashboard-scroll{
    width: 23%;
}

#allEvents{
    z-index:500;
}
.upcoming-event-dashboard-scroll .timeline-label a {
    text-decoration: underline;
}
 .upcoming-event-dashboard-scroll .timeline-labels a {
    text-decoration: underline !important;
}

.upcoming-event-dashboard-scroll .timeline-labels h5{
    margin-bottom:0 !important; 
}

.upcoming-event-dashboard .timeline-centered h4{
    margin-bottom: 2px;
}

.modal{overflow-y: scroll;}

#consolidateforecastdata .numerical {
    height:25px !important;
}

}
