/*
 * Core: General Layout Style
 * -------------------------
 */

 @font-face {
  font-family: 'robotolight';
  src: url('../fonts/roboto-light-webfont.woff2') format('woff2'), url('../fonts/roboto-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'robotoregular';
  src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'), url('../fonts/roboto-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}



body {
  font-family: 'robotoregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* Layout */
.main-header .navbar .nav>li>a {
  color: #999;
  font-weight: bold;
}
.main-header .logo,
.main-header .navbar {
  background-color: #016a6d;
}

.wrapper,
.main-sidebar,
.left-side {
  background-color: #fff;
}

.sidebar-menu>li:hover>a,
.sidebar-menu>li.active>a {
  border-left-color: #1e282c;
}

.sidebar-menu>li:hover>a,
.sidebar-menu>li.active>a {
  background-color: #fff;
  z-index: 1;
}

.sidebar-menu>li>a {
  background-color: #19acb4;
  color: #fff;
}

.sidebar-menu>li.active>a {
  border-left: 3px solid #00285f;
  color: #00285f;
}

.sidebar-menu>li:hover>a,
.sidebar-menu>li>a {
  background-color: #fff;
  font-family: robotoregular;
  font-size: 14px;
  color: #676767;
}

.sidebar-menu>li:hover>a>i,
.sidebar-menu>li>a>i {
  font-size: 17px;
  margin-right: 10px;
}

.sidebar-menu>li>a>i.fa-angle-left {
  font-size: 15px;
}

.sidebar-menu>li>.treeview-menu {
  background-color: #fff;
  /* margin: 0 1px 0 20px; */

  padding-left: 6px;
}

.sidebar-menu .treeview-menu>li>a {
  padding: 5px 5px 5px 17px;
  font-size: 14px;
}

.sidebar-menu .treeview-menu>li>a>.fa,
.sidebar-menu .treeview-menu>li>a>.glyphicon,
.sidebar-menu .treeview-menu>li>a>.ion {
  font-size: 8px;
  z-index: 1;
  position: relative;
}

.sidebar-menu>li>.treeview-menu>li>a>.fa-angle-left{
  font-size: 14px;
  margin-right: 5px;
}
.treeview-menu>li>a {
  color: #676767;
  font-family: 'robotoregular';
}

.treeview-menu>li.active>a,
.treeview-menu>li>a:hover {
  color: #094577;
  font-weight: bold;
}

.treeview-menu li:before {    content: '';    position: absolute;    left: 26px;    top: 0;    bottom: 0;    width: 1px;    background: #82d1d6;    overflow: hidden !important;}

.main-header .navbar .sidebar-toggle {
  color: #cce1e4;
}

.main-header .logo,
 .main-header .logo:hover {
  background-color: #eaeef3 !important;
  border-bottom: 1px solid #e4e7ed !important;
}

.sidebar-menu>li.active>a {
  /* border-left: 3px solid #00285f; */
  font-weight: bold;
  border-left: none;
  color: #00285f;
  background: aliceblue;
}

.main-header .navbar {
  box-shadow: 4px 1px 4px 1px #c6c6c6;
  background: #fff;

}

.main-header .logo {
  line-height: 47px;
  padding: 0px 15px 0 8px;
  box-shadow: 4px 1px 4px 1px #c6c6c6;
}

.grey-border-bx {
  border: 1px dashed #b2b2b2;
  background-color: #f2f2f2;
  padding: 20px;
}

.content-header {
  background: #eaeef3;
  border-bottom: 1px solid #d9dcdf;
}

.content-wrapper,
.right-side {
  background-color: #ffffff;
}
/* Header filter css */
.content-header {
  padding: 0px 15px 0px 15px;
}

.content-header>h4 {
  font-size: 16px;
}

.content-header label {
margin-right: 6px;
}

.content-header  .header-height{
  padding-bottom: 5px;
  padding-top: 5px;
}

.content-header  .h5, h5 {
  font-size: 16px;
  font-weight: bold;
}
/* Header filter css */
.content-header .form-control {
  width: 70%;
  display: inline-block;
}
.main-header .navbar .nav>li.user>a>.fa {
  margin-top: 4px;
  margin-left: 8px;
}
.navbar-nav > .user-menu > .dropdown-menu{width: 180px;}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p{font-size: 15px; margin-top: 5px;}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header{height: 75px;}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer a {
  margin-bottom: 7px;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer a.btn-primary,.navbar-nav > .user-menu > .dropdown-menu > .user-footer a.btn-danger{
    background-color: transparent;
    border: 1px solid transparent;
    color: #555;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer a.btn-primary:hover{
  border: 1px solid #00285f;
  color: #00285f;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer a.btn-danger:hover{
  border: 1px solid #e31f32;
  color: #e31f32;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn{
  width: 100%;
  text-align: left;
}

.error-msg{color: #e31f32;}

.rnd-btn {
  padding: 8px !important;
  border-radius: 20px;
  min-width: auto;
  height: auto;
  margin: 0 0 0px 10px;
}
.label{
  font-weight: normal;
}
.label-grey{background-color: #9d9d9d;}
.label-warning,.label-success,.label-danger,.label-grey{display: block; padding: 5px; }

#success-modal .close {
    margin-top: -11px;
    margin-right: -12px;}

.mandatory{position: relative;}

.mandatory::after{position: absolute; content: "*"; width: 10px; height: 10px; color: #cc0000; margin-left: 2px;}

.form-group {
  margin-bottom: 20px;
}

.form-control {
  color: #929292;
}

.content{background-color: #eaeef3; min-height: 615px;}

.input-group .input-group-addon {
  background-color: #f2f2f2;
}

label {
  font-weight: normal;
  color: #333;
}

.border-dotted {
  height: 1px;
  border-bottom: 1px dashed #9E9E9E;
  margin: 10px 0 20px 0;
}

.content-wrapper {
  box-shadow: none;
  border-left: 1px solid #e4e7ed;
  position: relative;
  z-index: 999;
}

.main-footer {
  margin-left: 0;  
  background: #eaeef3;
  border-top: 1px solid #d2d6de;
  color: #9E9E9E;
  font-size: 12px;
}

/****** Choose File CODE ******/
.form-control:not(select){
  /* resize: none; */
  resize: vertical;
}
input[type=file] {
    display: block;
    padding: 10px;
    border: 1px solid #9ea4a9;
}
.fileUploadImg{
	    display: block;
    margin-bottom: 10px;
}
.file-size-limit {font-size: 12px; color: #999;}
.file-upload {
  display: block;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.file-upload .file-select {
  display: block;
  border: 1px solid #dce4ec;
  border-radius: 2px;
  color: #34495e;
  cursor: pointer;
  height: 57px;
  line-height: 40px;
  text-align: left;
  background: #FFFFFF;
  overflow: hidden;
  position: relative;
}

.file-upload .file-select .file-select-button {
  background: #3e78ee;
  padding: 0 10px;
  margin: 10px;
  display: inline-block;
  height: 34px;
  line-height: 35px;
  color: #fff;
  border-radius: 3px;
}

.file-upload .file-select .file-select-name {
  line-height: 40px;
  display: inline-block;
  padding: 0 1px;
}

.file-upload .file-select:hover {
  border-color: #34495e;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.file-upload .file-select:hover .file-select-button {
  background: #34495e;
  color: #FFFFFF;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.file-upload.active .file-select {
  border-color: #3fa46a;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.file-upload.active .file-select .file-select-button {
  background: #3fa46a;
  color: #FFFFFF;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.file-upload .file-select input[type=file] {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.file-upload .file-select.file-select-disabled {
  opacity: 0.65;
}

.file-upload .file-select.file-select-disabled:hover {
  cursor: default;
  display: block;
  border: 2px solid #dce4ec;
  color: #34495e;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
  text-align: left;
  background: #FFFFFF;
  overflow: hidden;
  position: relative;
}

.file-upload .file-select.file-select-disabled:hover .file-select-button {
  background: #dce4ec;
  color: #666666;
  padding: 0 10px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}

.file-upload .file-select.file-select-disabled:hover .file-select-name {
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
}


/****** Choose File CODE ******/


/************* Multi Select Box **************/

.multiselect {
  /* width: 200px; */
}

.selectBox {
  position: relative;
}

.selectBox select {
  width: 100%;
  border: 1px solid #dadada;
  padding: 4px;
  border-radius: 5px;
  color: #adadad;
}

.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#checkboxes,#checkboxes1 {
  display: none;
  border: 1px #dadada solid;
  padding: 5px;
  z-index: 99999;
  position: absolute;
  background: #fff;
  width: 80%;
}

input[type=checkbox]{
margin: 4px 5px 0 0;
}

#checkboxes label,#checkboxes1 label  {
  display: block;
}

#checkboxes label:hover ,#checkboxes1 label:hover {
  background-color: #1e90ff;
}
/*--------------- Multi Select Box -------------*/

/* font color */

.grey {
  color: #777777 !important;
}


/* font color */


/* space */

.space-4 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 4px 0 3px;
}

.space-6 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 6px 0 5px;
}

.space-8 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 8px 0 7px;
}

.space-10 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 10px 0 9px;
}

.space-12 {
  max-height: 1px;
  min-height: 1px;
  /* overflow: hidden; */
  margin: 12px 0 11px;
}

.space-14 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 14px 0 13px;
}

.space-16 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 16px 0 15px;
}

