body { padding-top: 55px; font-size: 13px; }

.body_login{
height: 100vh !important; 
overflow: hidden; 
margin:  0!important;
padding: 0!important;
}

.login, .image {
  min-height: 100vh;
}

.bg-image {
  background-image: url('https://www.serverb2.com/public/background_login.jpg');
  background-size: cover;
  background-position: center center;
}


.login_container {
text-align: center;
position: absolute;  
width: 300px;
left:49%;
top: 45%;
-webkit-transform: translate(-49%, -45%);
transform: translate(-49%, -45%);
}
 
#page_loader{  
opacity: 0.70;
z-index:999999999999 !important;
height: 100%;
width: 100%;
position: absolute;  
left: 0;
top: 0;
background-color: rgb(0,0,0);  
background-color: rgba(0,0,0, 1); 
overflow-x: hidden;
transition: 0.1s;
}

#page_loader img {
position: absolute;  
left:48%;
top: 45%;
-webkit-transform: translate(-48%, -45%);
transform: translate(-48%, -45%);
}

#page_loader i {
position: absolute; 
color: white;
left:47%;
top: 50%;
-webkit-transform: translate(-47%, -50%);
transform: translate(-47%, -50%);
} 

@media (max-width: 576px) { 
#page_loader i {
position: absolute; 
color: white;
left:40%;
top: 50%;
-webkit-transform: translate(-40%, -50%);
transform: translate(-40%, -50%);
} 
	}

   
.w50 { width: 50 !important; }
.w60 { width: 60 !important; }
.w70 { width: 70 !important; }
.w80 { width: 80 !important; }
 

.style_2{ 
	padding-top: 8px;
	padding-left: 8px;
	
  background-color: #e9ecef;
  border: 1px solid #ced4da;
	
}

.notice {
padding: 14px;
background-color: #fafafa;
border-left: 6px solid #7f7f84;
margin-bottom: 10px;
-webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
-moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
}

.notice-success {
    border-color: #80D651;
}

.notice-info {
    border-color: #45ABCD;
}

.notice-warning {
    border-color: #FEAF20;
}

.notice-danger {
    border-color: #d73814;
}


@-webkit-keyframes fa-spin {
0% { -webkit-transform: rotate(0deg); transform:rotate(0deg) } to { -webkit-transform: rotate(1turn); transform:rotate(1turn) } }
@keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform:rotate(0deg) } to { -webkit-transform: rotate(1turn); transform:rotate(1turn) } }

 

.icon_load::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f110";
	font-size: 1em;
	  -webkit-animation: fa-spin 2s linear infinite;
    animation:fa-spin 2s linear infinite
		
  }
 

.card_title{
float: left !important;
padding-top: 0.5rem !important;
}

.card_button{
float: right !important; 
}




.system_detail{
cursor: pointer;
margin-top: 0.8rem !important; 
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

 
 



.bg-grey1{ background: #E0E0E0 !important; }
.bg-grey2{ background: #C0C0C0 !important; }
 
#popup_system{
z-index:999999999999 !important;
}

#popup_message{
z-index:999999999999 !important;
}


#boxr_loader{  
opacity: 0.70;
z-index:999999999 !important;
height: 100%;
width: 100%;
position: absolute;  
right: 0;
top: 0;
background-color: rgb(0,0,0);  
background-color: rgba(0,0,0, 1); 
overflow-x: hidden;
transition: 0.1s;
}

#boxr_loader i {
position: absolute; 
color: white;
left:43%;
top: 47%;
-webkit-transform: translate(-47%, -47%);
transform: translate(-47%, -47%);
}

#boxl_loader{  
opacity: 0.70;
z-index:999999999 !important;
height: 100%;
width: 100%;
position: absolute;  
right: 0;
top: 0;
background-color: rgb(0,0,0);  
background-color: rgba(0,0,0, 1); 
overflow-x: hidden;
transition: 0.1s;
}

#boxl_loader i {
position: absolute; 
color: white;
left:47%;
top: 47%;
-webkit-transform: translate(-47%, -47%);
transform: translate(-47%, -47%);
}


.cursor { cursor: pointer; }

.dropdown-submenu {
  position: relative;
}
		  
.dropdown a {
cursor: pointer;
}	

.dropdown a:hover {
cursor: pointer;
}	

a.dropdown-item {
cursor: pointer;
}	

