body {
    padding: 0 !important;
    margin:0;
    background: #F7F7F7;
    /*color: #73879C;*/
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
 
    height: 100%;
}

a:hover {
    color: #005580; 
    text-decoration: none !important; 
}

input {
    font-size:16px;
}

input[type=submit] { 
    padding:10px 30px;
        background: #00B159;
color: #fff;
    border-radius:5px;
    border: 0px;
}

/*header */
.header {
    overflow:auto;
    
}

.bar { 
    width:75%; 
    background: rgba(145, 85, 167, 1);
    color: #fff;
    float:left;
}

.bar-internal {
    padding:10px;
    float:left;
}

.add {
    float:right;
    text-align:center;
    text-decoration: none;
   
    border-left:1px solid #c1c1c1;
}

.add-internal {
    padding:10px;
}

.container {
    padding:5px;
    
}

/* table */
table {
  border-collapse: collapse;
        background: #fff;
    width:100%;
}

table, th, td {
  border: 1px solid #F5F5F5;
}

td {
    
    font-size: 14px;
    color: gray;
 
  }

    tr:hover {
        background:#F5F5F5;
    }

/* Dashboard */
.col-sml-bar {
    width:5%;
    position:fixed;

}

.bar-sq {
   width:100%;
        border-radius:0px 5px 5px 0px;
text-align:center;
    margin-bottom:8%;
    display:block;
    padding: 10px 0px;
     background:#fff;
    text-decoration:none;
    color:#595959;
    box-shadow: 0 0 20px rgba(0,0,0,.08);

}

.col-sml-1 {
    width:20%;
    float:left;
    margin-bottom:10px;
}

.box {
    border-radius:5px;
    text-decoration:none;
    color:#595959;
    text-align:center;
    padding:40px 0px;
    background:#fff;
    position:relative;
    display:block;
    font-size:20px;
    box-shadow: 0 0 20px rgba(0,0,0,.08);

}


/* Add */

.add_box {
    max-width:700px;
    margin: 0 auto;
    padding:1%;
    border:1px solid grey;
    border-radius: 5px;
    background-color: #fff;
}

.add_box_title {
    text-align: center;
    
}

* {
  box-sizing: border-box;
}

/*the container must be positioned relative:*/
.autocomplete {
  position: relative;
  display: inline-block;
}

input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}

input#myInput[type=text] {
  background-color: #f1f1f1;
  width: 300px;
}

input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
  cursor: pointer;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}


  .showcss{ display:block;}
  .hidecss{ display:none;}


/* Customize the label (the container) */
.containers {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.containers input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 25%;
    border:1px solid grey;
}

/* On mouse-over, add a grey background color */
.containers:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.containers input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "✓";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.containers input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.containers .checkmark:after {
  top: -4px;
  left: 2px;
  width: 10px;
  height: 10px;
  border-radius: 25%;
  /*background: white;*/
    color:#fff;
}


.menu-item {
    padding: 15px;
    /*text-align:center;*/
    border-bottom: 1px solid #F7F7F7;
    width:100%;
    display:block;
}

.sub-menu {
    text-indent: 20px;
    
}

.side  a { 
    color:#212529;
}


/* Login */


.login {
  	margin: 100px auto;
}
.login h1 {
  	text-align: center;
  	color: #5b6574;
  	font-size: 24px;
  	padding: 20px 0 20px 0;
  	border-bottom: 1px solid #dee0e4;
}
.login form {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	padding-top: 20px;
}
.login form label {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 50px;
  	height: 50px;
  	background-color: #19879D;
    float:left;
  	color: #ffffff;
}
.login form input[type="password"], .login form input[type="text"] {
  	width: calc(100% - 50px);
  	height: 50px;
  	border: 1px solid #dee0e4;
  	margin-bottom: 20px;
  	padding: 0 15px;
    float:left;

}
.login form input[type="submit"] {
  	width: 100%;
  	padding: 15px;
 	margin-top: 20px;
  	background-color: #092b5c;
  	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;
    border-radius: 5px;
}

.login form input[type="submit"]:hover {
	background-color: #19879D;
  	transition: background-color 0.2s;
}


/* Register */

