/*
    Timetjek Tjekin
*/

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
}

h1, h2, h3 {
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}

a {
    color: #848484;
    text-decoration: none;
}

.main-panel {
    width: 100% !important;
}

.content-fill-tjekin {
    overflow: hidden;
}

.employee-tjekin {
    border: 2px solid #1d7cc0;
    text-align: -webkit-center;
    margin-bottom: 6px;
    max-height: 82px;
    height: 82px;
    padding: 10px 5px;
    background:#fff;
}

.employee-tjekin-img {
    max-width: 60px;
    width: 60px;
    height: 60px;
    vertical-align: middle;
    float: left;
    border: 1px solid #d4d4d4;
}

.active-user {
    /*background: #87D37C;*/
    border: 2px solid #5fbd3a;
}

.active-user-on-break {
    /*background: #87D37C;*/
    border: 2px solid #f89406;
}

.employee-name {
    font-size: 12px;
    color: #444;
    font-weight: 600;
    vertical-align: middle;
    text-align: center;
    word-break: break-word;
}

.employee-name-container {
    line-height: 1;
    vertical-align: middle;
    display: table-cell;
    width: 100px;
    max-width: 120px;
    text-align: center;
    height: 60px;
    padding: 0;
}

.btn-goback {
    background: #adadad;
    color: #ffffff;
    border-color: #adadad;
    border-radius: 4px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 44px!important;
}

.btn-filter {
    border-radius: 4px;
    border: 0;
    padding: 6px 12px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background-color: black;
    margin-top: 14px;
    height: 44px;
}

.btn-checkedin {
    background-color: #5fbd3a;
    margin-right: 10px;
    margin-top: 0px;
    text-transform: none;
    font-weight: 400;
    transition: all .3s ease-out;
}
.btn-checkedin:hover, .btn-checkedin:active, .btn-checkedin.active, .btn-checkedin:focus, .btn-checkedin.focus {
        background-color: #4da72a;
}

.btn-all {
    background-color:  #247cbc;
    margin-top: 0;
    text-transform: none;
    font-weight: 400;
    transition: all .3s ease-out;
    margin-right: 10px;
}

.btn-all:hover, .btn-all:active, .btn-all.active, .btn-all:focus, .btn-all.focus {
        background-color: #1d7cc0;
}


.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child),
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn.active, .btn:active {
  box-shadow: none;
}


#filter_workers.btn-group{
    border: 1px solid #1d7cc0;
    border-radius: 4px;
}
.btn.btn-show-working{
    background-color: white;
    height: 43px;
    color: #1d7cc0;
}
.btn.btn-show-all{
    background-color: white;
    height: 43px;
    color: #1d7cc0;
}
.btn.btn-add-staff{
    height: 45px;
    margin-left: 15px;
    color: white;
    background-color: #5fbd3a;
}
.btn-show-working:hover, .btn-show-working:active, .btn-show-working.active, .btn-show-working:focus, .btn-show-working.focus {
        background-color: #1d7cc0;
        color: white;
        box-shadow: none;
        outline: 0 !important;
}
.btn-show-all:hover, .btn-show-all:active, .btn-show-all.active, .btn-show-all:focus, .btn-show-all.focus {
        background-color: #1d7cc0;
        color: white;
        outline: 0 !important;
        box-shadow: none;
}
.btn-add-staff:hover, .btn-add-staff:active, .btn-add-staff.active, .btn-add-staff:focus, .btn-add-staff.focus {
        background: #4da72a;
        outline: 0 !important;
}
#addStaffModal .modal-header{
    background-color: #1d7cc0;
}
#addStaffModal .button-group{
    margin-top: 5px;
}
#addStaffModal .button-group .btn{
    height: 44px;
    margin: 10px;
    color: #1d7cc0;
    border-color: #1d7cc0;
    background-color: white;
    font-size: 20px;
    border-width: 2px;
    text-transform: capitalize;
}
#addStaffModal .button-group .btn:hover{
    background-color: #1d7cc0;
    color: white;
}
#addStaffModal .button-group .btn.active{
    background-color: #1d7cc0;
    color: white;
    outline: 0 !important;
}
#addStaffModal input{
    width: 250px;
    margin: 12px;
}
#addStaffModal input.address{
    width: 528px;
    margin: 12px;
}
#addStaffModal .modal-body{
    padding-bottom: 0;
    border:none;
}
#addStaffModal .left input{
    margin-bottom: 24px;
}
#addStaffModal .btn-danger, #addStaffModal .btn-primary{
    margin-left: 10px;
}
#addStaffModal .modal-footer{
    margin-top: 10px;
}
#addStaffModal .modal-header{

}
#addStaffModal .close{
    height: 30px;
    width: 30px;
    border-width: 2px;
}
#addStaffModal .close:hover{
    opacity: .7;
}
#addStaffModal .close span{
    font-size: 22px;
}
#addStaffModal .modal-title{
    font-weight: 300;
    font-size: 22px;
}
#addStaffModal .modal-title i{
    margin-right: 10px;
}









