
/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
#Site Styles
#Page Styles
#Colors
#Media Queries
#Borders
#Misc
#Font-Face */

/* #Site Styles
================================================== */
* {
    box-sizing: border-box;
}

.home-body{
    background-color: white!important;
    color: #585858!important;
}

.auth-nav{
    position: absolute;
    z-index: 5000;
    width: 200px;
    top: 0px;
    left: 0px;
    background: #222; /* Old browsers */
    border-right: 1px solid #000;
    box-sizing: border-box!important;

}
.nav-tag{
    width: 36px;
    height: 36px;
    position: fixed;
    top: 0px;
    left: 200px;
    background: rgba(24,24,24,.6); /* Old browsers */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#181818', endColorstr='#0c0c0c',GradientType=1 ); /* IE6-8 */
    cursor: pointer;
    border-bottom-right-radius: 7px;
    text-align: center;
    color: rgba(175,186,201,.6);
}

.nav-tag span {
    display: inline-block;
    margin-top: 10px;
}
.auth-nav > ul {
    margin-top: 50px;

}
.auth-nav > ul > li {
    display: block;
    border-bottom: 1px solid #444;
    padding-bottom: 15px!important;
    color: #444;
}
.auth-nav > ul > li:not(:first-child){
    padding-left: 10px;
}
.auth-nav > ul > li > ul > li{
    display: block;
    font-size: .95em;
}
.auth-nav a {
    color: #AFBAC9;
    text-decoration: none;
    display: block;
}

.verify-banner {
    position:fixed!important;
    top: 0px!important;
    right:0px!important;
    width: 50%!important;
    background-color: yellow!important;
    padding: 12px;
    z-index: 55000;
}
.verify-banner a{
    color: black!important;
}

#menu_button {
width: 100%;
text-align: center;
cursor: pointer;
position: relative;
bottom: 5px;
}

.count{
    position: absolute;
    top:0;
    right:15px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    color: #fff;
    font-size: 10px;
    padding: 1px 0px;
    text-align: center;
}
.nav-tag-count{
    position: absolute;
    top:-5px;
    right:-10px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    color: #fff;
    font-size: 10px;
    padding: 1px 0px;
    text-align: center;
}

.confirm-count{
    background-color: #6494ED;
}
.cancel-count{
    background-color: #ff0000;
    color: #000;
}
.event-list-circle{

    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    color: #fff;
    text-align: center;
    color: black;
    font-size: 8px;
    line-height: 8px!important;
    padding-top: 3px;
}
.event-list-circle-example{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    color: black;
}
.event-list-caution{
    background-color: yellow;
    top: 10px;
    right: 19px;
}
.event-list-alert{
    background-color: red;
    top: 10px;
    right: 0px;
}

textarea[readonly]{
    background-color: #999;
}
textarea{
    background-color: #fff;
}

.action_select{
    background-color: #c0c0c0;
    color: #222;
}
.action_select:hover, .action_select:focus{
    background-color: #fff;
    color: #000;
}

.home-footer{
    min-height: 200px;
    padding-top: 50px;

}
.home-footer *{
    color: #ddd;
}

.news-table td{
   vertical-align: top;
}

.news-table td:first-child{
    padding-right: 7px;
}

.copyright{
    margin-top: 50px;
    color: #ddd;
}
.left-margin {
    margin-left: 15px;
}
.right-margin {
    margin-right: 15px;
}
.relative {
    position: relative;
}

header {
    min-height: 32px;
}
.default-header{
    background-color: #fff;
}
nav a {
    margin: 0px 0px 0px 5px;
}

nav > a:first-of-type {
    margin-left: 0px!important;
}
nav > a:last-of-type {
    margin-right: 0px!important;
}
.sub-nav{
    margin-left: 10px!important;
}

footer {
    min-height: 100px;

}

.avante {
    font-family: avantebold, Arial, Helvetica, Serif;
}

.min-height {
    min-height: 725px;
}

.sub-header-nav{
    margin: 0px 10px;
}
.small-text {
    font-size: .8em;
}
.full-table {
    width: 100%!important;
}
.profile-details-table{
    width: 100%;
}

