/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/


@font-face {
    font-family: 'Open Sans';
    src: url(../../../font/OpenSans-Light.ttf);
    font-weight: 300;
}

@font-face {
    font-family: 'Open Sans';
    src: url(../../../font/OpenSans-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: 'Open Sans';
    src: url(../../../font/OpenSans-Semibold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: 'Open Sans';
    src: url(../../../font/OpenSans-Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: 'Satisfy';
    src: url(../font/Satisfy-Regular.ttf);
    /*font-weight: 700;*/
}

@font-face {
    font-family: 'Segoe';
    src: url(../../../font/Segoe.ttf);
    /*font-weight: 700;*/
}

#datatable_ajax th {
    text-align: center;
}

#datatable_ajax td {
    vertical-align: middle;
}

#site {
    display: none;
}

.project-stat {
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f4f7;
    margin: 10px 0;
}

.project-stat-title {
    color: #7f90a4;
    font-size: 25px;
    text-align: center;
}

.project-stat-text {
    color: #5b9bd1;
    font-size: 11px;
    font-weight: 800;
    text-align: center;
}

.number-stats .badge_big {    
    font-size: 34px !important;
    font-weight: 300;
    text-align: center;
    height: 48px;
    padding: 5px 9px 4px 6px;
    -webkit-border-radius: .25em !important;
    -moz-border-radius: .25em !important;
    border-radius: .25em !important;
    text-shadow: none !important;
    text-align: center;
    vertical-align: middle;
    line-height: 1;
    color: #fff;
    display: inline-block;
    min-width: 48px;
    white-space: nowrap;
}

.tipe-project {
    float: right;   
    margin-right: 75px;
    margin-top: 5px;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

.task-late .label-action
{
    float: right!important;
    margin-right: 130px;
    margin-top: 5px;
}

.task-late .col2 {
    width: 125px!important;
    margin-left: -125px!important;
}

.fa-pulse-4 {
  -webkit-animation: fa-spin 1s infinite steps(4);
  animation: fa-spin 1s infinite steps(4);
}

.none {
    display: none;
}
/*span>img.emp-thumb {
    padding: 2px;
}*/
.emp-thumb {
    background-size: cover; 
    background-position: 50%;
    display: inline-block;
    width: 33px;
    height: 33px;
    padding: 2px;
    border-radius: 3px;
    margin-right: 10px;
    vertical-align: middle;
}

.emp-thumb-dash {
    background-size: cover; 
    background-position: 50%;
    float: left;
    width: 33px;
    height: 33px;
    padding: 2px;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 3px;
}

.portlet-emp:after {
    clear: both;    
    display: table;
    content: " ";
}

.block-absen {
    z-index: 1000;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.5; 
    cursor: -webkit-grabbing;
    position: fixed;
    background-color: rgb(85, 85, 85);
}

.btn-absen {
    z-index: 1000;
    transition: all ease-in-out 0.5s;
    border-radius: 20px;
    position: fixed;
    width: 200px;
    height: 200px;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -100px;
    padding: 10px;
    border: 5px solid #ccc;
    background-color: #fff;
}

.btn-absen i {    
    line-height: 170px;
    margin-bottom: 0px;
    font-size: 150px;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 100%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 50%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 25%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

@keyframes nudge {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  30% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  31% {
    -webkit-transform: translate(180px, 0);
            transform: translate(180px, 0);
  }
  55% {
    -webkit-transform: translate(180px, 0);
            transform: translate(180px, 0);
  }
  56% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  79% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(-130px, 0);
            transform: translate(-130px, 0);
  }  
  90% {
    -webkit-transform: translate(-130px, 0);
            transform: translate(-130px, 0);
  }  
  91% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.no-absen {
    color: #F4D03F;
}

.no-absen>.fa {    
    font-size: 15px;
    line-height: 16px;
    margin-left: 0px;
}

.changelog {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}
.table-container .label {
    display: inline-block;
    padding: 5px 8px 6px 7px;
    vertical-align: middle;
    text-align: left;
}
.project-subscribe .select2-search-choice {
    border: 2px solid #4C87B9 !important;
    font-weight: bold;
    color: #4C87B9 !important;
}

.hasil-jam {
    font-size: 31px;
    font-weight: bold;
    margin-top: -7px;
}

.media-list .tipe-project {
    width: 200px;
    margin-right: 5px;
}
.media-list .daily {
    margin-top: 5px;
}

.quote-day .emp-thumb {
    border-radius: 50%;
    width: 28px;
    height: 28px;
    margin-right: 5px;
}
.quote-day p {
    font-family: "Trocchi", serif;
    font-size: 32px;
}

#vticker {
    float: left;
    width: 400px;
    display: inline-block;
    margin: 26px;
    font-family: "Trocchi";
    overflow-y: hidden;
    position: relative;
    height: 17px;
}
#vticker li {
    list-style: none;
}
#vticker span {
    color: #8775A7;
}
#vticker i {
    color: #7f96ac;
}
.feeds li:hover {
    background-color: #FDFDFD;
}
table .label {
    white-space: pre-wrap;
}
.dailyhour .progress {
    margin-top: 10px;
}
.list-daily-hour:after, .list-daily-hour:before {
    clear: both;
    display: table;
    content: " ";
}
.list-daily-hour {
    margin-bottom: 5px;
    position: relative;
}
.list-daily-hour .daily {    
    overflow: hidden;
    max-width: calc(100% - 110px);
    display: flex;
}
.list-daily-hour .jam {
    width: 56px;
    text-align: right;
    position: absolute;
    right: 0;
}
.media-left, .media-right, .media-body {
    table-layout: fixed;
    width: 10000px;
}