.form-control {
  height: 34px;
  padding: 5px;
}

textarea.form-control {
  /* height: 34px; */
  padding: 7px;
}

.navbar-nav > .user-menu > .dropdown-menu {
  width: 100%;
}
.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
  right: 0;
  /* left: 0; */
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  height: auto;
  padding: 10px;
  text-align: left;
  padding-left: 30px;
}
.profileText {
  color: #fff;
}
.addPadding {
  padding: 3%;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-right: 1px solid #f4f4f4;
}
th {
  background: azure;
}

.empty,
.error,
.requiredField {
  color: #d80d1ec9;
}

/******************************************************/
.wrapperForLogin {
  padding: 20px;
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.middleDiv {
  display: table-cell;
  vertical-align: middle;
}
.login-logo,
.register-logo {
  margin-bottom: 0px;
  margin-top: 10px;
}
.lowerDiv {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 1px 40px 0 rgba(0, 0, 0, 0.3);
}
/* ANIMATIONS */
/* Simple CSS3 Fade-in-down Animation */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#icon {
  width: 30%;
}
.wrapperForRegister {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.register-box {
  width: 80%;
  margin: auto;
  margin-top: 20px;
}
.registerEffects {
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 1px 40px 0 rgba(0, 0, 0, 0.3);
}

/************************************************************************/
.container-box-custom-bg-1 {
  background: #daeaf3; /* #e8f3db -> old light green, #afcdde -> suggested by client, #daeaf3 -> developers suggestion */
  padding: 10px;
  margin: 10px;
  border: 1px solid #afcdde;
}
.container-box-custom-bg-2 {
  background: #f1f1f1;
  padding: 10px;
  margin: 10px;
  border: 1px solid #ccc;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: auto;
}
button.btn.dropdown-toggle.btn-default {
  background-color: #fff;
}
.bootstrap-select.form-control {
  height: auto;
}
/*****************************************************************/
.linkPointer {
  cursor: pointer;
}
.infoContent {
  padding-left: 3%;
  padding-right: 3%;
}
.contentUp {
  min-height: 10%;
  padding: 15px;
  margin-right: auto;
  margin-left: auto;
}
.hiddenRow {
  padding: 0 !important;
  background: #ddd;
}
.collapsedTable {
  margin-top: 2%;
  margin-bottom: 2%;
}
/*search box common*/
input.form-control.input-sm.pull-right {
  height: auto;
  padding: 5px;
  border-radius: 0;
}
.bss-input {
  width: 100%;
  pointer-events: all;
}
.addItem {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

.addnewicon {
  pointer-events: all;
}

.addItem:hover {
  cursor: default;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: #337ab7bf;
}
.fullscreen-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.fullscreen-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}

.addSurveyFormlabel {
  font-weight: 400;
}

.formBoxTitle {
  font-weight: bold;
}

.pdfBtn {
  color: red;
  border-color: red;
}

.fa-file-pdf-o {
  font-size: 15px;
}

#loginSubmit {
  margin-top: 2%;
  font-size: 15px;
  font-weight: bold;
}

#loginSubmit[disabled] {
  background-color: #204d74;
}

#loginSubmit:disabled {
  background-color: #204d74;
}

.signedOutPageHeader {
  font-size: 25px;
  font-weight: 500;
  padding-bottom: 1em;
}

#printableArea /* Hidden Printable Div in manageInvoices */
 {
  /* visibility: hidden; */
  display: none;
}

/* Back to user list */
.backBtn:hover {
  background-color: #fff; /* #f1f1f1 */
}

.backBtn {
  width: 15%;
}

.iosBackBtn {
  height: 10%;
  width: 10%;
}
/* Back to user list */

.backBtnManageInvoices {
  width: 20%;
}

#manageInvoicesListforPrint tbody tr td {
  min-width: 10%;
}

.jiaLogo {
  height: 100%;
  width: 100%;
}

.jiaInfo {
  padding-bottom: 5%;
  padding-top: 2%;
}

.disdplayInteger {
  text-align: right;
}

table#agingDatailsTable td {
  text-align: center;
}

.box-body {
  padding: 0;
  padding-left: 10px;
  padding-right: 10px;
}

#notificationPannel {
  margin-top: 1%;
  margin-bottom: 1%;
}

.removeMarginBottom {
  margin-bottom: 0px;
}

.addPaddingTop {
  padding-top: 2%;
}

.fontSize13 {
  font-size: 13px;
}

.marginRight {
  margin-right: -1%;
}

#hideDiv {
  display: none;
}
.smallMarginTop {
  margin-top: 13px;
}
.login-page {
  background-color: #FFF;
  background-image: url("/images/JIA_Logo.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
  opacity: 0.88;
}

/*********************************************************/
/* New elements                                          */
input[type=text] {
  text-transform: uppercase;
}

input[type=email] {
  text-transform: lowercase;
}

textarea {
	text-transform: uppercase;
}

.d-flex-center {
	display: flex;
	justify-content: center;
}

/*********************************************************/
/* Action menu                                           */
.actionMenu {
	position: relative;
	display: inline-block;
}

.actionMenu-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.actionMenu-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.actionMenu a:hover {background-color: #ddd; cursor: pointer;}

.actionButton {
	/* background-color: #3498DB;
	color: white;*/
	color: black;
	padding: 2px;
	font-size: 16px;
	border: none;
	cursor: pointer;
}

.actionButton:hover, .actionButton:focus {
	background-color: #2980B9;
}

.show {display: block;}