a.dropdown-item:hover {
cursor: pointer;
}	

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

 
.box-canvas-overlay {
top:0;
left: 0;
opacity: 0.60;
z-index: 1100;
}

.box-canvas-header{
height: 55px;
padding: 15px;
}

.box-canvas {
background: #FFFFFF;
top: 0;
z-index: 1110;
overflow-x: hidden;
overflow-y: auto;
width: 350px;
transition: margin .4s ease-out;
-webkit-transition: margin .4s ease-out;
-moz-transition: margin .4s ease-out;
-ms-transition: margin .4s ease-out;
}
	 
.box-canvas-right {
right: 0;
margin-right: -350px;
}

.box-canvas-left {
left: 0;
margin-left: -350px;
}


.menu_canvas {
background: #FFFFFF;
top: 0;
z-index: 1110;
overflow-x: hidden;
overflow-y: auto;
width: 330px;
transition: margin .4s ease-out;
-webkit-transition: margin .4s ease-out;
-moz-transition: margin .4s ease-out;
-ms-transition: margin .4s ease-out;
left: 0;
margin-left: -330px;
}
	
 

.btn-circle {
 display: inline-block;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    width: 40px;
    height: 40px;
    padding: 6px 0px;
    border-radius: 25px; 
    font-size: 1rem;
    line-height: 1.5;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
} 
 


#NavContainer ul li { margin-right: 10px;}

.message { cursor:pointer; }

#nav_notice .nav-link {
position:relative;
margin-right: 13px;
}

.nav-item a { cursor: pointer; }

.notify-badge{
    position: absolute;
    right:-6px;
    top:3px; 
    text-align: center;
    border-radius: 5px;
    background-color: orange; 
    color: black;
    padding: 2px 4px 2px 4px ;
    font-size:12px;
}
 
.message-badge{
    position: absolute;
    right:-6px;
    top:3px; 
    text-align: center;  
    border-radius: 5px;
    background-color:limegreen; 
    color:white; 
    padding: 2px 4px 2px 4px ;
    font-size:12px;
}

.system-badge{
    position: absolute;
    right:-6px;
    top:3px; 
    text-align: center;  
    border-radius: 5px;
    background-color: red; 
    color:black; 
    padding: 2px 4px 2px 4px ;
    font-size:12px;
}

.noselect {
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}
 
.input-invalid {
  border: 2px solid #dc3545;
}

.row{
margin-top: 10px;
}

.modal-body{ margin-top: -10px;}

.bootbox-confirm{ z-index: 2004 !important; }

#popup_preview { z-index: 2001 !important; }
#popup_message { z-index: 2001 !important; }
#MenuFile { z-index: 2002 !important; }
#MenuImage { z-index: 2002 !important; }
 


file {  
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
margin-right: 10px !important;
cursor: pointer; 
padding: 5px;
}

image {  
margin-right: 10px;
cursor: pointer;  
}
 

file:hover { 
color:red;
cursor: pointer;
}



photo {
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */ 
cursor: pointer;   
}

photo2 {
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */ 
cursor: pointer;   
}



.table thead tr{
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
	cursor: pointer;
}
   
.table thead th{
position: relative;
}

.icona_asc::before {
font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f062";
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
position: absolute;
top: 10px;
right: 10px;
color: red;
}

.icona_des::before {
font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f063";
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
position: absolute;
top: 10px;
right: 10px;
color: red;
}

.fixed-top-2 { 
position: fixed;
top: 50px;
left: 10px;
margin: 0;
right: 10px; 
z-index: 1030;
}
 
.fixed-top-3 { 
position: fixed;
top: 110px;
left: 10px;
margin: 0;
right: 10px; 
z-index: 1031;
}

 
.sticky-top3{ 
    position: -webkit-sticky;
    position: sticky;
    top: 120px !important;
}
/*.table tr {   width: 100% !important; } */

.table th, td {
    white-space: nowrap;
}
 

.mt-tbl {
  margin-top: 5rem !important;
}

.inp_upper { text-transform: uppercase; }

.inp_lower { text-transform: lowercase; }

.inp_onlyr { 
 -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;       
}
 
 

.input_error{
border: 2px solid #dc3545;
padding-left: 0.5rem !important;
padding-right: 0.5rem !important;
margin-right: 0.5rem !important;
float: left !important;
z-index: -1;	
position: absolute;
top: 30px;
left: 10px; 
width: 95%; 
height: 30px;
}


