*,html,body {
	  font-family: 'GothamRoundedBook';
  }
  .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	  font-family: 'GothamRoundedBook';
  }
  .main-menu.menu-light .navigation .navigation-header span, .card .card-title,.header-navbar .navbar-header .navbar-brand .brand-text {
	  font-weight:900;
  }
.bg-gradient-x-grey-blue {
    /* background-image: -webkit-gradient(linear,left top,right top,from(#003e82),to(#rgb(2, 96, 199) 100%)); */
    background-image: -webkit-gradient(linear, left top, right top, from(#ee7526), to(rgb(242, 118, 35) 100%));
    background-image: -webkit-linear-gradient(left,#ee7526 0,rgb(242, 118, 35) 100% 100%);
    background-image: -moz-linear-gradient(left,#ee7526 0,rgb(242, 118, 35) 100% 100%);
    background-image: -o-linear-gradient(left,#ee7526 0,rgb(242, 118, 35) 100% 100%);
    background-image: linear-gradient(to right,#ee7526 0,rgb(242, 118, 35) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF003e82', endColorstr='#FFrgb(2, 96, 199) 100%', GradientType=1);
}

::-webkit-input-placeholder { font-size:14px; }
::-moz-placeholder { font-size:14px; } /* firefox 19+ */
:-ms-input-placeholder { font-size:14px; } /* ie */
input:-moz-placeholder { font-size:14px; }
.white {
	color:#fff;
}

.text-center { text-align:center;}

.right { text-align:right; }
.header-navbar .navbar-header {
	height:4.15em;
}
.nolsp {
	letter-spacing:0;
}
.content-body {
	min-height:100vh;
}
.page-link {
	color: #00448f;
}
.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
    background-color: #00448f;
    border-color: #00448f;
}
.header-navbar .navbar-container ul.nav li a.menu-toggle {
    padding: 1.25rem .8rem 1rem 1rem;
}
.header-navbar .navbar-container ul.nav li a.nav-link-label {
    padding: 1.55rem 0 1rem .8rem !important;
}
.header-navbar .navbar-container ul.nav li a.dropdown-user-link {
    padding: .95rem .6rem;
}
.table td, .table th {
	vertical-align:middle;
}
.uc {
	text-transform:uppercase;
}
.btn {
	border-radius:0px;
}
.btn-theme {
	color: #FFF;
    /* background-color: #025fc5;
    border-color: #025fc5; */
    background-color: #ee7526;
    border-color: #ee7526;
}
.btn-theme:hover {
    color: #FFF;
    /* background-color: #00448f;
    border-color: #00448f; */
    background-color: #c35004;
    border-color: #c35004;
}

.btn-outline-theme {
    border-color: #404E67;
    background-color: transparent;
    color: #404E67;
}
.btn-outline-theme:hover {
    background-color: #c35004;
    color: #FFF!important;
}
.action .btn {
	padding: 0.35em 0.65em;
    font-size: 1.15rem;
    vertical-align: middle;
}
.mh-btn {
	height:40px;
	line-height:40px;
}
.main-menu.menu-light .navigation>li.open {
    /* border-left: 4px solid #025fc5; */
    border-left: 4px solid #c35004;
}

/*** modal styles ***/
.even, .odd {
	padding:1em;
}
.odd {
	background:#f9f9f9;
}
.iziModal {
	z-index:10001 !important;
	min-height:20em !important;
	max-width:75% !important;
	border-bottom: 3px solid #025fc5 !important;
	border-bottom: 3px solid linear-gradient(to right,#003e82 0,rgb(2, 96, 199) 100%) !important;
}
.iziModal-content .card-block, .iziModal-content .card-footer, .iziModal-content .card-header {
	padding:1em 1.5em 0em 1.5em !important;	
	background:transparent
}

.iziModal-overlay {
	z-index:10000 !important;
}
.iziModal-header {
	background:#025fc5 !important;
	background-image: -webkit-gradient(linear,left top,right top,from(#003e82),to(#rgb(2, 96, 199) 100%)) !important;
    background-image: -webkit-linear-gradient(left,#003e82 0,#rgb(2, 96, 199) 100% 100%) !important;
    background-image: -moz-linear-gradient(left,#003e82 0,#rgb(2, 96, 199) 100% 100%) !important;
    background-image: -o-linear-gradient(left,#003e82 0,#rgb(2, 96, 199) 100% 100%) !important;
    background-image: linear-gradient(to right,#003e82 0,rgb(2, 96, 199) 100%) !important;
    background-repeat: repeat-x;
}

/*** form styles ***/

.form-control {
	border-radius:0px;
}
.form-control:focus {
	border-color: #00448f;
}

.right-checkbox .custom-control-indicator,.right-checkbox input[type=checkbox],.right-checkbox input[type=radio],.right-radio .custom-control-indicator,.right-radio input[type=checkbox],.right-radio input[type=radio]{left:auto;top:auto;position:absolute;right:2%}.radio.right-radio label{padding-left:0}.icheck_square [class*=icheckbox_],.icheck_square [class*=iradio_],.skin [class*=icheckbox_],.skin [class*=iradio_]{margin-right:.6rem}.skin [class*=icheckbox_line],.skin [class*=iradio_line]{margin-bottom:.6rem}.state[class*=icheckbox_]:hover,.state[class*=iradio_]:hover{cursor:default}input[type=checkbox]:checked+img.img-thumbnail{background-color:#00B5B8;color:#996;border-color:#00B5B8}

.collapse-icon a[data-toggle=collapse]:after {
    position: absolute;
    top: 40%;
    right: 20px;
    margin-top: -8px;
    font-family: ;
    content: '\2212';
    -webkit-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}

.collapse-icon a[data-toggle=collapse]:before {
    position: absolute;
    top: 40%;
    right: 20px;
    margin-top: -8px;
    font-family: ;
    content: '\002B';
    -webkit-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}

body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-content a.menu-title, body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-content>span.menu-title {
   
    background-color: #0155b2;
    border-color: #004691;
    
}
.navbar-brand {
	font-size:2.2rem;
}
.brand-text {
	font-size:1.65rem;
	padding-left: 5px !important;
}

#settings .card-title { border-bottom: 1px solid #ccc; padding-bottom: 1em; }
#settings h1 {     margin-bottom: 20px;}
#settings h6 {     margin-bottom: 40px;}

.btn {
	border-radius:0px;
}
.table .btn-group-sm>.btn,.table .btn-sm {
    padding: .5rem 1rem;
    font-size: .95rem;
    border-radius: 0rem;
}
.flatpickr-wrapper {
	display:block !important;
}

/*** switch ***/

[data-am-toggle-switch] {
  text-transform: uppercase;
  color: #404E67;
  font-size: 13px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[data-am-toggle-switch] input {
  position: fixed;
  top: -9999px;
  left: -9999px;
}
[data-am-toggle-switch] input:checked + label:before {
  margin-left: 25px;
}
[data-am-toggle-switch] input:checked + label:after {
  left: -20px;
}
[data-am-toggle-switch] label {
  width: 50px;
  height: 25px;
  background-color: #f1f1f1;
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  border-radius: 25px;
  position: relative;
  margin-left: 8px;
  margin-right: 8px;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
[data-am-toggle-switch] label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  z-index: 20;
  -webkit-transition: margin-left 0.2s ease;
  transition: margin-left 0.2s ease;
}
[data-am-toggle-switch] label:after {
  content: "";
  display: block;
  width: 50px;
  height: 25px;
  background-color: #025fc5;
  position: absolute;
  left: calc(-100% + 0px);
  top: 0;
  z-index: 10;
  -webkit-transition: left 0.2s ease;
  transition: left 0.2s ease;
}

.nav.nav-tabs.nav-linetriangle .nav-item a.nav-link { font-size:1.2rem; }

#cndtem .custom-control+.custom-control {
    margin-left: 0rem;
}
.input-group .btn {     padding: .75rem 1rem; }
.pagination { list-style-type:none;}
.pagination li { float:left; margin:0px 10px;}
.red { color:red; }

.btn-xs {     padding: .3rem 0.3rem;}
.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}
.badge-primary {
    color: #fff;
    background-color: #007bff;
}
.badge-danger {
    color: #fff;
    background-color: #dc3545;
}
.badge-info {
    color: #fff;
    background-color: #17a2b8;
}
.badge-success {
    color: #fff;
    background-color: #28a745;
}
.badge-warning {
    color: #212529;
    background-color: #ffc107;
}
table {
	font-size:0.95rem !important;
}
.bg-gradient {
	background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}
.text-normal {
	font-weight:100 !important;
	padding-top:0.3em !important;
}
.btn-secondary:hover {
    color: #FFF;
    background-color: #025fc5;
    border-color: #025fc5;
}
.btn-group-sm.btn-group-small>.btn {
    padding: 0.3em 0.5em !important;
}
/*** spinner ***/

@keyframes spinner {
  to {transform: rotate(360deg);}
}
 
.spinner{
	margin-top: 1em;
}
.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #333;
  animation: spinner .6s linear infinite;
  
}


.loading-overlay {
  display: none;
  
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.6;
}

.spin-loader {
  height: 100px;
  background: url("../images/spinner.gif") no-repeat center center transparent;
  position: relative;
  top: 25%;
}
.mandatory {
    font-size: 1.5rem;
    font-weight: normal;
}
.table.table-sm.table-nopad td, .table.table-sm.table-nopad th {
    padding: .6rem 0.5rem !important;
}
sup {
    top: -.25em !important;
}
.mt-05 {
	margin-top:0.35em !important;
}
.upload .form-control{
padding:0.5em 0.75em !important;	
}
.unit-group {
    font-size: 0.75rem;
    text-transform: uppercase;
    padding: 0.5em;
    font-weight: 100;
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-append, .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.brdt {
	border-top : 1px solid #ececec;
}
.brdb {
	border-bottom : 1px solid #ececec;
}
.brdr {
	border-right:1px solid #ececec;
}
.brdl {
	border-left:1px solid #ececec;
}
.brdrb {
	border-right:1px solid #ececec;
	border-bottom:1px solid #ececec;
}
.form-error{
	color:red !important;
}