html.waiting * {
    cursor: wait !important;
}

.disabled {
	cursor: not-allowed;
}

.disabled li {
	pointer-events: none;
}

.open_tunnidpildid {
	font-weight: bold;
	text-align: center;
	font-size: 1.4em;
	color: #404e67;
	transition: all 0.3s ease-in-out;
}

.open_tunnidpildid:hover {
	background-color: #404e67;
	color: #fff;
}

.div_link:hover {
	color: #0265ad;
}

.div_link {
	color: #52a3d6;
	font-weight: bold;
	transition: all 0.3s ease-in-out;
}

#fullwindowModal {
	height: 100%;
}

#fullwindowModal .modal-body{
	height: calc(100vh - 66px);
	overflow: auto;
}

#fullwindowModal .modal-footer {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	background-color: #fff;
	border-top: 1px solid #bdc1c4;
}


	
.passiivne td{
	color: #aeaeae;
	font-style: italic;
}

.wrapper .page-wrap .main-content {
    margin-top: 35px !important;
    padding-right: 0 !important;
    padding-left: 230px !important;
	min-height: calc(100vh - 98px) !important;
}

.wrapper .page-wrap .main-content.outeract {
    padding-left: 0 !important;
}

.wrapper .page-wrap .main-content .page-header {
    margin-bottom: 10px !important;
}

@media only screen and (max-width: 1023px) {
	.wrapper .page-wrap .main-content {
		padding-left: 0 !important;
	}
}

.wrapper.nav-collapsed .page-wrap .main-content {
    padding-left: 75px !important;
}

.row_100 .select2-container--default {
	width: 100% !important;
}

.cell_table .header_with_order:not(.not_dark) th {
	border-right: 1px solid #424F66;
}

.cell_table td, .cell_table th {
	border-right: 1px solid #dee2e6;
}

.nav_buttons .btn i {
	margin: 0;
}

#töötajad_töö {
	margin: 0; 
	padding: 0; 
	list-style: none;
}

#töötajad_töö li {
	padding: 5px;
	cursor: pointer;
    border-radius: 4px;
	transition: all 0.3s ease-in-out;
}

#töötajad_töö li.active {
	background-color: #007bff;
	color: white;
}

#töötajad_töö li:hover {
	background-color: #0067b8;
    color: white;
}

._important {
	float: left;
    position: absolute;
    top: 0;
    left: 0;
    background-color: red;
    width: 8px;
    height: 100%;
}

._kinnitatud {
	float: left;
    position: absolute;
    top: 0;
    left: 0;
    background-color: green;
    width: 8px;
    height: 100%;
}

#close_right_panel {
	width: 100%;
    height: 60px;
    background-color: #ff7070;
    color: white;
    text-align: center;
    vertical-align: middle;
    padding: 12px;
    font-size: 2em;
    cursor: pointer;
	transition: all 0.4s ease-in-out;
}

#close_right_panel:hover {
    background-color: #f00;
}

.right_panel {
	position: fixed;
	top: 0;
	right: 0;
	display: none;
	width: 380px;
	height: 100vh;
	background-color: #fff;
	z-index: 9998;
	box-shadow: 0px 0px 20px 5px #aaa;
}

@media screen and (max-width: 400px) {
    .right_panel {
		width: 100%;
	}
}

.scroll_top {
	display: none;
	position: fixed;
	color: white;
	bottom: 10px;
	right: 10px;
	font-size: 4.5em;
	background-color: #11cdef;
	/* #007bff; */
	width: 60px;
	height: 60px;
	border-radius: 8px;
	cursor: pointer;
	transition: box-shadow 0.4s ease-in-out;
	opacity: 0.7;
}

.scroll_top:hover {
	opacity: 1;
	box-shadow: 0px 0px 70px 1px #000;
}

.scroll_top i {
	position: absolute;
	left: 13px;
}

.ulevaade_link_container {
	position: relative;
}

.ulevaade_link_container:hover .ulevaade_link_emails {
	display: block;
}

.ulevaade_link_emails {
	display: none;
	position: absolute;
	top: 1px;
    right: -206px;
    background-color: #ddd;
    padding: 6px;
}

