

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    src: local('Raleway Regular'), local('Raleway-Regular'), url(//fonts.gstatic.com/s/raleway/v9/RJMlAoFXXQEzZoMSUteGWD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}




#btnTour{
    color: #428bca; !important
}



#loader{
    display:none;
}

#payrollMasterlistContent{
    display:none;
}


.datepicker, .monthpicker{
    z-index: 9999;
}

#modal-sched{
    width:90%;
}

 .inputGroupContainer .form-control-feedback,
 .selectContainer .form-control-feedback {
    top: 0;
    right: -15px;
}


#itineraryDet{
    display:none;
}

#itineraryAdd{
    display:none;
}

#thumbnail{
    width:100%;
    height:200px;
}

abbr{
    text-decoration: none;
}
.btn-file{
    position:relative;
    overflow:hidden;
}

.controls {
    margin-top: 16px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
    background-color: #fff;
    padding: 0 11px 0 13px;
    width: 400px;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    text-overflow: ellipsis;
    position:relative;
}
#loader{
    display:none;
}
#pac-input:focus {
    border-color: #4d90fe;
    margin-left: -1px;
    padding-left: 14px;
    width: 401px;
}

.pac-container {
    font-family: Roboto;
}



.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}




#message-box{
	display:none;
}

tr{
	font-size:11px;
}

thead th{
	vertical-align: center;
}


.panel-heading a{
text-decoration: none;

}

#navbar-side{
    height:100%; !important

}

#coMaker{
	display: none;
}

#media-comment-container{
    display:none;
}
#media-comment{
    display:none;
}
#lLayoutPanel{
    display:none;
}

#reminders-panel{
    background-color: #65b045;
    color: #ffffff;

}

#reminders-panel h4{
    color:#fff;
}

#dashboard-body{
    margin-left: auto;
    margin-right: auto;

}

#payslip-panel{
    background-color: #703593;
    color:#ffffff;
}

#payslip-panel h4{

    color:#ffffff;
}

#loading{
	display: none;
}

.fixed-control{
    position:fixed;
    top:80px;
    right:30;
    z-index:1;
    padding:10px;
    background-color: rgba(0,0,0,0.5);
}




/**************************************************************************/


.img-thumbnail{
    border-radius:0px;
    padding:0px;
}
.img-bio{
    position:relative;

}

.img-bio p{
    background-color:rgba(0,0,0,0.5);
    position:absolute;
    bottom:-10;
    left: 1;
    height:25%;
    right:0.5;
    color:#f3f3f3;
    padding:10px;
    z-index:2;
}



#aboutme{
font-family: "Raleway",serif;
font-style: normal;
word-spacing: 0em;
background-color: #f2f2f2;
width:100%;
position:relative;
}


#aboutme::after{
    content:"";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f2f2f2;
    display:block;
    margin-right:100px;
    float:right;
}

.img-circle{
    width:120px;
    height:120px;
    position:relative;
}

.profile-side{
margin-left:0%;
margin-right:10%;
}

.profile-side h4, .profile-side p{
    color:#f2f2f2;
}


/************************************************************/


.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    padding-top:15px;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;

}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body > p + p {
    margin-top: 5px;
}

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);

    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
}

.badge-custom{
    background-color: #d9534f !important;
    color:#fff !important;

}

.has-notif{
    color:#d9534f !important;
}

#toggleNav:hover,
#toggleNav:focus,
#toggleNav:active {
    text-decoration: none;
}

.nav-btn-group{
    padding-top:15px;
}

.nav-btn-group .btn-success{
    color:#fff;
}

.nav-btn-group .btn-danger{
    color:#fff;
}

.panel-default{
    border-radius: 0px!important;
}

.panel-heading-custom{
    background-color: #5cb85c !important;
    color:#fff !important;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.btn{
    border-radius: 0px;
}

.search-ul{
    margin-top:5px;
    position:absolute;
    z-index:2;
    width:25%;
    display: none;
}


.bio-tags{
    font-family: 'Lato', sans-serif;
    font-size:12px;

}

.bio-tags i{
    margin-right:3px;
}

#searchEmployee{
    z-index:0;
}

.label-left{
    left: 0;
    top: 0;
    position: absolute;
    border-radius: 0px 0px 5px 0px;
    font-size: medium;
}

.list-group-item-detail .list-group-item-heading{
    margin-top: 23px;
}


.complaints{
    font-size:12px;
}

.active-complaints{
    background-color: #f1f1f1;
}

.investigation-container,.investigation-details-container{
   min-height:450px;
}

.progress-sales{
    width:0%;
}

#agingTbl td{
    width:0%;
}