/*Applicant Table ----------------------------
--------------------------------------------*/

.applicant-table{
    width: 100%;
}
.applicant-table thead *{
    background-color: #000!important;
    color: #fff!important;
}
.applicant-table tr:nth-child(odd){
    background-color: #ececec!important;
    color: #000!important;
}
.applicant-table tr:nth-child(even){
    background-color: #e5e5e5!important;
    color: #000!important;
}
.applicant-table tr:hover{
    background-color: #fff!important;
}
.applicant-table img {
    vertical-align:middle!important;
}
.applicant-table tfoot *{
    background-color: #000!important;
    color: #fff!important;
}
.applicant-table button{
    font-size: 10px!important;
}
.applicant-action{
    font-size: .7em;
    color: #000!important;
    text-decoration: none;
    display:inline-block;
    padding: 2px 5px;
    border: 1px solid #a0adbf;
    border-radius: 3px;
    background-color: #AFBAC9;
    width: 100%;
    margin-right: 5px;
    margin-top: 5px;
}
.connect-applicant-action{
    font-size: .7em;
    color: #000!important;
    text-decoration: none;
    display:inline-block;
    padding: 2px 5px;
    border: 1px solid #a0adbf;
    border-radius: 3px;
    background-color: #AFBAC9;

    margin-right: 5px;
    margin-top: 5px;
}
.rating-div {
    font-size: 9px;
}
.close-app-list{
    font-size: 10px!important;
    width: 100px;
    margin-top: 10px;
}

.available-days-check-label{
    display: inline-block;
    margin: 0px 10px 0px 0px;
}

.event-details-label{
    width: 100px;
    display: inline-block;
        float: left;
}

.event-details-address{
    display: inline-block;
    margin-left: 150px;
}

.pos-td{
    width: 125px;
}
.call-td{
    width: 60px;
}
.name-td {
    width: 110px;
}
.inout {
    width: 50px;
}
.timeclock-name{
    width: 20%;
}
.timeclock-inout{
    width: 8.88%;
    vertical-align: top;
}

.signature-td {

}

.notes-td {

}
.center-text {
    text-align: center!important;
}

.right-align {
    text-align: right!important;
}

.inline {
    display: inline-block!important;
}

.v-top {
    vertical-align: top;
}
.v-middle {
    vertical-align: middle;
}
.v-bottom{
    vertical-align: bottom;
}
.right-10 {
    margin-right: 10px;
}

.pull-right{
    float: right!important;
}
.pull-left{
    float: left;
    margin-right: 15px;
}
.contains-zero{
    font-size: .8em;
    color: #7F8FA7;
    background-color: #7F8FA7;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin-right: 7px;
}
.contains-some{
    font-size: .8em;
    color: #fff;
    background-color: #333;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin-right: 7px;
}
.msg-counter{
    display: inline-block;
    background-color: #7F8FA7;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    text-align: center!important;
    vertical-align: middle!important;
    margin: 0px!important;
}

.msg-counter p {
    line-height: 16px;
    margin:0px!important;
    font-size: .7em!important;
    color: #333!important;
}

.pop-list {
    width: 400px;
    background-color: #FFE885;
    padding: 5px 0px 5px 7px;
    border: 1px solid #c0c0c0;
    box-shadow: 2px 2px 10px #999;
    position: relative;
}

.pop-card {
    width: 200px;
    background-color: #FFE885;
    padding: 5px 0px 5px 7px;
    border: 1px solid #c0c0c0;
    box-shadow: 2px 2px 10px #999;
    position: relative;
}

.pop-card img {
    float: left;
    margin-right: 7px;
}

.pop-list-title{
    border-bottom: 1px solid #FFD20E;
}

#result_pop_div {
    width: 200px;
    padding: 10px;
    border: 1px solid #000;
    display: none;
}

.close-button {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 16px;
    height: 16px;
    background-color: #FFD20E;
    border-radius: 8px;
    vertical-align: middle!important;
    padding: 0!important;
}