.date-picker-wrapper {
	z-index: 9999 !important;
}

.lisatood_month_row {
	background-color: #007bff;
	color: white;
    padding: 5px 10px;
    border-radius: 4px;
    margin-bottom: 8px;
}

.lisatoo_row .card-body{
	transition: background-color 0.3s ease-in-out;
	border-radius: 4px;
}

.lisatoo_row:hover .card-body {
	background-color: #ddd !important;
}

.del_folder_button {
	padding-right: 0 !important;
	padding-left: 10px !important;
	transition: padding-right 0.3s ease-in-out, padding-left 0.3s ease-in-out;
}

.del_folder_button:hover {
	padding-right: 10px !important;
	padding-left: 0 !important;
}

.transparent_checkbox {
	opacity: 0.5;
	transition: opacity 0.3s ease-in-out;
}

.transparent_checkbox:hover {
	opacity: 1;
}

.l_dwnl {
	cursor: pointer;
}

.luxvol_file {
	transition: color 0.3s ease-in-out, padding-left 0.3s ease-in-out;
}

.luxvol_file:hover {
	color: #17a2b8;
	padding-left: 5px;
}

.luxvol_folder {
	transition: color 0.3s ease-in-out, padding-left 0.3s ease-in-out;
}

.luxvol_folder:hover {
	color: #6f42c1;
	padding-left: 5px;
}

.table_detail_data td.pl_10 {
	padding-left: 10px !important;
}

@keyframes l_logo {
  /* from { */
	  /* margin-top: 200px; */
	  /* } */
  /* to { */
	  /* margin-top: 20px; */
  /* } */
  0% {
	 margin-top: 200px;
  }
  100% {
	 margin-top: 20px;
  }
}

.l_logo .authentication-form {
	margin: auto!important;
	padding: 0!important;
}

.l_logo {
	animation-name: l_logo;
	animation-duration: 2s;
	/* animation-delay: 2s; */
	animation-timing-function: ease-in-out;
}

.l_failid_container {
	/* height: calc(100% - 45px); */
}

@keyframes l_folders {
  0% {
	 opacity: 0;
  }
  50% {
	  opacity: 0;
  }
  100% {
	 opacity: 1;
  }
}

.l_folders {
	margin: 10px;
	padding: 10px;
	opacity: 1;
	border: 1px solid #bbb;
	width: calc(100% - 20px) !important;
	height: calc(100% - 135px);
	animation-name: l_folders;
	animation-duration: 3s;
	/* animation-delay: 2s; */
}

.korterite_alamkaustad {
	margin-top: 20px;
}

.korterite_alamkaustad:hover {
	color: #404E67;
}

.alamkaustad_ {
	display: none;
}

.alamkaustad {
	margin-top: 20px;
}

.alamkaustad:hover {
	background-color: #404E67;
}

.getlink_li {
	list-style: none;
	padding: 0;
}

.getlink_li div {
	cursor: pointer;
	border: 1px solid #eee;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 5px;
	transition: background-color 0.3s ease-in-out, border-left 0.3s ease-in-out, padding-left 0.3s ease-in-out;
}

.getlink_li div:hover {
	background-color: #eee;
	padding-left: 15px;
	border-left: 10px solid #ccc;
}

.alltöövõtt_trigger {
	padding: 10px;
    background-color: #404E67;
    color: white;
	transition: color 0.3s ease-in-out;
	margin-bottom: 2px;
}

.alltöövõtt_trigger:hover {
	color: #11cdef;
}

.hide_show_div {
	display: none;
}

.context_menu_2 li:hover {
	background-color: #ddd;
}

.context_menu_2 li {
	padding: 15px;
	cursor: pointer;
}

.context_menu_2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.context_menu_2 {
	visibility: hidden;
	position: fixed;
	background-color: white;
	border: 1px solid black;
	box-shadow: 0 0 10px #222;
}

.context_menu li:hover {
	background-color: #ddd;
}

.context_menu li {
	padding: 15px;
	cursor: pointer;
}

.context_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.context_menu {
	visibility: hidden;
	position: fixed;
	background-color: white;
	border: 1px solid black;
	box-shadow: 0 0 10px #222;
}

