input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.bg-lbrown {
    background-color: #c5b26d !important;
    color: #fff !important;
}

.bg-blue-1 {
    background-color: #5bb6ec !important;
    color: #fff !important;
}


.fa-user-circle-o {
	color: #E74C3C;
}

.glyphicon-edit {
	color: #F39C12;
}
.fa-dashboard {
    color: #ff9d9d;
}
.fa-sun-o {
	color: #03A9F4;
}
.fa-file-text-o {
	color: #17A589;
}
.fa-book  {
    color: #4bbcd0;
}

.fa-cubes {
	color: #a0e853;
}

.fa-files-o {
    color: #f1ee6f;
}

.fa-thumbs-o-up {
	color: #a0e853;
}

.fa-pencil-square-o {
  color: #fd00ff;
}

.fa-spinner {
   color: #5a8bfd;
}

.fa-inr {
    color: red;
}

.fa-handshake-o {
    color: bisque;
}

.fa-cogs {
    color: chocolate;
}

.fa-users{
        color: #e87ddf;
}

.fa-object-group {
        color: yellow;
}

.glyphicon-stats {
    color: #12e612;
}

.fa-address-book {
   color: chocolate;
}

.table>thead>tr>th {
    background: #abdce4 !important;
}

.errortextboxcolor {
	border-color: red !important;
}

.dt-button, .paginate_button {
   	background-color: #3c8dbc;
    border-color: #367fa9;
    color: white;
    padding: 5px 15px;
    margin: 5px;
    border-radius: 5px;
}

.dt-button:hover, .paginate_button:hover {
	background: #367fa9;
	color: white;
}

.repSubBtn {
    height: 25px !important;
    padding: 0px 12px !important;
    margin-bottom: 3px !important;
}

.select2-container--default .select2-selection--single {
    border-radius: 0px !important;
    padding: 6px 0px !important;
    height: 33px !important;
}

.select2-container {
	width: 100% !important;
}

.displayCountries>a {
	padding: 3px 10px !important;
}

.blurred-box{
  position: relative;
  width: 300px;
  height: 350px;
  top: calc(50% - 175px);
  left: calc(50% - 125px);
  background: inherit;
  border-radius: 2px;
  overflow: hidden;
}

.blurred-box:after{
 content: '';
 width: 300px;
 height: 300px;
 background: inherit; 
 position: absolute;
 left: -25px;
 left position
 right: 0;
 top: -25px;  
 top position 
 bottom: 0;
 box-shadow: inset 0 0 0 200px rgba(255,255,255,0.05);
 filter: blur(10px);
}

.user-login-box{
  position: relative;
  margin-top: 30px;
  text-align: center;
  z-index: 1;
}
.user-login-box > *{
  display: inline-block;
  width: 200px;
}

.user-icon{
  width: 100px;
  height: 100px;
  position: relative;
  border-radius: 50%;
  background-size: contain;
  background-image: url("http://gstdemo2.bathrainfotech.com/assets/images/2.JPG");
}

.user-name{
  margin-top: 15px;
  margin-bottom: 15px;
  color: white;
}

input.user-password{
  width: 200px;
  height: 18px;
  opacity: 0.4;
  border-radius: 2px;
  padding: 5px 15px;
  border: 0;
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
 max-width:inherit; /* For Bootstrap 4 - to avoid the modal window stretching full width */
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events:all;
}

p.footer {
        text-align: right;
        font-size: 16px;
        border-top: 1px solid #D0D0D0;
        line-height: 32px;
        padding: 0 10px 0 10px;
        margin: 20px 0 0 0;
}
    
.skin-blue .sidebar-menu>li.active>a {
    background: #00a65a !important;
}

.editbutton {
    background-color: #438bfd;
    color: #fff;
}

.deletebutton {
    background-color: #c13c4e;
    color: #fff;
}

.smsbutton {
    background-color: #00d071;
    color: #fff;
}

.mailbutton {
	background-color: #f57575;
    color: #fff;
}

.printbutton {
	background-color: #e46906;
	color: #fff;
}

.viewbutton {
	background-color: #00a678;
	color: #fff;
}

.bottomDiv {
    padding-top: 20px;
    padding-left: 8px;
}
.bottomDiv>Div>Div>input {
	width : 90%
}

.logout {
    float: right;
    color: white;
    padding: 17px;
    font-weight: bold;
}

.validationerror>p{
	color: red;
}

/* For Calendar Border */
.fc-widget-header:first-of-type, .fc-widget-content:first-of-type {
    border-left: 1px solid #ddd;
}

.fc-widget-header:last-of-type, .fc-widget-content:last-of-type {
     border-right: 1px solid #ddd;
}
