.img-circle {
    border-radius: 50%;
    width: 29px !important;
}  
.modal {
    display: none;
    position: fixed;
    z-index: 10000000000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(255,255,255,0.8);
}
.formheading {
    font-size: 20px !important;
    font-weight: bold;
    color: #FFF;
    border-bottom: 2px solid;
    text-align: left !important;
}
/* Modal Content */
.modal-content {
    background-color: #013062;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 55%;
}

/* The Close Button */
.close {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.content {
    color: #fff;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
} 
  .bg_load {
    position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #EEE;
}
.pronameheading {
    font-size: 16px;
    color: #1e1e1e;
    font-weight: 900;
}.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    text-align: left !important;
}
.pronameheading1 {
    color: #011997;
    font-weight: 700;
    font-size: 20px;
    margin-top: 5px !important;
}
.wrapperd {
    /* Size and position */
	font-size: 25px; /* 1em */
    width: 8em;
	height: 8em;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -100px;
    margin-left: -100px;

    /* Styles */
	border-radius: 50%;
    background: rgba(255,255,255,0.1);
    border: 1em dashed rgba(138,189,195,0.5);
    box-shadow: 
        inset 0 0 2em rgba(255,255,255,0.3),
        0 0 0 0.7em rgba(255,255,255,0.3);
    animation: rota 3.5s linear infinite;

    /* Font styles */
    font-family: 'Racing Sans One', sans-serif;
    
    color: #444;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 .04em rgba(255,255,255,0.9);
    line-height: 6em;
}

.wrapperd:before,
.wrapperd:after {
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: inherit;
    box-shadow: inset 0 0 2em rgba(255,255,255,0.3);
    border: 1em dashed;
}

.wrapperd:before {
    border-color: rgba(138,189,195,0.2);
	top: 0; right: 0; bottom: 0; left: 0;
}

.wrapperd:after {
	border-color: rgba(138,189,195,0.4);
    top: 1em; right: 1em; bottom: 1em; left: 1em; 
}

.wrapperd .inner {
    width: 100%;
    height: 100%;
    animation: rota 3.5s linear reverse infinite;
}

.wrapperd span {
    display: inline-block;
    animation: placeholder 1.5s ease-out infinite;
}

.wrapperd span:nth-child(1)  { animation-name: loading-1;  }
.wrapperd span:nth-child(2)  { animation-name: loading-2;  }
.wrapperd span:nth-child(3)  { animation-name: loading-3;  }
.wrapperd span:nth-child(4)  { animation-name: loading-4;  }
.wrapperd span:nth-child(5)  { animation-name: loading-5;  }
.wrapperd span:nth-child(6)  { animation-name: loading-6;  }
.wrapperd span:nth-child(7)  { animation-name: loading-7;  }

@keyframes rota {
    to { transform: rotate(360deg); }
}

@keyframes loading-1 {
    14.28% { opacity: 0.3; }
}

@keyframes loading-2 {
    28.57% { opacity: 0.3; }
}

@keyframes loading-3 {
    42.86% { opacity: 0.3; }
}

@keyframes loading-4 {
    57.14% { opacity: 0.3; }
}
.tbl_textright {
    float: right;
    border-left: 1px solid;
    width: 50%;
    text-align: left;
    padding: 0px 5px;
}
.widthsetting {
    width: 26% !important;
}
  .tbl_textleft {
    float: left;
}
.moduletable_style9 {
  
}

