@media screen and (min-width: 768px) {
  .navbar-collapse {
    padding-left:0px;
  }
  .reduce-logo-padding {
    padding: 5px 1rem;
  }
}

.nav-tabs-solid .nav-item.show .nav-link.active, .nav-tabs-solid .nav-link.active {
  background-color: #324148;
}

.bg-orange-400 .nav-item .nav-link.active{
  background-color: #2dc997 !important;
}

.content {
    padding: 0.25rem 1.25rem;
}
.custom-nav-link {
  padding: .625rem 0.75rem;
}

.circle {
  border-radius: 50%;
  display: inline-block;
  position: relative;
  background-color: #fff;
  display: inline-block;
  border: 2px solid #607d8b;
  z-index: 3;
  width: 1.0rem;
  height: 1.0rem;
  left:inherit;
      top: 12px;
}

.line {
  display: inline-block;
  background: #607d8b;
  height: 2px;
  top: 5px;
  width: 30px;
  position: relative;
  /* margin-bottom: 1.0em; */
  left:inherit;
}
.pull-right-sm {
margin-top:-12px;
float: right;
}
@media (min-width:361px and max-width: 480px) {
  .pull-right-sm {
    margin-top: -0.6rem;
  }
}
@media (max-width: 360px) {
  .pull-right-sm {
    margin: -0.8rem 0rem 0.2rem 0rem;
    /* float:left; */
  }
}

.help-block{
  color: #f54336;
  display: block;
}

.datatable-header {
    padding: 0rem !important;
}


.filter_btn
{
  border-radius: 10px;
  /*background-color: pink;*/
  padding-right: 25px;
  padding-left: 25px;
}
.bg_blue_icon
{
  color: blue;
}


.my_font
{
  font-weight: 700;
}
#icon_color
{
  color: #2196f3;
}
.border_bottom
{
  border-bottom:1px solid #e1e1e1;
}
p.form_text1>span {
  display: inline-block;
  min-width: 120px;
  font-weight: bold;
}
.btn.btn-dark-gray {
  background: #232323;
  border-color: #232323;
  color: #fff;
}
.bg-theme {
  background-color: #3746a7;
}

.navbar-brand {  padding-top: 0.50006rem !important;
padding-bottom: 0.00002rem !important   ;
margin-right: -3.15rem;  }
.navbar-brand img {
  margin-top: 0px;
      height: 33px;
      width: 50%;
}
.bg-primary {
  background-color: #003E7C !important;
}



/* Spinner Wrapper */

.page-loader {

	width: 100vw;
	height: 100vw;
	/* background: #fff; */
	position: fixed;
	top: 0;
	left: 0;
}

.page-loader-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media (min-width: 1281px) {
	.page-loader-inner {
		position: absolute;
		top: 20%;
		left: 20%;
		transform: translate(-50%, -50%);
	}

}

@media (min-width: 1025px) and (max-width: 1280px) {
	.page-loader-inner {
		position: absolute;
		top: 20%;
		left: 25%;
		transform: translate(-50%, -50%);
	}

}

@media (min-width: 768px) and (max-width: 1024px) {
	.page-loader-inner {
		position: absolute;
		top: 20%;
		left: 35%;
		transform: translate(-50%, -50%);
	}

}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

	.page-loader-inner {
		position: absolute;
		top: 20%;
		left: 30%;
		transform: translate(-50%, -50%);
	}


}


@media (min-width: 481px) and (max-width: 767px) {

	.page-loader-inner {
		position: absolute;
		top: 25%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

}




/* Spinner */

.page-roller {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}

.page-roller div {
	animation: page-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	transform-origin: 32px 32px;
}

.page-roller div:after {
	content: " ";
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
	margin: -3px 0 0 -3px;
}

.page-roller div:nth-child(1) {
	animation-delay: -0.036s;
}

.page-roller div:nth-child(1):after {
	top: 50px;
	left: 50px;
}

.page-roller div:nth-child(2) {
	animation-delay: -0.072s;
}

.page-roller div:nth-child(2):after {
	top: 54px;
	left: 45px;
}

.page-roller div:nth-child(3) {
	animation-delay: -0.108s;
}

.page-roller div:nth-child(3):after {
	top: 57px;
	left: 39px;
}

.page-roller div:nth-child(4) {
	animation-delay: -0.144s;
}

.page-roller div:nth-child(4):after {
	top: 58px;
	left: 32px;
}

.page-roller div:nth-child(5) {
	animation-delay: -0.18s;
}

.page-roller div:nth-child(5):after {
	top: 57px;
	left: 25px;
}

.page-roller div:nth-child(6) {
	animation-delay: -0.216s;
}

.page-roller div:nth-child(6):after {
	top: 54px;
	left: 19px;
}

.page-roller div:nth-child(7) {
	animation-delay: -0.252s;
}

.page-roller div:nth-child(7):after {
	top: 50px;
	left: 14px;
}

.page-roller div:nth-child(8) {
	animation-delay: -0.288s;
}

.page-roller div:nth-child(8):after {
	top: 45px;
	left: 10px;
}

@keyframes page-roller {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}


/* End of page loaders styles */


  .btn-primary {
    background-color: #003E7C !important;
  }

  .bg-primary {
    background-color: #003E7C !important;
  }


          .btn-primary:hover {
            color: #fff;
            background-color: #003E7C;
          }


          .overflow-auto {
      overflow: auto!important;
  }

  .select2-container .select2-selection--single {
  height: 41px !important;
  }
  .select2-container--default .select2-selection--single {
  background-color: #fff;
  /* border: 1px solid #ced4da; */
  border-radius: 4px;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 26px;
  font-size: 14px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 35px;
  }
  .select2-container--default .select2-results__option {
  font-size: 14px;
  }

  .no-wrap {
    white-space: nowrap;
  }

  .cursor-pointer {
    cursor: pointer;
  }

.sidebar-lock-icon {
  display: inline-block;
    font-size: 1rem;
    vertical-align: middle;
    line-height: 1;
    position: absolute;
    top: .75rem;
    margin-top: .12502rem;
    right: 0rem;
}