.space-18 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 18px 0 17px;
}

.space-20 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 20px 0 19px;
}

.mar-left {
  margin: 0 6px 0 10px;
}


/* space */

.ui-accordion .ui-accordion-content {
  overflow: hidden;
}
.modal-body-f68{padding: 15px 0;}
.f68-modal .modal-body {
  padding: 0px 0 15px 0;
}
.f68-bx{
  padding-top: 0px !important;
}

.grey-bg-box{margin-top: 0px !important;}
.grey-border-bx {
  border: 1px solid #e1e1e1;
  background-color: #fff;
  padding: 0px 20px 20px 20px;
  margin: 8px 16px 16px 16px;
    margin-top: 8px;
}
.grey-bg-box {
  background-color: #e8e8e8;
  padding: 20px;
  margin: 0px 16px 16px 16px;
    margin-top: 8px;
    clear: both;
}
.grey-border-bx02 {
    border: 1px solid #e1e1e1;
    background-color: #fff;
    padding: 20px 0px 0px 0px;
}
.grey-border-bx03 {
    border: 1px solid #e1e1e1;
    background-color: #fff;
    padding: 10px;
}
.grey-border-bx04 {
    border: 1px solid #e1e1e1;
    background-color: #f2f2f2;
    padding: 5px;
	margin: 8px 16px 16px 16px;
	border-radius: 2px;
}
.grey-border-bx05 {
  border: 1px solid #e1e1e1;
  background-color: #fff;
  padding: 2px 20px 15px 20px;
  margin: 8px 16px 16px 16px;
    margin-top: 8px;
}
.Noborder {
  background-color: #fff;
  padding: 15px;
}
.table {
  border: 1px solid #e1e1e1;
}
.table > thead > tr > th,.table > tbody > tr > td {
  vertical-align: top !important;
}