a.dark_b_link {
	color: white;
}

a.dark_b_link:hover {
	color: #ff9b45;
}

.vara_image img{
	max-width:100%;
	max-height:100%;
}

.vara_image {
	max-width: 200px;
	max-height: 200px;
}

.vara_image_upload_container:hover {
	opacity: 1;
}

.vara_image_upload_container {
	position: absolute;
	background-color: rgb(200, 200, 200, 0.6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	cursor: pointer;
	transition: opacity 0.2s ease-in-out;
	border-radius: 5px;
	border: 2px black dashed;
}

.vara_image_delete {
	position: absolute;
	top: 5px;
	right: 5px;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	padding: 5px 8px 3px 8px;
	border-radius: 2px;
}

.vara_image_delete:hover {
	background-color: red;
	color: white;
}

#vara_image_file {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	opacity: 0;
}

.garantii_log{
	overflow-y: auto;
	height: 270px;
	padding-right: 15px;
}

.muudetud_rida{
	color: red;
}

.edit_akt_row:hover {
	color: #f00;
}

.edit_akt_row {
	font-size: 1.4em; 
	color: #bbb;
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
}

.akti_rida2:hover .edit_akt_row {
	opacity: 1;
}

.gt_warning {
	background-color: #FFFF2A;
}

.gt_danger {
	background-color: #FF0000;
	color: white !important;
}

.rotate_c{
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
	margin-right: 5px;
}

.rotate_c.down{
    -ms-transform: rotate(900deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.form-control.firma_checks {
	min-height: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.f_data_header {
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	background-color: #F0F1F1;
}

.al_c {
	text-align: center;
}

.no_cursor_event {
	pointer-events: none;
}

.table_detail_data td{
	display: none;
	padding: 5px 0 !important;
}

.firma_data td{
	display: none;
	padding: 5px 0 !important;
}

.table_detailid:hover {
	background-color: #eee;
}

.firma_detailid:hover {
	background-color: #eee;
}

.table_detailid {
	transition: background-color 0.2s ease-in-out;
}

.firma_detailid {
	transition: background-color 0.2s ease-in-out;
}

.table_detailid .rotate_c{
	color: #bbb;
}

.firma_detailid .rotate_c{
	color: #bbb;
}

.vaherida {
	min-height: 2px; 
	padding: 2px !important;
	pointer-events: none;
}

.akti_rida:hover .delete_akt_row {
	opacity: 1;
}

.delete_akt_row:hover {
	color: red;
}

.delete_akt_row {
	opacity: 0;
	font-weight: bold;
}

.hide_show_grupid {
	background-color: #D9F2FD;
}

.hide_show_grupid:hover {
	background-color: #9CDEFA !important;
}

.ui-sortable-placeholder {
	background-color: #D1F0FD !important;
	border: 0.5px dashed black !important;
	visibility: visible !important;
}

.dd-list {
	min-height: 20px;
}

.firma_l_name span{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 1.4em;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -33%);
	text-align: center;
}

.firma_l_name {
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
/* COLORS */
.l_i_grey:hover {
	background-color: rgb(170, 170, 170, 0.5);
	border: 3px solid rgb(221, 221, 221);
}

.l_i_grey {
	background-color: #ddd;
	border: 3px solid rgb(170, 170, 170, 0.5);
	transition: background-color 0.2s ease-in-out, border 0.2s ease-in-out ;
}

.l_i_green:hover {
	background-color: rgb(97, 247, 117);
	border: 3px solid rgb(10, 206, 36, 0.5);
}

.l_i_green {
	background-color: #0ACE24;
	border: 3px solid rgb(97, 247, 117, 0.5);
	transition: background-color 0.2s ease-in-out, border 0.2s ease-in-out ;
}

.l_i_cyan:hover {
	background-color: rgb(24, 249, 212);
	border: 3px solid rgb(10, 206, 174, 0.5);
}

.l_i_cyan {
	background-color: rgb(10, 206, 174);
	border: 3px solid rgb(24, 249, 212, 0.5);
	transition: background-color 0.2s ease-in-out, border 0.2s ease-in-out ;
}
/* COLORS */


#ajalugu_table {
	display: none;
}

.hover_file {
	transition: color 0.2s ease-in-out;
}

.hover_file:hover {
	color: #00F;
}


.custom-checkbox {
	margin-bottom: 0;
	cursor: pointer;
}

#fullwindowModal {
	z-index: 5900;
}

#exampleModalCenter {
	z-index: 5999;
}