.profile-pic {
    border: 2px solid #fff;
    float: left;
}

.clickable {
    cursor: pointer;

}

.editable {
    background-color: #fff!important;
    border: 1px solid #c0c0c0!important;
}

.call-time {
    background: transparent!important;
    border: none!important;
    width: 100px!important;
}

.call-time:focus{
    border: 1px solid #c0c0c0!important;
    background: #fff!important;
}

.no-underline {
    text-decoration: none!important;
}

.underline {
    text-decoration: underline;
}

.icon-left {
    margin-right: 7px;
}
.full-width{
    width: 100%!important;
}
.box-link{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    /* Makes sure the link doesn't get underlined */
    z-index: 10;
    /* raises anchor tag above everything else in div */
    background-color: white;
    /*workaround to make clickable in IE */
    opacity: 0;
    /*workaround to make clickable in IE */
    filter: alpha(opacity=0);
    /*workaround to make clickable in IE */
}

.action-button{
    margin-right: 12px;
    margin-top: 7px;
}

/* #Page Styles
================================================== */
.applicant-count {
    position: relative;
    top: -5px;
    left: 2px;
}

.pos_row {
    height: 65px;
    vertical-align: middle;
}

.job-view-title-date {
    display:inline-block;
    margin-right: 25px;
}
.job-view-title-event {
    display:inline-block;
    margin-right: 25px;
}
.job-view-title-broadcast {
    display: inline-block;
    text-align: right;

}

.event-action-div button {
    margin: 0px 5px;
}

.client-logo-area{
    padding: 50px 0px;
}

.client-logo-area img:not(:last-child) {
    margin-right: 100px;
}
.client-logo-area img{

}
@media (max-device-width: 568px){
    .client-logo-area img:not(:last-child){
        margin-right: 15px;
    }
}
/*
Dashboard ========================================*/
.relative {
    position: relative;
    width: 100%;
    height: 100%;
}
.day-link {
    position: absolute;
    top: -15px;
    right: 0;
    z-index: 50000;
}

/*
Regions ========================================== */
#newRegionForm{
    background-color: #444;
    border: 1px solid #dbeecc;
    padding: 5px;
    box-sizing: border-box;
}

/* #Borders
================================================== */

/* #Tables
================================================== */
/* calendar */
table.calendar {
    border-left:1px solid #999;
    width: 100%;
    table-layout: fixed;
}
tr.calendar-row	{

}
td.calendar-day	{
    min-height:80px;
    font-size:11px;
    position:relative;
    vertical-align: top;
}
td.calendar-day:hover {

}
td.calendar-day-np {
    background:#555;
    min-height:80px;
}
td.calendar-day-head {
    background: #FDF3BA;
    font-weight:bold;
    text-align:center;
    padding:5px;
    border-bottom:1px solid #999;
    border-top:1px solid #999;
    border-right:1px solid #999;
    color: #444!important;
}

.calander-month{
    margin: 0px 10px;
}
div.day-number {

}
.calander-today {

}


.edit-table tr:nth-child(odd){
    background-color: #333;
}
.edit-table tr:nth-child(even){
    background-color: #222;
}

.edit-table thead tr:first-child {
    background-color: #000!important;
    font-size: .85em;
    color: #DBEECC;
}

.edit-table tr:hover {
    background-color: #111;
}

.edit-table tbody td {
    padding: 5px;
}
.edit-table {
    border: 1px solid #DBEECC;
}

.confirmation-table tr:nth-child(odd){
    background-color: #333;
}
.confirmation-table tr:nth-child(even){
    background-color: #222;
}

.confirmation-table thead tr:first-child {
    background-color: #000!important;
    font-size: 1em;
    color: #DBEECC;
}
.confirmation-table thead a {
    display: block;
    margin-bottom: 7px;
}

.confirmation-table tr:hover {
    background-color: #111;
}

.confirmation-table td {
    padding: 10px 5px 5px 10px;
}
.confirmation-table {
    border: 1px solid #DBEECC;
}


