
.no-padding {
	padding: 0 !important;
}

.no-padding-left {
	padding-left: 0 !important;
}

.no-padding-top {
	padding-top: 0 !important;
}

.no-padding-right {
	padding-right: 0 !important;
}

.no-padding-bottom {
	padding-bottom: 0 !important;
}

.no-margin {
	margin: 0 !important;
}

.no-margin-left {
	margin-left: 0 !important;
}

.no-margin-top {
	margin-top: 0 !important;
}

.no-margin-right {
	margin-right: 0 !important;
}

.no-margin-bottom {
	margin-bottom: 0 !important;
}
.nav > li.disabled > a {
  color: #ff8080 !important;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #ff8080 !important;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.bi-arrow-clockwise {
    -webkit-animation: spin 1000ms infinite linear;
    animation: spin 1000ms infinite linear;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}



.loading-box-container {
	display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1051;
    color: white;
    background-color: black;
    opacity: 0;
}

.loading-text
{
    display: inline-block;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

.loading-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  background-color: #000;
  filter: alpha(opacity=50);
  opacity: .5;
}

.loading-content 
{
    border-width: 0px; 
    position: fixed; 
    padding: 50px; 
    /*background-color: #FFFFFF;*/
    font-size: 36px; 
    color: #FFF;
    left: 40%; 
    top: 40%;
}

@media (min-width: 992px) {
  .modal-lg {
    width: 992px;
  }
}

.bi-pencil-fill{
	padding: 0;
}

/*
.headerImg {
	margin-top: 10px;
}
*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  background-color: #FFF;
}
.menu {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;  
  padding-right: 15px;
  background: linear-gradient(to right, #0069B8 , #034695);
}
.btn {
	font-size: 12px;
}
.btn-login {
	width: 328px;
}

.control-label {
	font-size: 12px;
    padding-top: 10px;
}
/*
.form-control {
	font-size: 12px;
}
*/
.login-control {
	font-size: 12px;
	height: 30px;
	width: 250px;
}
.form-group {
	margin-bottom: 10px;
}
.navbar {
	border : 0px;
}
.navbar-inverse {
  background: linear-gradient(to right, #0069B8 , #034695);
  border-color: transparent;
  padding-left: 0px;  
  padding-right: 0px;  	
}
.navbar-inverse .navbar-brand {
    color: #ddd;
}
.navbar-inverse .navbar-nav>li>a {
    color: #ddd;
}
.text-muted {
	color:#ddd;
}
.header-main {
  margin-right: auto;
  margin-left: auto;
  padding-left: 40px;
  padding-right: 15px;
  height : 50px;
  background-color: #F8E10A;
}
.canvas-home {
  position: relative;
  height: 322px; 
}
.footer-main {
  position: relative; 
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 0px;
  height : 50px;
  background-color: #013d7e;
}
.img-footer-main {
	position: relative; 
	bottom: 50px; 
	right: 0px;
	height: 50px;
}
.loginPage {
	background-image: url(images/bg_dplk.png);
	position: absolute;
    top : 0px;
    left : 0px;
    right: 0px;
    bottom: 0px;
    background-size: 100% 100%;
    background-repeat: no-repeat;    
}
.love-life {
	top : 68px;
	left : 68px;
	width : 272px;
	height : 110px;
	position: fixed;
}
.logo-login {
	top : 0px;
	text-align : center;	
	position: relative;
	width : 15%;
}
/*
.login-form {
	top : 250px;
	right : 140px;
	position: fixed;
}
*/
.footer-login {
	position: absolute;
	background-color: #fdd80b;
	height: 35px;
	bottom: 0px;
	width:100%
}
.img-footer-login {
	position:absolute; 
	bottom: 0px; 
	right: 0px;
	height: 120px;
}

/* Hiding HTML5 datepicker*/
.unstyled::-webkit-inner-spin-button,
.unstyled::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.no-spin::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.no-calendar::-webkit-calendar-picker-indicator {
    display: none;
}

.validationWarning{
    color: red;
}

.text-align-right{
	text-align: right;
}



.row.non-margin {
    margin-right: 15px;
}

.row.bg-panel {
    background-color: #E12F2F;
}

.navbar.no-margin-bottom {
    margin-bottom: 0px;
}

.navbar-white {
    background-color: #ffffff;
}

.btpninfo {
    margin-top: 100px;
    margin-left: 15px;
    margin-right: 0px;
}

.sidemenu {
    background-color: #ffffff;
}

.mainpage {
    margin-top: 100px;
    margin-right: 0px;
}

.mainpanel {
    margin-left: 15px;
    margin-right: 15px;
}

/* LOGIN */
/*.login-img {
    
}

.login-form {
    margin-top: 110px;
    margin-left: 40px;
    margin-right: 40px;
}*/

/* File Sharing */
.filesharing {
	
}

/* print <a> without href */
@media print {
	a[href]:after {
		content: none !important;
	}
}

.text-info{
	color: #31708f !important;
}

.text-muted{
	color: #777777 !important;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
label{
	font-weight: 700;
}
@media (min-width: 768px) {
	.form-horizontal .control-label {
	    padding-top: 7px;
	    margin-bottom: 0;
	    text-align: right;
	}
}
.form-control, .form-select{
	font-size: 14px;
}
input[type="radio"],
input[type="checkbox"] {
	margin: 10px 0 0;
	line-height: normal;
	&[disabled],
	&.disabled,
	fieldset[disabled] & {
	  cursor: @cursor-disabled;
	}
}
div.modal-header > h4{
	font-size: 18px;
}
.modal{
	--bs-modal-width: 600px !important;
}
.modal.modal-45{
	--bs-modal-width: 45% !important;
}
.modal.modal-60{
	--bs-modal-width: 60% !important;
}
.modal.modal-70{
	--bs-modal-width: 70% !important;
}
.modal.modal-90{
	--bs-modal-width: 90% !important;
}
.modal.modal-95{
	--bs-modal-width: 95% !important;
}
.modal.modal-100{
	--bs-modal-width: 100% !important;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-footer{
    padding: 1.5%;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn{
    margin-left: 0.5%;
}
h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 1.8%;
    margin-bottom: 1.8%;
}
.form-control, .form-select {
	color: #555555;
	border: var(--bs-border-width) solid #ccc;
}
.form-group {
	margin-bottom: 10px !important;
}
.modal-header .close {
    margin-top: -2px;
    text-align: right;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity = 20);
    opacity: 0.2;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.modal-backdrop.fade.in {
    opacity: 0.5;
}
.fade.in {
	opacity: 1;
}
.text-left-bottom{
	position:absolute;
	bottom:0
}
.btn-info, .btn-warning, .btn-warning:hover{
	color: #FFF;
}
.btn-warning {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-default, .btn-default:disabled{
	background-color: #fff;
	border-color: #ccc;
}
.radio-label, .checkbox-label {
    min-height: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.no-left-border{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}
a{
	text-decoration:none;
	font-size:12px;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav-pills > li > a {
    border-radius: 4px;
}

.panel-primary {
    border-color: #337ab7 !important;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.row-1 > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    margin-top: var(--bs-gutter-y);
}

.row.non-margin-1 {
    margin-right: 15px !important;
    margin-left: 15px !important;
}

.offset-md-2.top {
    margin-top: 10px;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 4px;
}