
/*
    ======================================
    
    DASHBOARD PAGE STYLE

    ========================================
*/


.tab button.active 
{
    color: #fff;
    border-bottom: 4px solid #ffd943;
}

.tab button 
{
    background: inherit;
    color: #ffffff9c;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    border-bottom: 4px solid transparent;
}

.tabcontent 
{
    display: none;
}

/*
    ======================================
    
    EMPLOYEES SCHEDULE PAGE STYLE

    ========================================
*/

input[type=checkbox] 
{
    vertical-align: middle;
    width: 25px;
    height: 25px;
    -webkit-box-flex: 20px;
    border: 1px solid #dcdddf;
    cursor: pointer;
}
.day-name
{
    font-size: 20px;
    color: #253246;
    text-transform: capitalize;
    width: 60px;
    font-weight: bold;
    margin-left: 10px;
}
.worktime-day
{
    margin: 10px 0px;
    border-bottom: 1px solid #eee;
    min-height: 60px;
    align-items: center;
}


/*
    ======================================
    
    BARBERSHOP LOGIN PAGE STYLE

    ======================================
*/


.login 
{
    max-width: 560px;
    background: #fff;
    position: relative;
    margin: 15px auto;
    padding: 55px 85px 55px 85px;
    -webkit-box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
    box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
    border-radius: 3px;
}

@media (max-width: 560px) 
{
    .login 
    {
        padding-left: 15px;
        padding-right: 15px;
        margin: 30px;
    }
}

.form-input
{
    margin-bottom: 50px;
}


.login input[type="text"],
.login input[type="password"]
{
    border: 1px solid #e6e6e6;
    box-shadow: none;
    color: #555555;
    line-height: 1.2;
    font-size: 18px;
    display: block;
    width: 100%;
    background: transparent;
    height: 55px;
    padding: 0 25px 0 25px;
    border-bottom-right-radius: 2px !important;
    border-top-right-radius: 2px !important;
    margin-bottom: 10px;
}

.login input[type="text"]:focus,
.login input[type="password"]:focus
{
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

.login button[type="submit"] 
{
  background: #28d;
  border-color: transparent;
  color: #fff;
  cursor: pointer;
  line-height: 40px;
  font-size: 16px;
  width: 100%;
  border: none;
  border-radius: 3px;
}


input:focus .border
{
    width :100%;
    height: 100%;
}
    
.login button[type="submit"]:hover 
{
    background: #17c;
}

.login button[type="submit"]:focus 
{
  border-color: #05a;
}

.login .forgotPW
{
  font-size: 13px;
  padding: 10px;
  text-align: center;
  display: block;
  margin: 0;
}

.login100-form-title 
{
    font-size: 30px;
    color: #555555;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: left;
    width: 100%;
    display: block;
    padding-bottom: 32px;
}

.txt1
{
    font-size: 13px;
    color: #555555;
    line-height: 1.4;
    text-transform: uppercase;
    padding-bottom: 11px;
    display: block;
    font-weight: bold;
}
