.border_bottom{
	border-bottom: 1px solid #f4f4f4;
}
.dataTables_processing{
	border:0px;
	/*background-color :#337ab7;
	z-index: 100*/
}
.pointer{
      cursor:pointer;
    }
.header-custom{
  background-image: -webkit-gradient(linear, left top, right top, from(#20b9ae), to(#006fd6)); color: white;
}
.ui-autocomplete-loading {
    background: white url("../../plugins/autocomplete/loader2.gif") right center no-repeat;
}
.ui-autocomplete-loader-center {
    background: white url("../../plugins/autocomplete/loader1.gif") center center no-repeat;
}
.font-italic{
	font-style: italic !important;
}
.bg-dream-blue{	
	background-image: -webkit-gradient(linear, left top, right top, from(#20b9ae), to(#006fd6));
	color:white;
}
.bg-dream-red{
	background-color: #f40404d6;
	color:white;
}
.bg-dream-green {
	background-color: green;
	color:white;
}
.bg-dream-purple {
	background-color: #a612a6;
	color:white;
}
.bg-dream-pink {
	background-color: #D81B60;
	color:white;
}
.bg-dream-maroon {
	background-color: #058ef2;
	color:white;
}
.export-div-center {
	margin-right: 21%!important;
}
/*my styles start*/
.m-r-10{
	margin-left: -5px;
}
.m-r-18p{
	margin-right: 18%;
}
@media (max-width:960px) {
	.m-r-18p{
		margin-right: 3%;
	}
	.btn.btn-flat {
		font-size: 0.8em!important;
	}
	.register-box-1 {
		width: 90%!important;
	}
    #chartContainer{
        overflow: scroll!important;
    }
}
.login-footer {
    height: 5vh;
}
.register-box-1 {
    width: 50%;
    margin: 1% auto;
}
.login-box-body {
	border-radius: 20px;
}
.field-wrapper {
    position: relative;
    /* margin-bottom: 1rem; */
    /* margin-top: 0.5rem; */
    min-width: 90px;
}
.field-wrapper .field-placeholder {
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #0d5355;
    background: #ffffff;
    border-radius: 30px;
    font-size: .8rem;
    font-weight: 600;
    top: -12px;
    left: 7px;
    padding: 2px 7px;
    z-index: 10;
    text-align: left;
}
.select2-container .select2-selection--single {
    height: auto!important;
}
.select2{
	width: 100%!important;
}
.form-control {
    height: 38px!important;
}
.num {
    position: absolute;
    right: 5px;
    top: -1px;
    /* color: #fff; */
    /* font-size: 14px; */
    font-weight: bold;
    /* z-index: 99; */
}
.icon-chat_bubble {
    position: absolute;
    right: -5px;
    top: 0px;
    background-color: red;
    border-radius: 50%;
    height: 19px;
    width: 22px;
}
.mt-15{
	margin-top: 15px;
}
.mb-10{
	margin-bottom: 10px;
}

.sidebar-menu, .main-sidebar .user-panel, .sidebar-menu>li.header {
    margin-top: 5px;
}
.canvasjs-chart-credit{
    display: none!important;
}

.btn-primary {
    background-color: #0d5355!important;
    border-color: #0d5355!important;
  }
  .btn-primary:hover,.btn-primary:active,.btn-primary.hover {
      background-color:#1b706b;
  }
  .header-custom {
    background-image: -webkit-gradient(linear, left top, right top, from(#1aafa4), to(#0d5355))!important;
    color: white;
  }
  .bg-teal {
    background-color: #1b706b !important;
  }
  .breadcrumb-separator {
    border-bottom: 3px solid #0d5355;
    margin-bottom: 25px;
    padding-bottom: 15px;
  }
  .fc-event {
    font-size: 1.0em;
    line-height: 1.5;
}
.input-error{
    outline: 1px solid red;
}
.small-box {
    height: 8em!important;
}
.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a {
    word-wrap: break-word!important;
    white-space: normal!important;
}
/* body{
    font-size: 1.4em!important;
} */
.invoice{
    margin: 0px!important;
}