.report-table {
    background-color: #000;
    margin-bottom: 25px;
    border: 1px solid #000;
    table-layout: fixed;
}
.report-table td {
    padding: 5px;
}
.report-table tr:nth-child(even){
    background-color: #222;
}

.report-table thead tr:first-child {
    background-color: #fff!important;
    font-size: .85em;
    color: #000;
}

.full-table thead td {
    border-bottom: 1px solid #c0c0c0;
    text-align: left!important;
}
.full-table thead th{
    border-bottom: 1px solid #DBEECC;
    text-align: left!important;
    padding-bottom: 7px;
}

.full-table tbody tr:first-child td{
    padding-top: 12px;
    padding-bottom: 5px;
}

.job-view-table {
    font-size: .7em;
}

.roster-table {
    width: 100%;
    margin-bottom: 5px;
}

.roster-table td {
    padding: 5px 0px 5px 5px;
}

.roster-table-heading *{
    margin-bottom: 0px!important;
    color: #000!important;
}

.roster-table-event-details{
    border: 1px solid #000;
}
.roster-table-event-details td{
    border: 1px solid #000;
}
.print-roster-table td {
    font-size: .75em!important;
}

.print-roster-table thead{
    border: 2px solid #000;
}
.print-roster-table thead td {
    border-right: 1px solid #000;
    border-left: 1px solid#000;
    padding: 0px!important;
}
.print-roster-table tbody {
    border: 1px solid #000;
    padding: 0px!important;
}
.print-roster-table tbody td {
    border: 1px solid #000;
    padding: 0px!important;
    padding-left: 3px!important;
}

.pay-rate-table input {
    background-color: #ddd!important;
}

/* shared */
td.calendar-day, td.calendar-day-np {
    padding:5px;
    border-bottom:1px solid #999;
    border-right:1px solid #999;
}

.position-creation-table select {
    width: 175px!important;
}
.position-creation-table input {
    width: 175px!important;
}
.messages-table td {
   padding: 5px 5px 5px 7px!important;
   /*font-size: .7em!important;*/
}

.job-overview-main-table{
    width: 100%;
}

.job-header-table{
    width: 100%;
}

.job-overview-headers{
    width: 30%;
    margin-right: 25px;
    display: inline-block;
}

.job-overview-positions tr:nth-child(odd){
    background-color: #333333;
}
.job-overview-positions tr:nth-child(even){
    background-color: #2a2a2a;
}

/*.job-overview-positions thead tr:first-child {
    background-color: #000!important;
    font-size: .85em;
    color: #DBEECC;
}*/

.job-overview-positions tr:hover {
    background-color: #111;
}

.job-overview-positions tbody td {
    padding: 10px 5px!important;
}
.job-overview-positions {
    border: 1px solid #DBEECC;
    width: 100%;
}

.info{
    padding: 10px;
}

.show-info{
    background-color: #fff!important;
    border: 1px solid #ccc!important;
    width: 18px!important;
    height: 18px!important;
    border-radius: 9px!important;
    text-align: center;
    padding: 0px!important;
    margin: 0px 0px 0px 15px!important;
    line-height: 16px!important;
    font-size: 16px!important;

}

.alert-click {
    cursor: pointer;
}

.slist-date-block {
    width: 80px;
    overflow: hidden;
}
/**
.job-list-link{
    margin-top: 15px;
    display: block;
}
.job-list-link a {
    text-decoration: none;
    font-size: .9rem!important;
    margin-bottom: 5px;
    margin-left: 5px;
}
.job-list-link .el-stack i:last-child{
    color: #555;
}
**/


/* Event-Manager Index Table */
.notification-hold-row{
    background-color: yellow!important;
}
.notification-hold-row td {
    color: #000!important;
}


/* === End Tables =================================================== */

/*Job View */
.job-view-tbody tr:nth-child(odd){
    background-color: #FFFADA;
}
.job-view-tbody tr:nth-child(even){
    background-color: #FDF3BA;
}

.job-view-table td:first-child, th:first-child {
    padding-left: 5px;
}


/* #Forms
================================================== */

