.button-container {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 15px;
      max-width: 800px;
      margin: 0 auto;
    }


.btn-attendance-in:hover, .btn-attendance-out:hover,
.btn-attendance-in, .btn-attendance-out {
    display: inline-block;
    /*padding: 25px 30px;
    font-size: 16px;*/
    font-weight: 500;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    margin: 15px 40px 0px 0px;
    padding: 25px;
    font-size: larger;
    width: 150px;
}

.btn-attendance-in {
    background-color: #4ea72e;
}
.btn-attendance-out {
    background-color: #e97132;
}

/*
**   GENERIC STYLES
*/
.navbar-userinfo { display: none!important; }
.text-left { text-align: left; }
.text-center { text-align: center; }

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.section {
		padding: 15px 10px;
		/*background-color: red;*/
    }
    .section.narrow { padding-left: 0px; padding-right: 0px; }
}

@media only screen and (min-width: 600px) { /* Small devices (portrait tablets and large phones, 600px and up) */
	.section {
		padding: 15px 40px;
		/* background-color: blue; */
    } 
}
@media only screen and (min-width: 768px) { /* Medium devices (landscape tablets, 768px and up) */
	.section {
		padding: 15px 40px;
		/* background-color: yellow; */
    }    
}
@media only screen and (min-width: 992px) { /* Large devices (laptops/desktops, 992px and up) */
	.section {
		padding: 15px 60px;
		/* background-color: green; */
    }
    .section.wide { padding-left: 180px; padding-right: 180px; }
}
@media only screen and (min-width: 1200px) { /* Extra large devices (large laptops and desktops, 1200px and up) */
	.section {
		padding: 15px 90px;
		/* background-color: pink; */
    }    
}

.section.green h2 small {
  color:#fff;
}

.section.green {
    background-color: rgb(14,115,114);
    color: #fff
}

.section.light-green {
    background-color: #ECF4E8;
}

.section.light-gray {
    background-color: rgb(250,250,250);
}

.section.light-error {
    background-color: #FFC4C4;
}

.section.dark-blue {
    background-color: #214355;
    color: #ffffff;
}

.section-main-content {
    border-radius: 2px;
    box-shadow: 0 12px 100px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    /*min-height: 200px;*/
    margin: -40px 10% 0 10%;
    overflow: hidden;
    padding: 20px 10px;
}

.section-main-content .title {
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    color: #384142;
    text-align: left;
    margin-bottom: 20px;
}

.section-main-content .sub-title {
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    color: #384142;
    text-align: left;
}

#breadcrumb {
    display:none;
}

.no-border > div.panel { border: none; }


/*
** Global styles
*/
body, .normal {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    background-color: rgb(250,250,250);
}

h2, .h2 {
    font-size: 30px;
}

h1, .h1, h2, .h2, h3, .h3 {
     margin-top: 0;
    margin-bottom: 20px;
}

small, .small {
    font-size: 80%;
}

/*a, a:visited {
    color: #596669;
}*/
.panel-default > .panel-heading {
    /*background-color: transparent;*/
    border: 0px;
    font-weight: bold;
    color: #555;
    padding: 5px 15px;    
}

/*
** Container
*/
.main-container {
    background-color: rgba(255,255,255,0.4);
    min-height: 600px;
}
/*.container-fluid {
    max-width: 1300px;
}*/

/*
** Logo and Menu
*/
.container-fluid > .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
    min-height: 100px;
}

/* #dnn_dnnLOGO_imgLogo {
    position: absolute;
    top: 3px;
} */
@media (min-width: 480px){
    .navbar-nav {
        float: left;
        margin: -1px;
    }
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    border-bottom: 4px solid transparent;  
    padding: 10px 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 2;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .35s;    
    margin: 3px 5px 0 5px;
    letter-spacing: 0.08em;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #ffd60a;
    border-bottom: 4px solid #ffd60a;    
    background-color: transparent;
    transition: color .35s;    
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ffd60a;
    border-bottom: 4px solid #ffd60a;    
    background-color: transparent;
    transition: color .35s;
}
/*.navbar-default .LoginLink, .navbar-default .navbar-nav > li > div > ul > li > a {
    color: #00821a;
}*/
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    background-color: #eee;
}
.navbar {
    min-height: 100px;
    position: sticky;
    top: -50px;
    z-index: 1001;
}
.navbar-userinfo {
    position: sticky;
    top: 0px;
}
.navbar-mainmenu {
    margin-top: 40px;
}
.dnn-menu ul{
    list-style:none;
}




.no-panel > .panel {
    border: none;
    box-shadow: none;
    margin: 0px -15px 0px -15px;
    background-color: transparent;
}
.panel-filters div.panel {
    background-color: #f1f1f1;
    border: none;
    margin: 0;
}
.panel-filters div.panel-heading {
    background-color: transparent;
    border-color: #dedede;
    height: 33px;
    padding: 7px 10px;
    letter-spacing: 1px;
}
.panel-filters div.panel-title {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #777;
    text-transform: uppercase;
}


/*
.navbar-default{
    box-shadow: none !important;
}
.navbar.navbar-default::after {
    box-shadow: 0px 21px 32px -2px rgba(0, 0, 0, 0.6);
    position: absolute;
    content: ' ';
    width: 100%;
    height: 35px;
    border-radius: 50%;
    z-index: -1;
    margin-top: -50px;
}
*/



/*
ul.navbar-nav > li > a {
    border-bottom: 3px solid transparent;
    display: block;
    padding: 10px 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 2;
    color: #7f8485;
    text-decoration: none;
    transition: color .35s;
    text-transform: uppercase;
    background-color: transparent;
    margin: 3px 5px 0 5px;
}
*/

/*
a, a:visited {
    color: #00821a;
}
.pagination > li > a, .pagination > li > span {
    color: #00821a;
}

.btn-primary {
    color: #fff;
    background-color: #0a6d3b;
    border-color: #00821a;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #00821a;
    border-color: #084f2c;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #fff;
    background-color: #0a6d3b;
    border-color: #00821a;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: #0a6d3b;
    border-color: #084f2c;
}
*/



/*
.panel-default > .panel-heading {
    color: #00821a;
    background-color: rgba(255,255,255,0.9);
    border-color: #94d359;
    border-bottom-width: 2px;
}
hr{border-top-color:#94d359;}
h2 {
    border-bottom: 2px solid #94d359;
  margin-top: 14px;
}
*/

#FooterRow {
    padding: 15px 0px;
    color: #f1f1f1;
    background: #3d3c3c;
    border-top: 5px solid  #596669;
}
#FooterRow .SkinLink {
    margin-top: 0;
}


/*
#FooterRow {
    background-color: #00821a;
    color: #eee;
}



footer .footer-below {
    background-color: #aaa;
}

#FooterRow {
    background: #00821a;
  	background: linear-gradient(159deg, rgba(9,97,53,1) 0%, rgba(9,97,53,1) 54%, rgba(6,54,30,1) 100%);
    color: #eee;
    padding: 15px 0px;
    border-top: 5px solid  #94d359;
}

#FooterRow, #FooterRow a, #FooterRow *
{
    color:eee !important;
}
#FooterRow ul{}
#FooterRow li{padding:3px;}
#FooterRow a{color:white !important;}
.text-primary {
    color: #00821a;
}
*/



	
.control-item {
	float: left;
	padding: 5px 20px 0 5px;
}



input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.algo-ng-module{padding: 0px 15px;}





















