.table td, .table th{
    font-size:13px;
    vertical-align: initial;
}

.dataTables_filter input {
    background: #eee !important;
    border-radius: 50px !important;
    padding-left: 20px;
}

.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 38px !important;
}

.price-inputmask{
    text-align: right !important;
}

.demo-checkbox label, .demo-radio-button label{
    min-width: 92px !important;
}

[type=checkbox]+label{
    padding-right: 15px;
}

.label-financial {
    font-size: 11px;
}

::placeholder{
    font-size: 14px;
    color: thistle !important;
}

.sidebar-nav ul li a{
    background: #d0e0f2;
    color: #092d77;
    font-weight: 600;
}

.sidebar-nav>ul>li>a i{
    color: #092d77 !important;
}

.sidebar-nav > ul > li.active > a, .sidebar-nav>ul>li.active>a i{
    background: #092d77;
    color: #fff !important;
}

.form-control, .select2-container--default .select2-selection--single{
    border: 2px solid #092d77 !important;
}

.required:after {
    content:" *";
    color: red;
}

.addRow-inline{
	display: inline-block !important;
}

.dropify-message > p{
	text-align:center !important;
}

/* Dropdown Button */
.dropbtn {
	/* background-color: #4CAF50; */
	color: white;
	padding: 16px;
	font-size: 16px;
	border: none;
  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
	position: relative;
	display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #ddd;}
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: block; z-index: 999999 !important;}
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  /* .dropdown:hover .dropbtn {background-color: #3e8e41;} */



    /* Center the loader */
  #loader {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #3498db;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
  }
  
  @-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
  }

  #dimScreen
{
    position:fixed;
    padding:0;
    margin:0;

    top:0;
    left:0;

    width: 100%;
    height: 100%;
	background:rgba(255,255,255,0.5);
	z-index: 99999;
}

.error {
  color: #F00;
  background-color: #FFF;
}