tr.even {
  background-color: #fafafa;
}
.grey-border-bx-02 {
  border: 1px dashed #b2b2b2;
  background-color: #fbfbfb;
  padding: 20px;
}

.box-header-with-border {
  border-bottom: 1px solid #ddd;
}

.box-header {
  color: #00a2ad;
  display: block;
  padding: 10px 0;
  position: relative;
  margin-bottom: 10px;
}
.row-no-margin {
  margin-left: 0px;
  margin-right: 0px;
} 
.box-border{    height: auto;
  padding-top: 15px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #888;}

  .box-border-none{
    border-bottom: none;}

.border-bottom {
  border-bottom: 1px dashed #999;
  margin-bottom: 20px;
  margin-top: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'robotoregular', sans-serif;
}

.red {
  color: #cc0c0c;
}

.aqua {
  color: #19acb4;
}

.blue {
  color: #006586;
}

.green {
  color: #3dbe8b;
}


/* accordion */

.ui-accordion .ui-accordion-header {
  color: #fff;
  font-weight: normal;
  background-color: #00a2ad;
  border: none;
  padding: 8px 8px 9px 24px;
  font-size: 18px;
  outline: none;
  margin: 15px 0 0 0;
}

.ui-accordion .ui-accordion-header:hover {
  color: #fff;
  background-color: #00a2ad;
}

.ui-accordion .ui-accordion-header.ui-state-active {
  color: #fff;
  background-color: #00a2ad;
  position: relative;
  font-weight: bold;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  text-indent: 0;
  margin-top: 0;
  position: absolute;
  right: 10px;
  top: 7px;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon:before {
  display: inline;
  font-family: FontAwesome;
  font-size: 15px;
  content: "\f0da";
  float: right;
}

.ui-accordion .ui-accordion-header.ui-state-active .ui-accordion-header-icon:before {
  content: "\f0d7";
  font-weight: normal;
}

.ui-accordion .ui-accordion-content {
  border: 1px solid #cdd8e3;
  border-top-width: 0;
  padding: 11px 16px;
  background-color: #f6f6f6;
}


/* accordion */


/* Colors */

.fa-2x {
  font-size: 1.3em;
}

.red-color {
  color: #aa1111;
}


/* Colors */

.main-header .navbar .sidebar-toggle {
  color: #b4b4b4;
}

.main-header .navbar .sidebar-toggle:hover {
  color: #367fa9;
  background: rgba(0,0,0,0.1);
}

/* Datatables */
table.dataTable thead > tr > th{
  padding-right: 10px;
}

.table>thead:first-child>tr:first-child>th{color: #000; font-family: 'robotoregular';}
/* .table-bordered>tbody>tr>td {
  color: #666;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
} */
.table > tfoot > tr > th,.table > tfoot > tr > th{
  border-right: 1px solid #ddd !important;  
  border: 1px solid #ddd !important;
  background: #e8e8e8;
}

.table-bordered>thead>tr>th {
  background-color: #e4e7ed;
  /* border: 1px solid #c2cfd8;
  border-bottom: 1px solid #c2cfd8 !important; */
}

.table th {
	position:sticky !important; 
	top:0 !important;
	z-index: 2 !important;
}

.table-bordered > thead > tr > th{border-right:1px solid #ddd; border-left:none}
.table-bordered > tbody > tr > td{border-right:1px solid #ddd; border-left:none;    border: 1px solid #ddd;}

table.table-bordered tbody td {
  border-left-width: 0;
  border-bottom-width: 0;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody{border-bottom:1px solid #ddd;}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active
{border: none;}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{border:none;}

div.dataTables_filter label{margin-bottom: 10px;}

.form-control,.dataTables_filter input {
  margin-left: 0em;
  border: 1px solid #d2d6de;
  height: 30px;
  border-radius: 4px;
  color: #929292;
}

select.form-control,.dataTables_length select{
  padding: 3px 12px 6px 5px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #929292;
}

.text-wrap{
  
	word-wrap: break-word;
}
.width-200{
    width:600px;
}

table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc {
  background-image: none !important;
}
.pagination>li:first-child>a,
.pagination>li:first-child>span {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  background: #00285f;
  border-color: #00285f;
  color: #fff;
}


.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button:hover
{  color: #fff !important; border-radius:0px !important }

.dataTables_wrapper .dataTables_paginate .paginate_button{  border-radius:0px !important; margin-left: -1px !important;  padding: 0;}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{border:1px solid transparent;background: transparent;}

table.dataTable.no-footer {border-bottom: 1px solid #ddd;}

table {
  border-collapse : collapse;
  border-spacing: 0;
  max-width: 755px;
  max-width: 100%;
  width: 755px;
}

table.dataTable {
  margin: 0 !important;
}

a{color: #3366ff;}

/* .dt-buttons {
    width: 80%;
    display: inline-flex;
    flex-direction: row-reverse;
       
  }
  /* .dataTables_filter {
    text-align: right;
    width: 50%;
    display: inline;
  } */
  /* button.dt-button.buttons-excel.buttons-html5 {  
  padding: 0px;
    border: 0px;
    color: #39a5dd;
    background: none;
    margin: -5px 10px 0 10px;
    flex-flow: row wrap-reverse;
  }
  button.dt-button.buttons-pdf.buttons-html5{        
    margin-top: -5px;
    padding: 0px;
    border: 0px;
    color: #39a5dd;
    background: none;} */ 
  button.dt-button.buttons-excel.buttons-html5 > span > div,button.dt-button.buttons-pdf.buttons-html5 > span > div{font-size:11px;     margin-top: -2px; }
  

  /* overright css for export */
  .dt-buttons {
    right: 330px !important;
    position: relative !important;
    float: right !important;
    /* position: absolute !important;
    z-index: 999 !important;
    top: none !important; 
	  display: inline-block; */
  }
 button.dt-button.buttons-pdf.buttons-html5{        
    margin: 0px !important;
    padding: 7px !important;
    border: 0px !important;
    color: #39a5dd !important;
    background: none !important;
    border-radius: none !important;
	border: none !important;
	}
	button.dt-button.buttons-pdf.buttons-html5:hover{        
    margin: 0px !important;
    padding: 7px !important;
    border: 0px !important;
    color: #fff !important;
    background: #39a5dd !important;
    border-radius: 2px !important;
	border: none !important;
  }
  button.dt-button.buttons-excel.buttons-html5{        
    margin: 0px !important;
    padding: 7px !important;
    border: 0px !important;
    color: #39a5dd !important;
    background: none !important;
    border-radius: none !important;
	border: none !important;
	}
	button.dt-button.buttons-excel.buttons-html5:hover{        
    margin: 0px !important;
    padding: 7px !important;
    border: 0px !important;
    color: #fff !important;
    background: #39a5dd !important;
    border-radius: 2px !important;
	border: none !important;
	}
.exportbtn{
	position: absolute !important;
	top: 15px !important;
	right: 95px !important;
	background: none;
	border: none;
	font-size: 14;
	font-weight: 600;
	color: #424242;
}	

/* Datatables */


/* Modal Dialog */

button.close {
  margin-top: -25px;
  margin-right: -19px;
  background-color: white;
  opacity: 10;
  border-radius: 20px;
  width: 30px;
  height: 30px;
}

.modal-title {
  font-weight: bold;
  font-family: 'robotoregular';
  color: #094577;
  padding: 10px 15px;
  letter-spacing: -0.6px;
  background-color: #fff;
  border-radius: 6px;
  font-size: 20px;
}

.modal-space {
  width: 10px;
  height: 20px;
}

.divScroll {
  padding-right: 20px;
}

.slimScrollBar {
  background-color: #00a2ad !important;
}

.modal-content {
  border-radius: 6px;
}


.modal-footer {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.modal-dialog h4.text-center {
  margin: 20px 0;
}

.modal-header .close {
  outline: none;
  margin-top: -12px;
  margin-right: -13px;
  font-size: 30px;
}

.close:focus,
.close:hover {
  opacity: 10;
}
.close{font-size: 30px;}
.modal-header {
  border-bottom-color: #dedede;
  padding: 0px;
}

.modal-footer {
  border-top-color: #eff2f7;
  background-color: #eff2f7;
}

.footer-bx {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  ;
}
/*css loader*/


.lds-roller{
 position: fixed;  z-index: 9999; width: 100%; height: 100%; background-color: #333;     display: flex;
    align-items: center;
    justify-content: center;

} 
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*css loader*/
/* Modal Dialog */

.modal-footer {
  padding: 10px 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.grey-border-bx05 h4.title{
  margin-bottom: 10px;
}
h4.title {
  font-size: 20px;
  color: #00285f;
  font-weight: bold;
  margin-top: 14px;
  margin-bottom: 18px;
}
h5.title {
  font-size: 16px;
  color: #00285f;
  font-weight: bold;
  margin-top: 14px;
  margin-bottom: 18px;
  border-bottom: 1px dashed #888;
  padding-bottom: 12px;
}
h5.title01 {
  font-size: 16px;
  color: #00285f;
  font-weight: bold;
  margin-top: 14px;
  margin-bottom: 18px;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 12px;
  
}
h5.title02 {
  font-size: 16px;
  color: #00285f;
  font-weight: bold;
  margin-top: 14px;
  margin-bottom: 18px;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 12px;
  
}
/* Dropzone */
.dropzone {
  text-align: center;
  font-size: 18px;
}

.glyphicon-download {
  font-size: 1.5em;
}

#DropZoneFiddle {
  cursor: pointer;
  border: 1px solid #000;
  padding: 30px 0;
}
/* Dropzone */

.modal {
  overflow-y:auto;
}
.modal {
  background: rgba(0, 0, 0, 0.8);
}
.btn {
  color: #fff;
  border-radius: 3px;
  font-size: 15px;
  border: 0;
  /* background-color: #23c4a2; */
  font-family: 'robotoregular';
  padding: 4px 10px 4px 10px;
  letter-spacing: 0.1px;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-group-xs>.btn, .btn-xs {
  padding: 1px 5px;
  font-size: 12px !important;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-sm>.btn, .btn-sm {
  padding: 2px 8px;
    font-size: 14px !important;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-space {
  margin-right: 10px;
}

.btn-space-bottom{margin-bottom: 10px;}
.btn-app{
  margin: 0 0 10px 5px;
}
.btn-light{color: #4897e0;
    background-color: #ffffff00;
    padding: 0;
    min-width: 25px;
    height: 24px;
    font-family: 'robotolight';
    font-size: 12px;
    line-height: 10px;
  }
  .btn-light .fa{
    font-size: 16px;
    margin-bottom: 4px;
}
.btn-plane{
    font-family: 'robotoregular', sans-serif;
    font-size: 14px;
}



.btn-primary {
  background-color: #00285f;
    border-color: #00285f;
    border:2px solid #00285f;
}

.btn-primary:hover {
  background-color: #fff;
    border:2px solid #00285f;
    color: #00285f;
  
}


.btn-success {
  background-color: #58ac46;
    border-color: #58ac46;
    border:2px solid #58ac46;
}
.btn-success:hover,.btn-success:active,.btn-success:focus,.btn-success:active:focus {
  background-color: #fff;

    border:2px solid #58ac46;
    color: #58ac46;
}

.btn-danger {
    background-color: #e31f32;
    border-color: #e31f32;
    border:2px solid #e31f32;
}
.btn-disabled {
  background-color: #eaedf2;
  border-color: #eaedf2;
  border: 2px solid #eaedf2;
  color: #bbb;
  pointer-events: none;
}


.btn-danger:hover,.btn-danger:active,.btn-danger:focus,.btn-danger:active:focus {
  background-color: #fff;

    border:2px solid #e31f32;
    color: #e31f32;
}


.btn-red {
  background-color: #aa1111;
}
.btn-plane {
  background-color: #aa111100;
  color: #000;
}
.btn-plane:active{
  box-shadow:none;
  -webkit-box-shadow:none;
}
.btn-plane img {
    height: 21px;
}
.border{border: 1px solid #d3d3d3;}
.border-bottom{border-bottom: 1px solid #d3d3d3;}
.wel {
  color: #fff;
}

.small-box-two{    padding: 5px 0px 5px 10px;
    width: 221px;}
.small-box-two-txt{     margin: 5px 10px 0 0;}
/****************** SELECT STYLE ******************/
.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single{
  padding: 2px 0px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #666;
}

.select2-container--default .select2-selection--single {
  border-radius: 3px;
}

.select-style-space {margin-top: -2px !important; margin-left: 10px !important;}

.select-style {
  padding: 0;
  margin: 10px 0 5px 0;
  /* width: 100%; */
  border-radius: 2px;
  overflow: hidden;
  background-color: #fff0;
  border: 1px solid #999;
  position: relative;
}

.select-style select {
  font-size: 1em;
  color: #999;
  padding: 0.3em 2em 0.3em 0.5em;
  width: 100%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select-style select option {
  color: #333;
  font-size: 0.8em;
}

.select-style select:focus {
  outline: none;
}

.select-style select {
  position: relative;
  text-align: right;
}

.select-style:after {
  content: "\25BE";
  position: absolute;
  color: #999;
  font-size: 1.8em;
  right: 3px;
  top: -3px;
}


/****************** SELECT STYLE ******************/
.chart{
         position: relative;
         }
         .chart-read-more{
         position: absolute;
         z-index: 99999;
         bottom: 15px;
         right: 20px;
         font-size: 12px;
         }
.nav.nav-tabs > .title{
         color: #000;
         padding: 10px 10px 7px 10px;
         font-size: 1.1em;
         }
/****************** CHECKBOX ******************/


.form-control[disabled]
{background-color: #eaedf2;}
.input-sm{font-size: 14px;}
.checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 4px;
    left: 8px;
    height: 21px;
    width: 21px;
    background-color: #fff;
    border: 1px solid #BDBDBD;
}

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
    background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #2196F3;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Create a custom radio */
.container-radio {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */

/* Create a custom radio button */
.container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    display: none;
}

.checkmark-radio {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff ;
    border-radius: 50%;

    border: 1px #ccc solid;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark-radio {
    background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark-radio {
    background-color: #eee;
    border: 1px solid #9E9E9E;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-radio:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark-radio:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark-radio:after {
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #2196F3;
}


.small-box p {
    font-size: 16px;
}
.small-box h3
{font-family: 'robotoregular';
font-weight: bold;
    font-size: 18px;
    margin: 15px 0 0 0; 
}
.small-box h3 span{
      opacity: 0.7;
}
.small-box .icon{
    top: 27px;
    font-size: 40px;
    color: #fff;
    }
.small-box:hover .icon {
  font-size: 40px;
}
.grey-bg{background-color:#b7c5cd; padding: 15px 0 0px 0; }
.dark-grey-bg{background-color:#a8b5bd; padding: 15px 0 0px 0;}


/****************** TABS ******************/
.nav-tabs-custom{    border-radius: 0px; }
.nav-tabs-custom > .nav-tabs{ border-radius: 0px;}
.nav-tabs-custom > .tab-content{border-radius: 0px;    border: 1px solid #f0f0f0;}


.nav-tabs-custom > .nav-tabs > li.active {
  font-weight: bold;
    
    border-top-color: #3c8dbc;
    border: 1px solid #e4e7ed;
    border-bottom: none;
}
.nav-tabs-custom > .nav-tabs > li{
  margin-top: 0px;
  height: 43px;
}
.nav-tabs-custom > .nav-tabs > li{background-color: #e8e8e8;}
.nav-tabs-custom > .nav-tabs > li:nth-child(6){background-color: #fff; margin-bottom: 0px;}

.nav-tabs-custom > .nav-tabs{    border-bottom-color: #e4e7ed;}


.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
    margin-right: 15px;
}
/****************** TABS ******************/


.nav-tabs-custom.new-tabs> .tab-content {
    border-radius: 0;
    border: 1px solid #E0E0E0;
}


.nav-tabs-custom.new-tabs > .nav-tabs > li{
  background-color: #e4e7ed;
}

.new-tabs>.nav>li>a {
    padding: 5px 45px;
}

.new-tabs>.nav>li>a {
    padding: 9px 45px 12px 45px;
    font-size: 16px;
}

.nav-tabs-custom.new-tabs > .nav-tabs > li{
  height: 45px;
}

.btn.active {
    display: none;
}

.border-line{ border: 1px solid #d3d3d3;  padding: 10px 0;  border-radius: 5px;}
.small-box{margin-bottom: 0px;}
.bg-green{ background-color: #23c4a2 !important;}
.bg-aqua{ background-color: #60aaff !important;}
.bg-purple{ background-color: #b459b5 !important;}
.bg-golden{ background-color: #f7bd67 !important;}
.bg-golden .inner{color: #fff;}

.bg-light-red{ background-color: #fb746f !important;}
.bg-red{ background-color: #fc5253 !important;}

.wysihtml5-toolbar .btn {
    background-color: #f4f4f4;
    color: #444;
    border:1px solid #ddd;
}

.card-box {
  /* background: #fff;
  min-height: 50px;
  box-shadow: none;
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #f2f2f2;
  border-radius: 0; */

  transition: .5s;
}
.card-box:hover {
/*    box-shadow: 0 1px 5px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
  transition: all 150ms linear; */
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  box-shadow: 0 20px 20px rgba(0,0,0,.1);
  -moz-box-shadow: 0 20px 20px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 20px 20px rgba(0,0,0,.1);
}

@media (min-width: 768px) {
  .box-one-one-big {
width: 1250px;
margin: 30px auto;
}
  .box-one-one {
    width: 1024px;
    margin: 30px auto;
  }
  .box-one {
    width: 900px;
    margin: 30px auto;
  }
  .box-two {
    width: 600px;
    margin: 30px auto;
  }
  .box-three {
    width: 400px;
    margin: 30px auto;
  }
  .box-four {
    width: 450px;
    margin: 30px auto;
  }
  #success-modal .box-two,#decline-modal .box-two{
     width: 400px;
  }
  .main-header .navbar .nav>li>a {
    font-size: 13px;
  }
.sidebar-mini.sidebar-collapse .main-header .navbar{
      margin-left: 230px;
}
.sidebar-mini.sidebar-collapse .main-header .logo{width: 230px;}
.sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg{display: block;}
.sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini{display: none;}
.small-box{border-radius: 3px;}
/*.small-box h3{ margin: 0;}*/
 
.pd-rh{padding-right: 7px;}

.pd-lf{padding-left: 7px;}

 .small-bx-cnt {
    padding-right: 10px;
    padding-left: 10px;
  } 

  .small-bx-cnt-02 {
    padding-right: 15px;
    padding-left: 15px;
  } 

  .small-bx-cnt:nth-child(1) {
     padding-left: 15px;
}
.small-bx-cnt:nth-child(3) {
     padding-right: 15px;
}

}

.saveButton{
	padding-bottom: 20px;
	margin-bottom: 20px;
}


/* Datatable Pagination */

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #333;
    padding-top: 0px;
    margin-top: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    border: none;
    padding-right: 10px;
    padding-left: 10px;
    color: #fff !important;
    border: 1px solid #1a385f !important;
    background-color: #345580 !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #345580), color-stop(100%, #345580)) !important; 
    background: -webkit-linear-gradient(top, #345580 0%, #345580 100%) !important; 
    background: -moz-linear-gradient(top, #345580 0%, #345580 100%) !important;
    background: -ms-linear-gradient(top, #345580 0%, #345580 100%) !important;
    background: -o-linear-gradient(top, #345580 0%, #345580 100%) !important;
    background: linear-gradient(to bottom, #345580 0%, #345580 100%) !important; 
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    border: 1px solid #1a385f !important;
    background-color: #345580 !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #345580), color-stop(100%, #345580)) !important; 
    background: -webkit-linear-gradient(top, #345580 0%, #345580 100%) !important; 
    background: -moz-linear-gradient(top, #345580 0%, #345580 100%) !important;
    background: -ms-linear-gradient(top, #345580 0%, #345580 100%) !important;
    background: -o-linear-gradient(top, #345580 0%, #345580 100%) !important;
    background: linear-gradient(to bottom, #345580 0%, #345580 100%) !important; 

}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border-radius: 0px !important;
    margin-left: -1px !important;
	padding: 0px;
    
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff !important;
    border: 1px solid #1a385f !important;
    background-color: #345580 !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #345580), color-stop(100%, #345580)) !important; 
    background: -webkit-linear-gradient(top, #345580 0%, #345580 100%) !important; 
    background: -moz-linear-gradient(top, #345580 0%, #345580 100%) !important;
    background: -ms-linear-gradient(top, #345580 0%, #345580 100%) !important;
    background: -o-linear-gradient(top, #345580 0%, #345580 100%) !important;
    background: linear-gradient(to bottom, #345580 0%, #345580 100%) !important; 
}

/* Choose File */

div#noFile {
    white-space: nowrap;
    max-width: 100px;
    min-width: auto;
    overflow: visible;
    text-overflow: ellipsis;
    word-break: break-all;
    overflow-wrap: break-word;
}

/* Success & Error Message Popup */


.modal-confirm-error {
    color: #434e65;
    width: 350px;
}
	.modal-confirm-error .modal-content {
    padding: 5px;
    font-size: 14px;
    border-radius: 5px;
    border: none;
}
	.modal-confirm-error .modal-header {
    background: #e85e6c;
    border-bottom: none;
    position: relative;
    text-align: center;
    margin: -28px -5px 0;
    border-radius: 5px 5px 0 0;
    padding: 10px;
}
	.modal-confirm-error h4 {
    text-align: center;
    font-size: 20px;
    margin: 10px 0;
	color:#fff;
}
	.modal-confirm-error .form-control, .modal-confirm .btn {
		min-height: 40px;
		border-radius: 3px; 
	}
	.modal-confirm-error .close {
        position: absolute;
		top: 15px;
		right: 15px;
		color: #000;
		text-shadow: none;
		opacity: 0.5;
	}
	.modal-confirm-error .close:hover {
		opacity: 0.8;
	}
	.modal-confirm-error .icon-box {
    color: #fff;
    width: 60px;
    height: 60px;
    display: inline-block;
    border-radius: 50%;
    z-index: 9;
    border: 5px solid #fff;
    padding: 15px;
    text-align: center;
}
	.modal-confirm-error .icon-box i {
    font-size: 25px;
    margin: -2px 0 0 -2px;
}
	.modal-confirm-error.modal-dialog {
		margin-top: 80px;
	}
    .modal-confirm-error .btn {
    color: #fff;
    border-radius: 4px;
    background: #eeb711;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border-radius: 30px;
    margin-top: 10px;
    padding: 6px 20px;
    min-width: 75px;
    border: none;
}
	.modal-confirm-error .btn:hover, .modal-confirm .btn:focus {
		background: #eda645;
		outline: none;
	}
	.trigger-btn {
		display: inline-block;
		margin: 100px auto;
	}

	
	
	.modal-confirm-success {
    color: #434e65;
    width: 350px;
}
	.modal-confirm-success .modal-content {
    padding: 5px;
    font-size: 14px;
    border-radius: 5px;
    border: none;
}
	.modal-confirm-success .modal-header {
    background: #58ac46;
    border-bottom: none;
    position: relative;
    text-align: center;
    margin: -28px -5px 0;
    border-radius: 5px 5px 0 0;
    padding: 10px;
}
	.modal-confirm-success h4 {
    text-align: center;
    font-size: 20px;
    margin: 10px 0;
	color: #fff
}
	.modal-confirm-success .form-control, .modal-confirm .btn {
		min-height: 40px;
		border-radius: 3px; 
	}
	.modal-confirm-success .close {
        position: absolute;
		top: 15px;
		right: 15px;
		color: #000;
		text-shadow: none;
		opacity: 0.5;
	}
	.modal-confirm-success .close:hover {
		opacity: 0.8;
	}
	.modal-confirm-success .icon-box {
    color: #fff;
    width: 60px;
    height: 60px;
    display: inline-block;
    border-radius: 50%;
    z-index: 9;
    border: 5px solid #fff;
    padding: 15px;
    text-align: center;
}
	.modal-confirm-success .icon-box i {
    font-size: 25px;
    margin: -2px 0 0 -2px;
}
	.modal-confirm-success.modal-dialog {
		margin-top: 80px;
	}
    .modal-confirm-success .btn {
    color: #fff;
    border-radius: 4px;
    background: #58ac46;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border-radius: 30px;
    margin-top: 10px;
    padding: 6px 20px;
    min-width: 75px;
    border: none;
}
	.modal-confirm-success .btn:hover, .modal-confirm .btn:focus {
		background: #58ac46;
		outline: none;
	}
	.trigger-btn {
		display: inline-block;
		margin: 100px auto;
	}
	
	/* Role Access Permission */

input[type=checkbox] {
    margin: -3px 5px 0 0 !important;
    vertical-align: middle !important;
}

a.info:hover .tooltiptext {
  visibility: visible;
}
span.tooltiptext {
  visibility: hidden;
  width: 230px;
  background-color: black;
  opacity: 0.9;
  color: white;
  text-align: center;
  border-radius: 6px;
  padding: 5px 2px;
  position: absolute;
  z-index: 1;
}
table.table-condensed {
  width: 100px !important;
  max-width: 100px !important;
}
span.month {
  display: block;
  cursor: pointer;
}
span.year {
  display: block;
  cursor: pointer;
}
td.day {
  cursor: pointer;
}
/* Multiselect CSS */

select.form-control.multiselect-select-all.ng-untouched.ng-pristine.ng-invalid {
  overflow-y: scroll;
  height: 100px;
  display: block;
}
select.form-control.multiselect-select-all.ng-untouched.ng-dirty.ng-valid {
  overflow-y: scroll;
  height: 100px;
  display: block;
}
select.form-control.multiselect-select-all.ng-dirty.ng-valid.ng-touched {
  overflow-y: scroll;
  height: 100px;
  display: block;
}
select.form-control.multiselect-select-all.ng-pristine.ng-invalid.ng-touched {
  overflow-y: scroll;
  height: 100px;
  display: block;
}


/* datatable scroll */
/* table.table {
  overflow-x: scroll;
  width: 100%;
} */
table#feesandcommission {
  overflow-x: scroll;
  width: auto;
  display: inline-block;
}
table#validatedlss {
  overflow-x: scroll;
  width: auto;
}
table#audit {
  overflow-x: scroll;
  width: auto;
  display: inline-block;
}
table#ldwrate {
  overflow-x: scroll;
  width: auto;
}

/* table th */
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
  border-top: 0;
  text-align: left !important;
  padding-left: 8px !important;
}

/* Sidebar */

li.treeview a:hover {
  color: #094577;
  font-weight: bold;
  background: aliceblue;
}

li.treeview {
  cursor: pointer;
}



.totalAmount{
border:1px solid #ccc;
padding:10px;
background-color:#fafafa;

}

.fleet-Info{
border:1px solid #ccc;
padding:10px;
background-color:#fafafa;
}
.association-dues {
border:1px solid #ccc;
padding:10px;
background-color:#fafafa;
}
.flexspace{
display: flex;
align-items: center;
}
#reportMessage tr:nth-child(2){
background-color:#e4e7ed; 
font-weight:bold;
color:#000;
text-align:center;

}
#reportMessage tr:nth-child(1n+7){
font-weight:bold;
color:#000;
text-align:right;	
}


#reportMessage th{

text-align:center;

}

.btn.btn-success {
background-color: #4CAF50;		
color: #FFFFFF;
	}

.grey-border-bx{
overflow-y: scroll !important;
height: 500px !important;
}
