.inline-textbox {
    display: inline-block;
}


.loaderMain {
	position: fixed;
	background: rgba(0, 0, 0, 0.8);
	left:0; top:0;
	width: 100%;
	height: 100%;
    z-index: 999999;
    display: none;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin:auto;
  font-size: 10px;
  position: absolute;
  left:0; right:0;
  top:0; bottom:0;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.chart-legend-out {
	padding: 0;
}

.chart-legend-out ul {
	margin: 10px 0 0 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #3c8dbc !important;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}
.fc-title{
      white-space: normal !important;
}



.olderThanField {
    width: 40px;
    text-align: center;
    margin: 0 5px;
    height:20px;  
}

.chartPIE .col-md-6 {
    padding-left: 10px;
    padding-right: 10px;
}

.chartPIE .col-md-6 .col-md-8 {
  padding-left: 0px;
}

.chartPIE .col-md-6 .col-md-4 {
  padding: 0;
}

.chartPIE .chart-legend {
  
}

.chartPIE .chart-legend li i {
  margin-right: 4px;
}

.chartPIE .col-md-6 .box {
    min-height: 170px;
}

.customList {
  margin:0;
  padding: 0;
}

.customList li {
  list-style: none;
}

.customColB .col-md-8 {
  padding: 0;
}

.customColB .col-md-8 .col-md-12 {
    padding-left: 0;
    padding-right: 10px;
}

.customColB .col-md-4 {
  padding-right: 0;
}

.customColB .col-md-4 .col-md-12 {
  padding-left: 5px;
  padding-right: 0;
}

.scrollShowB {
    max-height: 400px;
    overflow: auto;
}

.scrollShowB .table {
  width: 1200px;
}

.chartPIE .col-md-6 {
    padding-left: 10px;
    padding-right: 10px;
}

.chartPIE .col-md-6 .col-md-8 {
  padding-left: 0px;
}

.chartPIE .col-md-6 .col-md-4 {
  padding: 0;
}

.chartPIE .chart-legend {
  
}

.chartPIE .chart-legend li i {
  margin-right: 4px;
}

.chartPIE .col-md-6 .box {
    min-height: 170px;
}

.customList {
  margin:0;
  padding: 0;
}

.customList li {
  list-style: none;
}

.customColB .col-md-8 {
  padding: 0;
}

.customColB .col-md-8 .col-md-12 {
    padding-left: 0;
    padding-right: 10px;
}

.customColB .col-md-4 {
  padding-right: 0;
}

.customColB .col-md-4 .col-md-12 {
  padding-left: 5px;
  padding-right: 0;
}

textarea {
    resize: none !important;
}

.logoLarge {
  width: 100%;
  max-width: 100%;
  display: block;
}

.top-header {
    background: #ecf0f5;
    padding: 30px 0 30px 0;
}

.top-header .container {
  display: table;
}

.top-header .col-md-3 {
    display: table-cell;
    vertical-align: bottom;
    float: none;
}

.top-header .col-md-6 {
  width: 100%;
}

.copyright {
    min-height: 50px;
    display: flex;
    align-items: center;
}


.BulkDeleteSection {
    text-align: center;
    margin: 0 0 20px 0;
}

.BulkDeleteSection button {
  display: inline-block;
    margin: 0 12px;
}
input.error-text {
  border: 1px solid red;
}
/*
* Input phone no field is done for avoiding robot sign up
*/
input.phone_no_field {
  position:absolute !important;
  left:-2000px !important;
}