#customers th {
    width: 20%;
}
  .fa {
    display: inline-block !important;
    font: normal normal normal 14px/1 FontAwesome!important;
    font-size: 15px !important;
    text-rendering: auto !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    
    margin: 0 0 0 0px !important;
}#customers td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
    font-size: 20px !important;
}
.breadcrumb-arrow {
    height: 36px;
    padding: 0;
    line-height: 36px;
    list-style: none;
    background-color: #e6e9ed;
    font-size: 20px !important;
    font-weight: bold !important;
}
.breadcrumb-arrow li:first-child a {
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px
}
.breadcrumb-arrow li, .breadcrumb-arrow li a, .breadcrumb-arrow li span {
    display: inline-block;
    vertical-align: top
}
.breadcrumb-arrow li:not(:first-child) {
    margin-left: -5px
}
.breadcrumb-arrow li+li:before {
    padding: 0;
    content: ""
}
.breadcrumb-arrow li span {
    padding: 0 10px
}
.breadcrumb-arrow li a, .breadcrumb-arrow li:not(:first-child) span {
    height: 36px;
    padding: 0 10px 0 25px;
    line-height: 36px
}
.breadcrumb-arrow li:first-child a {
    padding: 0 10px
}
.breadcrumb-arrow li a {
    position: relative;
    color: #fff;
    text-decoration: none;
    background-color: #3bafda;
    border: 1px solid #3bafda
}
.breadcrumb-arrow li:first-child a {
    padding-left: 10px
}
.breadcrumb-arrow li a:after, .breadcrumb-arrow li a:before {
    position: absolute;
    top: -1px;
    width: 0;
    height: 0;
    content: '';
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent
}
.breadcrumb-arrow li a:before {
    right: -10px;
    z-index: 3;
    border-left-color: #3bafda;
    border-left-style: solid;
    border-left-width: 11px
}
.breadcrumb {

    margin-bottom: 0px !important;
   
 
    border-radius: 4px;
}
.breadcrumb-arrow li a:after {
    right: -11px;
    z-index: 2;
    border-left: 11px solid #2494be
}
.breadcrumb-arrow li a:focus, .breadcrumb-arrow li a:hover {
    background-color: #4fc1e9;
    border: 1px solid #4fc1e9
}
.breadcrumb-arrow li a:focus:before, .breadcrumb-arrow li a:hover:before {
    border-left-color: #4fc1e9
}
.breadcrumb-arrow li a:active {
    background-color: #2494be;
    border: 1px solid #2494be
}
.breadcrumb-arrow li a:active:after, .breadcrumb-arrow li a:active:before {
    border-left-color: #2494be
}
.breadcrumb-arrow li span {
    color: #434a54
}
.navspan{font-size:15px; margin-left:4px;}

#appgrantnrecived {
    height: 400px;
    width: 100%;
    -webkit-box-shadow: -2px 10px 22px -16px rgba(0,0,0,.75);
    -moz-box-shadow: -2px 10px 22px -16px rgba(0,0,0,.75);
    box-shadow: -2px 10px 22px -16px 
rgba(0,0,0,.75);
background:
    #fff;
}
.bgwhitesd {
    background: #e6e9ed !important;
}
#chartdivclicks {
    height: 400px;
    width: 100%;
    margin-top: 50px; -webkit-box-shadow: -2px 10px 22px -16px rgba(0,0,0,.75);
    -moz-box-shadow: -2px 10px 22px -16px rgba(0,0,0,.75);
    box-shadow: -2px 10px 22px -16px rgba(0,0,0,.75);
    
}
.martop {
    background: 
    #f0f3f7;
    padding: 2px 22px;
        padding-bottom: 2px;
    margin: 16px 0px;
    padding-bottom: 30px;
}#chartdivs {
  width: 100%;
height: 397px;    -webkit-box-shadow: -2px 10px 22px -16px rgba(0,0,0,.75);
    -moz-box-shadow: -2px 10px 22px -16px rgba(0,0,0,.75);
    box-shadow: -2px 10px 22px -16px rgba(0,0,0,.75);

}.mini-box i {
    display: block;
    vertical-align: middle !important;
    padding-top: 16px;
    font-size: 1em !important;
}
#customers {
   
    margin-bottom: 20px;
}
#YearWiseCountspublic {
    min-height: 340px;
    width: 100%;-webkit-box-shadow: -2px 10px 22px -16px rgba(0,0,0,.75);
-moz-box-shadow: -2px 10px 22px -16px rgba(0,0,0,.75);
box-shadow: -2px 10px 22px -16px
rgba(0,0,0,.75);
}
#chartdivs {
    background: #fff;
    padding: 1px;
    margin-top: 14px;
    -webkit-box-shadow: -2px 10px 22px -16px rgba(0,0,0,.75);
-moz-box-shadow: -2px 10px 22px -16px rgba(0,0,0,.75);
box-shadow: -2px 10px 22px -16px
rgba(0,0,0,.75);
}
#piechart_3d{-webkit-box-shadow: -2px 10px 22px -16px rgba(0,0,0,.75);
    -moz-box-shadow: -2px 10px 22px -16px rgba(0,0,0,.75);
    box-shadow: -2px 10px 22px -16px rgba(0,0,0,.75);margin-top: 30px;}
    #YearWiseCountspublic {

    min-height: 340px;

}