.table-input {
    vertical-align: middle!important;
    margin-bottom: 0px!important;
    background-color: transparent!important;
    border: none!important;
}
.table-input:focus{
    background-color: #fff!important;
}
.short-input {
    width: 75px!important;
    padding: 1px!important;
    margin-bottom: 0px!important;
}
.short-input:focus{
    border: 2px solid #DBEECC!important;
}

select:disabled {
    color: #c0c0c0;
    border: 1px solid #c0c0c0;
    background-color: #ddd;
}
.can-not-change {
    color: #c0c0c0;
    border: 1px solid #c0c0c0;
    background-color: #ddd;
}

/* #Misc
================================================== */
.add-top {
    margin-top: 20px!important;
}
.add-bottom{
    margin-bottom: 20px!important;
}
.pad {
    padding: 10px 10px;
    box-sizing: border-box!important;
}
.pad-lite{
    padding: 5px;
    box-sizing: border-box!important;
}

.hidden {
    display: none;
}

#wait {
    display: none;
}
.wait {
    display: none;
    width: 55px;
}
.no-background {
    background-color: transparent!important;
}
.pagLinks{
    font-size: 1.2em;
    margin-left: 7px;
    text-decoration: none;
}
.selected-letter {
    color: #00ff00;
    font-size: 1.3em;
    text-decoration: underline;
}
.yoe{
    color: #fff!important;
}

/* #Star Rating
================================================= */
.rate-star {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(/images/rating_stars.png) no-repeat;
}

.no-star{
    background-position: 0 0;
}

.half-star{
    background-position: -16.7px 0px;
}

.full-star{
    background-position: -33.5px 0px;
}


/* #Colors
================================================== */
.bg-1{
    background-color: #C1E1A6;
}
.bg-2 {
    background-color: #FDF3BA;
}
.bg-3 {
    background-color: #7F8FA7;
}
.bg-black{
    background-color: #222;
}
.bg-white{
    background-color: #e5e5e5;
}
.bg-base{
    background-color: #555;
}
.bg-red {
    background-color: #FF4F4F!important;
}
.color-1{
    color: #C1E1A6!important;
}
.color-2{
    color: #FDF3BA!important;
}
.color-3{
    color: #7F8FA7!important;
}
.color-base {
    color: #444!important;
}

.color-white{
    color: #fff!important;
}

.red-color {
    color: #FF4F4F!important;
}
.green-color{
    color: #00ff00!important;
}
.base-text-color {
    color: #ddd!important;
}
.black-color{
    color: #000!important;
}
.bg-1-calander{
    background-color:rgba(253,243,186, .32);
}

.error-highlight {
    background-color: #FF4F4F;
    border: 2px solid #222;
    color: #333!important;
}
.caution-highlight {
    background-color: #FFFF00;
    border: 2px solid #222;
    color: #333!important;
}
.success-highlight {
    background-color: #C1E1A6;
    border: 2px solid #C1E1A7;
    color: #444!important;
}
/* http://paletton.com/#uid=52A150k8pvH1GSu4BHbcZqZiim9 */
/* As hex codes http://paletton.com/#uid=33I0u0kkvUg8IZqfhX0pcQoufK6 */