.upload_progress {
	width: 100%;
	opacity: 0;
}

.upload_progress.vis_progress {
	opacity: 1;
}


.files_container {
	width: 100%;
	height: 400px;
	border: 2px dashed black;
}

.files_container:hover {
	background-color: rgb(180, 180, 180, 0.6);
}

.files_container span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 3em;
	text-align: center;
}
	
#act_new_files {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.alltoo_sisu_row:hover .delete_alltoo_sisu_row {
	opacity: 0.5;
}

.delete_alltoo_sisu_row:hover {
	color: red;
	opacity: 1 !important;
}

.delete_alltoo_sisu_row {
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;
	font-size: 1.4em;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

.add_on_r {
	position: absolute;
	color: #999;
	right: 15px;
	top: calc(50% - 10px);
	font-size: 20px;
}

.row_marg0 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.has-error {border:1px solid rgb(185, 74, 72) !important;}

.m_header {
	margin: 0;
	padding: 15px;
	border-bottom: 1px solid #ddd;
}

.m_footer {
	margin: 0;
	padding: 15px;
	border-top: 1px solid #ddd;
}

.m_body {
	margin: 0;
	padding: 15px 0;
}

.m_header h3 {
	margin: 0;
}

.image_center img {
	margin: auto !important;
}

.image_maxw250 img {
	/* max-width: 250px; */
}

.cu_po {
	cursor: pointer;
}

.nobullets {
	list-style: none;
	padding-left: 0;
}

.today_filez li:hover {
	background-color: #eee;
}

.big_select2 .select2 {
	width: 280px;
}

.big_select2 .select2-selection--single {
	height: 60px !important;
}

.big_select2 .select2-selection__arrow {
	top: calc( 50% - 17px) !important;
}

.big_select2 .select2-selection__rendered {
	padding: 10px 4px;
	text-align: left;
	font-size: 2em;
}

.big_select2_style .select2-search__field{
	height: 70px !important;
	font-size: 2.5em;
}

.big_select2_style .select2-results__option{
	line-height: 50px !important;
	font-size: 2em;
}

.select2-container {
	min-width: 200px !important;
}


.no_white_space th, .no_white_space {
	white-space: nowrap;
}

.basic_input .select2-container {
	min-width: 20px !important;
}

.cell_italic{
	font-style: italic;
}

.loader_container {
	z-index: 99999999;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: grey;
	opacity: 0.5;
}

.no_hover_tr:hover{
	background-color: white !important;
	/* cursor: pointer; */
}

.editable_cell {
	padding: 0 2px !important;
}

.editable_cell input {
	border: 1px solid white;
    min-height: 35px;
    padding: 0 10px;
    width: 100%;
}

.editable_cell input:hover {
	border: 1px solid #404E67;
}

.editable_cell input:focus {
	border: 1px solid #404E67;
	background-color: #F6F8FB;
}

.right_align {
	text-align: right;
}

#today_lisa_uus.start {
	border-radius: 50%;
}

#today_lisa_uus.stop {
	border-radius: 5px;
}

.timeline:hover {
	background-color: rgb(39, 45, 54, 0.3);
	/* color: white; */
}

.timeline {
	transition: background-color 0.4s ease-in-out;
	/* color: white; */
}

#today_lisa_uus {
	position: fixed;
	top: 80px;
	right: 30px;
	width: 70px;
	height: 70px;
	background-color: red;
	border: 5px solid white;
	box-shadow: 0 0 10px #222;
	cursor: pointer;
	transition: background-color 0.5s ease-in-out;
	transition: box-shadow 0.5s ease-in-out;
	transition: border-radius 0.5s ease-in-out;
}

#today_lisa_uus:hover {
	box-shadow: 0 0 20px #222;
	background-color: green;
}

.per_button {
	background-color: unset;
	border: 2px solid black;
	border-radius: 5px;
}