.field_error{
border: 2px solid #dc3545;
margin-left:15px;
}


 
#cloud_m 
 
#file_menu {
display: none;
z-index: 2003 !important;
position: absolute; 
min-width: 120px;
top: 0; 
left: 0; 
} 

#file_menu li{
	cursor: pointer;
}

#file_menu li:hover{
	background-color: indianred;
}


#file_menu2 {
display: none;
z-index: 2003 !important;
position: absolute; 
min-width: 120px;
top: 0; 
left: 0; 
} 

#file_menu2 li{
	cursor: pointer;
}

#file_menu2 li:hover{
	background-color: indianred;
}





#w_file_menu {
display: none;
z-index: 2003 !important;
position: absolute; 
min-width: 120px;
top: 0; 
left: 0; 
} 

#w_file_menu li{
	cursor: pointer;
}

#w_file_menu li:hover{
	background-color: indianred;
}

table tr { cursor: pointer; }


tr.tr_selected {
background-color: #dc3545 !important;	
color: black;
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
	cursor: pointer;
}
 

#tr_menu {
display: none;
z-index: 2003 !important;
position: absolute; 
min-width: 120px;
top: 0; 
left: 0; 
} 

#tr_menu li{
	cursor: pointer;
}

#tr_menu li:hover{
	background-color: indianred;
}

.scroll-box {
overflow-y: scroll;
max-height: 450px; 
}

.scroll-content {
overflow-y: scroll;
overflow-x:hidden;
max-height: 500px; 
}

 
 
.z-1 { zoom:1.3; }
.z-2 { zoom:1.6; }

.mt-4_5 {margin-top:2rem!important}
.mt-7 {margin-top:7rem!important}
.mt-10 {margin-top:10rem!important}
.mt-12 {margin-top:12rem!important}
.mt-15 {margin-top:15rem!important}
 
.mb-7 {margin-bottom:7rem!important}
.mb-10 {margin-bottom:10rem!important}
.mb-12 {margin-bottom:12rem!important}
.mb-15 {margin-bottom:15rem!important}

body.modal-open .datepicker {
    z-index: 999999999999 !important;
}
 

 
 

/*////////*/

.sidebar ul{ list-style:none; margin:0px; padding:0px; }

.sidebar li a,.sidebar li a.collapsed.active{ display:block; padding:8px 12px; color:#fff; border-left:0px solid #dedede;  text-decoration:none;}
.sidebar li a.active{ background-color:#343a40; border-left: 5px solid #17a2b8; color:#fff; transition: all 0.5s ease-in-out; } /* 343a40 */

.menu_active { border-left: 5px solid #17a2b8; background-color:#17a2b8 !important; }

.sidebar li a:hover{ background-color:#17a2b8 !important;}

.sidebar li a i{ padding-right:5px;}
.sidebar ul li .sub-menu li a{ position:relative; }

.sidebar ul li .sub-menu li a:before{
	
	display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f105";
	
    padding-left: 0px;
    padding-right: 10px;
    vertical-align: middle;
	 
}
.sidebar ul li .sub-menu li a:hover:after {
    content: "";
    position: absolute;
    left: -5px;
    top: 0;
    width: 5px;
    background-color: #111;
    height: 100%;
}

.sidebar ul li .sub-menu li a:hover{ background-color:#222; padding-left:20px; transition: all 0.5s  ease-in-out}
.sub-menu{ border-left:5px solid #17a2b8;  }  
.sidebar li a .nav-label,.sidebar li a .nav-label+span{ transition: all 0.5s  ease-in-out}
 
 
.link-static { display:block; padding:8px 12px;  border-left:0px solid #dedede;  text-decoration:none; color: #F58A10; cursor: pointer;}
.link-static:hover{ text-decoration: none; background-color: transparent; }

@media (max-width: 540px) { 
 	
	
.item_rx{
 display: none !important;
}
	
#nav_main li{
 display: none !important;
}
	

#nav_main>li {
    display: inline-block;
}
	

	
 
}

@media (min-width: 540px) { 
 
#nav_sub{
 display: none !important;
}
	
	 
}
 
 
.animate__infinite{ 
animation: infinite;

} 





@media (max-width: 540px) { 
	.btn_report button{ font-size: 12px;}	
	
}


.no-sort::after { display: none!important; }

.no-sort { pointer-events: none!important; cursor: default!important; }