/* .span3 {
    width: 23.076923076923077%;
    *width: 23.023731587561375%;
} */
.row-fluid [class*="span"] {
   
   
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.custom-background5, .button.custom-background5, .title-flag-color5 > .module-content-handler > h3 {
    background-color: #02839c !important;
    color: #fff !important;
}


.moduletable_style9 .module-content-handler {
    text-align: left;
    position: relative;
    z-index: 2;
}
.moduletable_styler9 .module-content-handler {
    text-align: left;
    position: relative;
    z-index: 2;
}
.moduletable_style9 {
    color: #444;
}
.custom-color4 {
    color: 
    #fff !important;
}.moduletable_style9 .module-content-handler > h3 {

   margin: 0px;
    float: left;
    background: 

    rgba(0, 0, 0, 0.2);
    height: 55px;
    width: 55px;
    line-height: 55px;
    border-radius: 100%;
    padding: 13px;
    vertical-align: middle;
    display: inline-block;

}
.moduletable_styler9 .module-content-handler > h3 {
    height: 40px !important;
    width: 40px !important;
    line-height: 40px !important;
    padding: 8px !important;
}
.ifa-icon i {
    font-size: 29px !important;
    text-align: center;
    display: block !important;
}.moduletable_style9 .module-content-handler {
    text-align: left;
}
.moduletable_style9 {
    color: #444;
}
.custom-color4 {
    color: #fff !important;
}

.custom-color4 p {
    text-align: right;
   
    padding: 0px;
    margin: 0px !important;
    font-weight: 700;
    /* margin-top: -9px; */
    position: relative;
    
}.custom-background1, .button.custom-background1, .title-flag-color1 > .module-content-handler > h3 {
    background-color: 
    #13527d !important;
}.marg {
    width: 95%;
    margin: auto;
}
.custom-color4 {
    color: #fff !important;
}.width80 {
    width: 95%;
    margin: auto;
}.heading4 {
    font-size: 21px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    color: 
    #202a9c;
    margin: 0px 0px 5px 0px;
        margin-top: 0px;
        margin-bottom: 5px;
    margin-bottom: 5px;
    margin-bottom: 5px;
    text-align: left;
    padding-left: 1px;
    margin-bottom: 11px;
    margin-top: 17px;
}
.custom-background2, .button.custom-background2, .title-flag-color2 > .module-content-handler > h3 {
    background-color: #0d529a !important;
}
/* .custom-background2, .button.custom-background2, .title-flag-color2 > .module-content-handler > h3 {
    background-color: 
    #0a4b55 !important;
} */
/* .custom-background3, .button.custom-background3, .title-flag-color3 > .module-content-handler > h3 {
    background-color: 
    #2e99e6 !important;
} */
.custom-background3, .button.custom-background3, .title-flag-color3 > .module-content-handler > h3 {
    background-color: #ad7503 !important;
}
.public_dasht {
    margin-top: 48px;
}
.public_dasht table th {
    background: 
#085584 !important;
color:
    #fff;
    text-align: center;
}
.flex-stretch > .tf-module {
    align-items: stretch;
}
.flex-stretch > .tf-module, .flex-center > .tf-module {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.row-fluid .span12 {
  
}.custom-background4, .button.custom-background4, .title-flag-color4 > .module-content-handler > h3, .display-product-details.button {
  /*   background-color: #ffb700 !important; */
      background-color: #80057e !important;
}
.moduletable_style9 {
    padding: 15px 20px;
    transition: all 200ms;
    overflow: hidden;
    position: relative;
}.moduletable_style9 .module-content-handler {
    text-align: left;
    position: relative;
    z-index: 2;
}.moduletable_style9::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 999px 0 0 999px;
    border-color: 
transparent transparent transparent
    #fff;
    z-index: 0;
    opacity: .07;
}
.moduletable_styler9::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 999px 0 0 999px;
    border-color: transparent transparent transparent #fff;
    z-index: 0;
    opacity: .07;
}
/* added on 6-dec-2019 */
.xe-widget.xe-counter, .xe-widget.xe-counter-block .xe-upper, .xe-widget.xe-progress-counter .xe-upper {
    background: #f3fdfd;
    padding: 1px;
    line-height: 1;
    display: table;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #e1e8ed;
}
#renData th {
    font-size: 13px !important;
    padding-right: 10px !important;
    /* color: #fff; */
}
#appData th {
    font-size: 13px !important;
    padding-right: 10px !important;
    /* color: #fff; */
}
table.dataTable thead .sorting:after {
    opacity: 1;
    content: "\e150";
   
}
table.dataTable thead .sorting_asc:after {
    content: "\e155";display:none !important
}
table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_asc_disabled::after, table.dataTable thead .sorting_desc_disabled::after {
    position: absolute;
    bottom: 8px;
    right: 8px;
    display: block;
    font-family: 'Glyphicons Halflings';
    opacity: 0;
}
table.dataTable thead .sorting::after {
    opacity: 1;
    content: "\e150";
    opacity: 0;
}
table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
   
   
    font-size: 13px !important;
}
#incData th {
    font-size: 13px !important;
    padding-right: 10px !important;
    /* color: #fff; */
}
/* thead {
    background: rgb(3, 95, 140);
    color: #fff !important;
} */
#table2excel th {
    color: #000 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    padding: 0px 5px;
    vertical-align: middle;
}
thead {
    background: rgb(72, 187, 241); color: #000;
}
/* thead td {
    background: rgb(3, 95, 140) ;
    color: #fff !important;
} */
.xe-widget {
    position: relative;
}
.xe-widget.xe-counter .xe-icon, .xe-widget.xe-counter-block .xe-upper .xe-icon, .xe-widget.xe-progress-counter .xe-upper .xe-icon {
    width: 1%;
}
.xe-widget.xe-counter  .greens i {
    display: block;
    background: 
#68b828;
    background-clip: border-box;
color:
    #fff;
    text-align: center;
    font-size: 25px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
}
.xe-widget.xe-counter .purp i {
    display: block;
    background: 
#7c38bc !important;
    background-clip: border-box;
color:
    #fff;
    text-align: center;
    font-size: 35px;
    line-height: 75px;
    width: 75px;
    height: 75px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
}
.xe-widget.xe-counter .lblue i {
    display: block;
    background: 
#40bbea !important;
    background-clip: border-box;
color:
    #fff;
    text-align: center;
    font-size: 35px;
    line-height: 75px;
    width: 75px;
    height: 75px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
}
.xe-widget.xe-counter .xe-icon, .xe-widget.xe-counter .xe-label, .xe-widget.xe-counter-block .xe-upper .xe-icon, .xe-widget.xe-counter-block .xe-upper .xe-label, .xe-widget.xe-progress-counter .xe-upper .xe-icon, .xe-widget.xe-progress-counter .xe-upper .xe-label {
    display: table-cell;
    vertical-align: middle;
    padding: 20px;
        padding-left: 18px;
}
.xe-widget.xe-counter .xe-label .num, .xe-widget.xe-counter-block .xe-upper .xe-label .num, .xe-widget.xe-progress-counter .xe-upper .xe-label .num {
    display: block;
    font-size: 28px;
   font-weight: 900;
    color: 
    #3e3f3f;
}.text-danger {
    color: 
    #a9a9a9 !important;
}
.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 {
    display: block;
    font-style: normal;
    font-size: 18px;
    text-transform: capitalize;
    color: #000000;
    margin-top: 5px;
}
.fullbodycol {
    background: #ebf7fd!important;
}.card .stats a{
    color: 
    #a9a9a9;
    font-weight: 300;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.card .footer {
    line-height: 30px;
}
.footer .material-icons {
 
    color: #a9a9a9 !important;
}

.card-icon.icon-warning i {
    color: 
    #F3BB45 !important;
     font-size: 4em !important;
    display: block;
    text-align: center;
    margin-top: 21px !important;
}.icon-success i {
    color: 
    #31B36B !important;
    font-size: 4em !important;
    display: block;
    text-align: center;
    margin-top: 21px !important;
}
.icon-danger i {
    color: 
    #EB5E28; font-size: 4em !important;
    display: block;
    text-align: center;
    margin-top: 21px !important;
}
.icon-info i {
    color: 
    #0095BF;
    font-size: 4em !important;
    display: block;
    text-align: center;
    margin-top: 21px !important;
}
.icon-info1 i {
    color: 
    #5A9109;
    font-size: 4em !important;
    display: block;
    text-align: center;
    margin-top: 21px !important;
}
.icon-info2 i {
    color: 
    #0095BF;
    font-size: 4em !important;
    display: block;
    text-align: center;
    margin-top: 21px !important;
}
.icon-info3 i {
    color: 
    #C68806;
    font-size: 4em !important;
    display: block;
    text-align: center;
    margin-top: 21px !important;
}
.icon-info4 i {
    color: 
    #A42C9C;
    font-size: 4em !important;
    display: block;
    text-align: center;
    margin-top: 21px !important;
}
.card-title {
    font-size: 37px !important;
    font-weight: bold !important;
    slategray;
}
.commwi .panel-footer {
    padding: 10px 10px;
    background-color:#fff !important;
border-top: 1px solid
    #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    margin: 0px !important;
}
.commwi {
   width: 20% !important;
transition: transform .2s;
}.commwi:hover {
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
   
}.announcement-heading {
    font-size: 30px;
    font-weight: 700;
}
.paddtop {
    margin-top: 25px;
}
#containerproduct {
  height: 400px; 
}.bggraylight {
    margin-top: 26px;
}.panel-danger > .diff {
    color: 
#551793;
background-color:
#d6ced9 !important;
border-color:
    #ac82bb !important;
}
.panel-success > .panel-heading {
    color: 
#045b05;
background-color:
#C1D0C1 !important;
border-color:
    #4C954D;
}
#container {
    height: 400px; 
}