.black { background-color: #000; color: #fff!important; }

.green-0{ background-color: #82F982; }
.green-1{ background-color: #B8FCB8; }

.my-position-row{
    background-color: #777!important;
}
/*alternate color scheme */
.dominate { background-color: #000;}
.sub-dominate {background-color: #585858;}
.dom-highlight {background-color: #118C4E; }
.sub-highlight {background-color: #C1E1A6; }
.action-highlight {background-color: #FF9009; }

.blue-border {
    border: 1px solid #6494ED;
}
.border-1 {
    border: 1px solid #C1E1A6!important;
}
.border-2 {
    border: 2px solid #C1E1A6!important;
}
.black-border {
    border: 1px solid #222;
}
.grey-border {
    border: 1px solid #bbb;
}
.grey-underline {
    border-bottom: 1px solid #c0c0c0;
}

.light-shadow {
    box-shadow: 3px 3px 7px #777;
}

.job-shadow{
    box-shadow: 0px 5px 13px -7px #777;
}

.main-profile-pic-border {
    border: 3px solid #ddd;
}
/* #SPRITE IMAGES
================================================== */

/* #Buttons
================================================== */
.ok-button {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    padding: 0px 0px 0px 0px;
}

.even_button_lrg{
    width:150px;
}

/* #Connect
================================================== */
.selected-state-label{
    padding: 3px 0px 3px 7px;
    background-color: #00ff00;
    color: #000;
}
/* #Splash Pages
================================================== */
.splash-fold{
    width: 100%;
    min-height: 650px;
    padding-top: 75px;
}
.connect-splash-fold{
    background-image: url(/images/landing-pages/p-c-01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.splash-button{
    font-size: 1.25rem!important;
}

/* TimeClock
================================================== */
.punchIn{
    box-shadow:inset 0px 1px 0px 0px #caefab;
    background:linear-gradient(to bottom, #77d42a 5%, #5cb811 100%);
    background-color:#77d42a;
    border-radius:3px;
    border:1px solid #268a16;
    display:inline-block;
    cursor:pointer;
    color:#306108;
    font-family:Arial;
    font-size:23px;
    padding:10px 47px;
    text-decoration:none;
    text-shadow:0px 1px 0px #aade7c;
}
.punchIn:hover {
    background:linear-gradient(to bottom, #77a809 5%, #89c403 100%);
    background-color:#77a809;
}
.punchIn:active {
    position:relative;
    top:1px;
}
.punchOut{
    box-shadow:inset 0px 1px 0px 0px #f5978e;
    background:linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
    background-color:#f24537;
    border-radius:3px;
    border:1px solid #d02718;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:23px;
    padding:10px 47px;
    text-decoration:none;
    text-shadow:0px 1px 0px #810e05;
}
.punchOut:hover {
    background:linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
    background-color:#c62d1f;
}
.punchOut:active {
    position:relative;
    top:1px;
}
.punch-table {
    width: 100%;
}
.punch-table td, .punch-table th{
    padding: 3px;
}
.punch-table th{
    text-align: left;
}
/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */
/* This is the proper syntax for an @font-face file
Just create a "fonts" folder at the root,
copy your FontName into code below and remove
comment brackets */

@font-face {
font-family: 'avantebold';
src: url('fonts/avantgardebold.eot');
src: url('fonts/avantgardebold.eot?iefix') format('eot'),
url('fonts/avantgardebold.woff') format('woff'),
url('fonts/avantgardebold.ttf') format('truetype'),
url('fonts/avantgardebold.svg#webfontZam02nTh') format('svg');
font-weight: normal;
font-style: normal; }

/* Base Button Styles */
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: .8rem;
    line-height: .9;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Default Button */
.btn-default {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-default:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-default:active,
.btn-default:focus {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
    box-shadow: 0 0 0 0.2rem rgba(130,138,145,.5);
}

/* Primary Button */
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0056b3;
    border-color: #004085;
}

.btn-primary:active,
.btn-primary:focus {
    color: #fff;
    background-color: #004085;
    border-color: #002752;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.5);
}

/* Secondary Button */
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #565e64;
    border-color: #545b62;
}

.btn-secondary:active,
.btn-secondary:focus {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
    box-shadow: 0 0 0 0.2rem rgba(108,117,125,.5);
}

/* Success Button */
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.btn-success:active,
.btn-success:focus {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
    box-shadow: 0 0 0 0.2rem rgba(40,167,69,.5);
}

/* Danger Button */
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-danger:active,
.btn-danger:focus {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
    box-shadow: 0 0 0 0.2rem rgba(220,53,69,.5);
}

.btn-info{
    background-color: #ffc107;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-info {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-info:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}

.btn-info:active,
.btn-info:focus {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
    box-shadow: 0 0 0 0.2rem rgba(255,193,7,.5);
}

/* Additional button styles (info, warning, etc.) can be added similarly */