.per_button:hover {
	color: white;
	background-color: black;
}


.kuu_row {
	padding: 25px 5px;
}

.big_button {
	font-size: 2em !important;
	padding: 15px 25px !important;
	height: 70px !important;
}

.big_input {
	font-size: 1.2em !important;
	/* padding: 15px 25px !important; */
	/* height: 70px !important; */
}

.HP_main_item:hover {
	background-color: rgb(200, 200, 200, 0.6);
}

.widget_materjal:hover .widget-body{
	background-color: grey;
	color: white;
}

.link_blue {
	color: #007bff !important;
}

.c_pointer {
	cursor: pointer;
}

.valgusti_item {
	
}

.pad_r_40 {
	padding-right: 40px;
}

.del_folder {
	position: absolute;
	right: 10px;
	top: 10px;
	padding:6px 10px;
	cursor: pointer;
	border-radius: 50%;
}

.sos-st-card:hover .del_folder {
	background-color: red;
	color: white;
}


.hidden_elem {
	display: none !important;
}


#my_camera {
	width: 100%;
	height: 100%;
}

.mr20 {
	margin-right: 20px !important; 
	width: 99% !important;
}

.w_140 {
	width: calc(100% + 40px);
}

/* pilt start */
.stroke_text {
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.pilt_container{
	position: relative;
}

.pilt_top {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.text_bottom {
  position: absolute;
  text-align: center;
}

.pilt_top.pt1 {
  top: 30px;
  right: -10px;
}
.pilt_top.pt2 {
  top: 30px;
  right: 40px;
}
.pilt_top.pt3 {
  top: 30px;
  right: 90px;
}
.text_bottom.pt4 {
  bottom: 2px;
  left: 10px;
}

.pilt_text {
  background-color: rgb(200, 200, 200, 0.5);
  color: white;
  font-size: 16px;
  padding: 8px 12px;
  border-radius: 50%;
}

.pilt_text:hover {
  background-color: rgb(200, 200, 200);
}

.pilt_img {
  opacity: 1;
  display: block;
  /* width: 100%; */
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.pilt_container:hover .pilt_img {
  opacity: 0.8;
}

.pilt_container:hover .pilt_top, .pilt_top2 {
  opacity: 1;
}
/* pilt end */

/* Video start */
.video_container{
	position: relative;
}
.record_button {
	z-index: 99;
	height: 100px;
	width: 100px;
	background-color: rgb(255, 0, 0, 1);
	border-radius: 50%;
	border: 4px solid #fff;
	display: inline-block;
}

/* Loader */
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 100px;
  height: 100px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.video_bottom {
  position: absolute;
  text-align: center;
}
.video_bottom.pt1 {
  bottom: 50px;
  left: calc(50% - 50px);
}
.capture_button {
	font-size: 4.5em;
}
/* Video END */


.max_w_500{
	max-width: 500px;
}

.max_h_500{
	max-height: 500px;
}

.breadcrumb {
	background-color: white;
}

.breadcrumb li.active{
	color: red !important;
}

.h_min_35 {
	height: 35px; 
}

.hover_decor:hover {
	text-decoration: underline;
}

body {
	overflow-y: scroll;
	-ms-overflow-style: none;
}

body::-webkit-scrollbar {
    display: none;
}


.list-actions {
	display: none;
}

.list-actions i {
	font-size: 1.2em;
	background-color: rgb(200, 200, 200, 0.5);
	margin-left: 5px;
	border-radius: 50%;
	line-height: 18px;
    min-width: 30px;
    text-align: center;
    height: 30px;
    padding: 6px 6px;
    border: none;
}

.list-actions i:hover {
	background-color: rgb(200, 200, 200);
}

tr:hover .list-actions{
	display: block;
}

.file-upload-info {
	margin-top: 0 !important;
}

.file-upload-browse {
	height: 45px !important;
}


.x_scroll {
	overflow-x: auto;
}

.y_scroll {
	overflow-y: scroll;
	-ms-overflow-style: none;
}
.y_scroll::-webkit-scrollbar {
    display: none;
}

.b_mar_15 {
	margin-bottom: 15px;
}

.r_mar_15 {
	margin-right: 15px;
}

.padding_lr5 td, th {
	padding-left: 5px;
	padding-right: 5px;
}

.cursor_arrow {
	cursor: default !important;
}

/* ADDITIONALS */
.logo-centered {
	width: 200px !important;
}
/* ADDITIONALS */

@media screen and (max-width: 475px) {
	.hide_tab {
		display: none;
	}
	.hide_mobile {
		display: none;
	}
	.nav-item span {
		font-size: 1.3em !important;
	}
	.nav-item {
		font-size: 1.3em !important;
	}
	.submenu-content a {
		font-size: 1.1em !important;
	}
	.user_dropdown a {
		font-size: 2em !important;
	}
	.jq-toast-single {
		font-size: 1.4em !important;
	}
	.dropdown-menu.user_dropdown {
		width: 225px !important;
		margin: 15px -225px !important;
	}
	.user_dropdown .dropdown-item{
		padding: 20px 15px !important;
	}
	.app-sidebar {
		width: 80% !important;
	}
}

@media screen and (max-width: 968px) {
	.hide_tab {
	  display: none;
	}
}

.small_avatar {
	width: 50px;
	border-radius: 5px;
	border: 3px solid white;
}

.no_decor {
	text-decoration: none;
}

.no_decor:hover {
	color: #005DA7;
}

.search {
	float: right;
}

input.search {
	border-radius: 3px;
}

/* .pagination { */
	/* display: inline-block; */
	/* background-color: #aaa; */
	/* width: 30px; */
	/* max-width:30px; */
	/* padding: 5px; */
	/* margin: 2px; */
	/* border-radius: 3px; */
	/* text-align: center; */
/* } */

.pagination.link, .header_with_order{
	cursor: pointer;
}

.pagination.active{
	background-color: #005DA7;
	color: #fff;
}

.page-link.hov:hover {
	background-color: #424F66 !important;
	color: #fff !important;
}

.main_table {
	border-collapse: collapse;
}

.main_table th{
	background-color: #424F66;
	color: #fff;
}

.main_table td{
	font-size: 12px;
}

.main_table .td_right{
	text-align: right;
}

.th_right{
	text-align: right !important;
}

.main_table tr{
	border-bottom: 1px dotted rgb(0, 93, 167, 0.5);
}

.main_table.hover tr:hover{
	cursor: pointer;
	background-color: rgb(0, 93, 167, 0.5);
}

input.is-invalid {
	border: 1px solid #f00 !important;
}

.is-invalid .select2-selection  {
	border: 1px solid #f00 !important;
}

/* Full-width input fields */
input[type=text]:not(.basic_input)
, input[type=password]:not(.basic_input)
, input[type=email]:not(.basic_input)
, input[type=tel]:not(.basic_input)
, input[type=number]:not(.basic_input) {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.my_content {
	width: 95%;
	background-color: #f6f6f6;
	margin: auto;
}

.sisu_5_padding {
	padding: 5px;
}

/* Set a style for all buttons */
button {
    /* background-color: #4CAF50; */
    /* color: white; */
    /* padding: 14px 20px; */
    /* margin: auto !important; */
    /* border: none; */
    /* cursor: pointer; */
    /* width: 100%; */
	/* border-radius: 4px; */
	
}

button:hover {
    opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
}

.container {
    padding: 16px;
}

span.psw {
    float: right;
    padding-top: 16px;
}

/* The Modal (background) */
.modalold {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
}

/* Modal Content/Box */
.modal-contentold {
    background-color: #fefefe;
    margin: 1% auto 5% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.closeold {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

.closeold:hover,
.closeold:focus {
    color: red;
    cursor: pointer;
}

/* Add Zoom Animation */
.animateold {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}
    
@keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 400px) {
    span.psw {
       display: block;
       float: none;
    }
    .cancelbtn {
       width: 100%;
    }
	/* .modal-content { */
		/* width: 90%; /* Could be more or less, depending on screen size */ */
	/* } */
	.max_h_550_m {
		height: 550px;
	}
}



/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #C90025; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
    visibility: visible; /* Show the snackbar */

/* Add animation: Take 0.5 seconds to fade in and out the snackbar. 
However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


