#vmenu {
	background-image: linear-gradient(70deg , #49dbd4, #698681);
    color: #ffffff;
    font-weight: 900;
}

.uside {
	background-color: #0d3c68 !important;
}

.unavbar {
	background-image: linear-gradient(
				120deg
				, #00e4d0, #5983e8)
}

.skin-blue .sidebar-menu>li>.treeview-menu {
    margin: 0 1px;
    background: transparent;
    color: #c2bdbd;
}

.skin-blue .sidebar-menu>li.active>a { 
    border-left: 4px solid #4d9cf8; 
    background-color: rgba(33, 33, 33, 0.1);
    margin: 0;
    width: 100%;
    color: #11d3d5;
}

.skin-blue .sidebar-menu>li a:hover {
    background-color: rgba(33, 33, 33, 0.1);
    border-left: 4px solid #4d9cf8;
    /* color: #ffffff; */
}

.skin-blue .sidebar-menu>li:hover>a, .skin-blue .sidebar-menu>li.active>a, .skin-blue .sidebar-menu>li.menu-open>a {
   	background-color: rgba(33, 33, 33, 0.1);
    border-left: 4px solid #4d9cf8;
}

.sidebar-menu>li>a>.fa, .sidebar-menu>li>a>.glyphicon, .sidebar-menu>li>a>.ion { 
    color: aliceblue;
}
 
.skin-blue .sidebar a {
    /* color: #b8c7ce; */
    color: #11d3d5;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.content-wrapper {
    min-height: 100%; 
    background-color: #f7f7f7;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.small-button {
     padding: 1px 6px !important;
}
.small-box .icon {
    font-size: 60px !important;
}

.small-box>.call-box-footer {
    padding: 5px 10px; 
    color: #fff; 
    display: block;
    z-index: 10; 
    text-decoration: none;
    font-size: 15px;
}

.bg-lbrown {
    background-color: #c5b26d !important;
    color: #fff !important;
}

.bg-lgreen {
	background-color: #9ada45 !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-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;
	border-color: #d2d6de;
}

.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;
}

.searchCombo {
 width:150px !important;	
}

#filterTable {
	background-color: #a7ecb6;
}
.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;
}

.editbutton {
    background-color: #438bfd;
    color: #fff;
}
 
.deletebutton {
    background-color: #c13c4e;
    color: #fff;
}

.deletebutton:hover.focus, .deletebutton:hover:focus, .deletebutton:hover:hover {
    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;
}