.highcharts-figure, .highcharts-data-table table {
    min-width: 310px; 
    max-width: 800px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px #cccccc solid;
    margin: 10px auto;
    text-align: center;
    width: 100% !important;
    max-width: 638px !important;
}table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    border-bottom-width: 0;
   
    white-space: normal !important;
}
.highcharts-data-table table td{
 
    border: 1px #cccccc solid !important;

}
table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    border-bottom-width: 0;
  
    white-space: normal !important;
}
.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}
.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
    width: 20%;
}
.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
    padding: 0.5em;
}
.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}
.highcharts-data-table tr:hover {
    background: #f1f7ff;
}
.xe-widget.xe-counter i {
    font-size: 41px !important;
    padding-top: 15px !important;
    display: inline-block !important;
}
#linechart_materials {
    box-shadow: 9px 6px 22px 0 
    rgba(0,0,0,.08);
}
#container {
    height: 400px; box-shadow: 9px 6px 22px 0 
    rgba(0,0,0,.08);
    
}
#containerproduct {
    min-height: 444px;
    background: 
    #fff;box-shadow: 9px 6px 22px 0 
    rgba(0,0,0,.08);
}
#linechart_material {
    min-height: 399px;
    background: 
#fff;
box-shadow: 9px 6px 22px 0
    rgba(0,0,0,.08);
}
#linechart_materials {
    min-height: 380px;
    background: 
    #fff;
    box-shadow: 9px 6px 22px 0 
    rgba(0,0,0,.08);
}#container {
    height: 400px;
    box-shadow: 9px 6px 22px 0 
    rgba(0,0,0,.08);
    margin-bottom: 49px;
}.bggraylight .panel-body {
    padding: 19px 30px;
    min-height: 377px;
}.alert-info {
    color: 
#032d42;
background-color:
#d9edf7;
border-color:
    #bce8f1;
    font-size: 17px;
}
.spnr.show {
    margin: auto;
    width: 10%;
}
.heading1 {
    font-size: 15px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    color: #202a9c;
    margin: 0px 0px 5px 0px;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-top: 0px;
    text-align: left;
    padding-left: 1px;
    margin-top: 4px;
    padding-top: 16px;
    padding-bottom: 9px;
}
    .monthr, .annualr {

    background: 

#fff;


padding: 10px;

    padding-bottom: 10px;

border: 1px solid #d5d5d5;

    border-bottom-color: rgb(213, 213, 213);
    border-bottom-style: solid;
    border-bottom-width: 1px;

border-bottom: 1px solid

    #d6d6d6;
    padding-bottom: 6px;

}
#appData td {
    white-space: pre-line !important;
    font-size: 13px;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    font-size: 18px !important;
    font-weight: 600;
}
.commwi .panel {
   
box-shadow: 9px 6px 22px 0
    rgba(236, 185, 185, 0.08) !important;
}
.commwi .panel-heading {
    min-height: 127px;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-top: 15px;
}
.dataTables_wrapper th {
    font-size: 13px !important; padding-right: 10px !important;
}
table.dataTable thead > tr > td.sorting {
   padding-right: 10px !important;
}
#incData th {
    font-size: 13px !important;
    padding-right: 10px !important;
}
#renData th {
    font-size: 13px !important;
    padding-right: 10px !important;
}.marbottom {
    margin-bottom: 0px !important;
    margin-top: 5px !important;
}
.marbottom lable {
    color: #000 !important;
    font-weight: 700;
}
#appData th {
    font-size: 13px !important;
    padding-right: 10px !important;
}
.helptext1 {
    font-size: 92%;
    font-weight: 600;
    color: maroon;
    text-align: center !important;
    margin-top: -21px !important;
    position: relative;
}
.forms .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 5px !important;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #a19999 !important;
}
.helptext2 {
    font-size: 92%;
    font-weight: 600;
    color: maroon;
    text-align: center !important;
          margin-top: -21px !important;
    position: relative;
 
}