.search-box {
    border: 0px;
    padding: 22px 10px;
    background: 0;
    outline: 0;
    width: 80%;
}

.filter-container {
    margin: 20px 18px;
}

.narrow {
    padding: 0 3px;
}

.topbar-table td {
    vertical-align: top;
    position: relative;
    top:0px;
}

.clock-time-header {
    text-align: center;
    margin-top: 10px;
    vertical-align: middle;
}

.clock-time-header-main {
    text-align: center;
    vertical-align: middle;
    height:47px;
    margin-top:4px;
}

.date-text {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}

#date_1 {
    font-size: 23px;
    color: #fff;
    font-weight: 700;
}

#time_1 {
    font-size: 23px;
    color: #fff;
    font-weight: 700;
}

.on-work {
    display: inline-block;
    background-color: #5fbd3a;
    border-radius: 8px;
    padding: 3px 8px;
    text-transform: uppercase;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    margin-top: 4px;
    white-space: nowrap;
    vertical-align: middle;
}

.on-break {
    display: inline-block;
    background-color: #f89406;
    border-radius: 8px;
    padding: 3px 8px;
    text-transform: uppercase;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    margin-top: 4px;
    white-space: nowrap;
    vertical-align: middle;
}

.search-box::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #1d7cc0 !important;
    font-size: 17px;
    font-weight: 400;
    width: 80%;
}

.search-box:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #1d7cc0 !important;
    opacity: 1;
    font-size: 17px;
    font-weight: 200;
}

.search-box::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #1d7cc0 !important;
    opacity: 1;
    font-size: 17px;
    font-weight: 200;
}

.search-box:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #1d7cc0 !important;
    font-weight: 200;
    font-size: 17px;
}

.search-icon-container {
    border: 1px solid #1d7cc0;
    display: inline-block;
    padding: 6px;
    height: 42px;
    border-right: 0;
    margin: 0;
    color: #1d7cc0;
    font-size: 28px;
    font-weight: 100;
    line-height: 1;
    margin-right: -4px;
}

#employee-container {
    padding: 0px 15px;
}

/*IPAD*/

@media (max-width: 800px) {
  .search{
      width: 280px !important;
  }
}
@media (max-width: 780px) {
  #addStaffModal input,
  #addStaffModal input.address {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 12px;
    font-size: 15px;
  }
}
/*MOBILE*/

@media (max-width: 680px) {
  /*.btn.btn-add-staff {
      margin-left: 0;
      margin-top: 18px;
      display: -webkit-box;
  }*/
  .search{
      width: 100% !important;
      margin-bottom: 18px;
  }
}

@media (max-width: 599px) {
        .btn-filter {font-size:13px;}
        .clock-time-header-main{
            display: none;
        }
        .btn-checkedin {margin-top: 15px;}
        .filter-container {padding-bottom: 0px;}
        #employee-container{ padding: 0px; }
        .filter-container { margin: 20px 5px; }
        .employee-name-container {line-height: 13px;}
        .on-work { font-size: 9px; display: block; }
        .employee-name { font-size: 11px; }
	}

    /***NOTIFICATIONS***/
.us-notification {
  padding: 0px;
}
.us-notification-panel-title {
  font-weight: 300;
  font-size: 15px;
  color: #000;
  overflow: hidden;
  line-height: 42px;
}
.us-notification-readmore-btn {
  background: #ffffff;
  border: 1px solid #e3e4e4;
  padding: 10px 15px;
  margin: 0 5px;
}
.us-notification-title {
  text-align: center;
  font-size: 20px;
  color: #1f7cbe;
}
.us-notification-content {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(63, 63, 68, 0.1);
  margin: 6px 0;
  background-color: #fff;
  padding: 0px 15px;
  padding-right: 0;
  border-right: 8px solid #fff;
  overflow: hidden;
  cursor: pointer;
  border-right: 8px solid #3085c6;
}
.us-notification-body {
  padding-bottom: 30px;
}
.us-notification-icon {
  margin-right: 10px;
  color: #1e7cbf;
}
.remove-notification {
  color: #b9b9b9;
  float: right;
  font-size: 25px!important;
  background: transparent;
  border: none;
}
.remove-notification:hover {
  color:#8a8a8a;
}
.timetjek-pop-up-info{
    background:#fff !important;
    border:0px !important;
    color: #333 !important;
    margin-top: 15px;
    padding: 0px;
}