.register {
  	width: 400px;
  	background-color: #ffffff;
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  	margin: 100px auto;
}
.register h1 {
  	text-align: center;
  	color: #5b6574;
  	font-size: 24px;
  	padding: 20px 0 20px 0;
  	border-bottom: 1px solid #dee0e4;
}
.register form {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	padding-top: 20px;
}
.register form label {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 50px;
 	height: 50px;
  	background-color: #3274d6;
  	color: #ffffff;
}
.register form input[type="password"], .register form input[type="text"], .register form input[type="email"] {
  	width: 310px;
  	height: 50px;
  	border: 1px solid #dee0e4;
  	margin-bottom: 20px;
  	padding: 0 15px;
}
.register form input[type="submit"] {
  	width: 100%;
  	padding: 15px;
  	margin-top: 20px;
  	background-color: #3274d6;
 	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;
}
.register form input[type="submit"]:hover {
	background-color: #2868c7;
  	transition: background-color 0.2s;
}


.dialog_buttons {
    display:block;
    border:grey 1px solid;
    padding:20px 10px;
    width:100%;
    text-align:center;
    margin-bottom:20px;
    border-radius:5px;
}

.ui-dialog-titlebar-close {
    display:none;
}

.hit_title {
    color: #333;
    font-size: 1.5em;
    font-weight: 700;
    margin-top: .25em;
    margin-bottom: .75em;
}

.hit {
    border-left: solid 1px rgba(0,0,0,.125);
    border-right: solid 1px rgba(0,0,0,.125);
    border-bottom: solid 1px #e5e5e5;
    color: #737373;
    overflow: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    background: #fff;
}


.topnav {
  overflow: hidden;
 /* background-color: #333;*/
}

.topnav a {
  /*float: left;*/
  display: block;
  text-align: center;
  text-decoration: none;
}

.topnav a:hover {
 /* background-color: #ddd;*/
  color: black;
}

.topnav a.active {
  /*background-color: #4CAF50;*/
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}



@media (min-width: 992px) {
.col-lg-25 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20% !important;
    max-width: 20% !important;
}
    
    

}

@media only screen and (max-width: 600px) { 

.col-sml-bar {
    width:100%;
    position:relative;
    
}

.bar-sq { width:100px;float:left;}
    
    .col-left { margin-top:5px !important;width:100% !important; }
    
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #00B159;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #00B159;
}

.pagination {
	list-style-type: none;
	padding: 10px 0;
	display: inline-flex;
	justify-content: space-between;
	box-sizing: border-box;
}
.pagination li {
	box-sizing: border-box;
	padding-right: 10px;
}
.pagination li a {
	box-sizing: border-box;
	background-color: #e2e6e6;
	padding: 8px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #616872;
	border-radius: 4px;
}
.pagination li a:hover {
	background-color: #d4dada;
}
.pagination .next a, .pagination .prev a {
	text-transform: uppercase;
	font-size: 12px;
}
.pagination .currentpage a {
	background-color: #518acb;
	color: #fff;
}
.pagination .currentpage a:hover {
	background-color: #518acb;
}
    
footer {
    background-color: #092b5c !important;
    display: block;
}

.my_button {
    display: block;
    margin-top: 10px;
    color: #fff;
    background: DodgerBlue;
    border-radius: 5px;
    text-align: center;
    padding: 10px 10px;
}

/* Main page improvements */
.main-header {
    border-bottom: 1px solid #e0e0e0;
    height: 60px;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 8px 20px;
    display: flex;
    align-items: center;
}

.main-header img {
    height: 45px;
    max-width: 200px;
    object-fit: contain;
}

.main-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.service-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 25px;
    text-decoration: none;
    color: inherit;
    display: block;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.service-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    color: inherit;
}

.service-card-icon {
    font-size: 2.5rem;
    color: #092b5c;
    margin-bottom: 15px;
}

.service-card-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #212529;
    margin: 0;
    line-height: 1.4;
}

.service-card-horizontal {
    display: flex;
    align-items: center;
    gap: 20px;
}

.service-card-horizontal .service-card-icon {
    font-size: 3rem;
    margin-bottom: 0;
    flex-shrink: 0;
}

.service-card-horizontal .service-card-title {
    font-size: 1.2rem;
    text-align: left;
}

.service-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.service-grid-half {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.service-grid-full {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
}

.deactivated-message {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.deactivated-message h2 {
    color: #dc3545;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .main-header {
        height: auto;
        padding: 12px 15px;
    }
    
    .main-content {
        padding: 0 15px;
    }
    
    .service-card {
        padding: 20px;
        margin-bottom: 20px;
    }
    
    .service-card-horizontal {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .service-card-horizontal .service-card-title {
        text-align: center;
    }
    
    .service-grid,
    .service-grid-half {
        grid-template-columns: 1fr;
    }
}