﻿



/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


.clock {
    margin: 0 auto;
}

#Date {
    font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
    font-size: 36px;
    text-align: center;
    /*text-shadow: 0 0 5px #00c6ff;*/
    color:#00c6ff
}

.clock ul {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    list-style: none;
    text-align: center;
}

.clock ul li {
    display: inline;
    font-size: 3em;
    text-align: center;
    font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
    /*text-shadow: 0 0 5px #00c6ff;*/
     color:#00c6ff
}

#point {
    position: relative;
    -moz-animation: mymove 1s ease infinite;
    -webkit-animation: mymove 1s ease infinite;
    padding-left: 10px;
    padding-right: 10px;
}

/* Simple Animation */
@-webkit-keyframes mymove {
    0% {opacity: 1.0;
    text-shadow: 0 0 20px #00c6ff;
}

50% {
    opacity: 0;
    text-shadow: none;
}

100% {
    opacity: 1.0;
    text-shadow: 0 0 20px #00c6ff;
}	
}

@-moz-keyframes mymove {
    0% {
        opacity: 1.0;
        text-shadow: 0 0 20px #00c6ff;
    }

    50% {
        opacity: 0;
        text-shadow: none;
    }

    100% {
        opacity: 1.0;
        text-shadow: 0 0 20px #00c6ff;
    }
}
.fancybox-outer body{
    background:#fff;
}
.container
{
    padding-top:15px;
    padding-bottom:15px;
}
span.td-content {
    min-width: 50px;
    float: left;
    text-align: left;
    margin-right:20px;
}

.statuslink{
    position:relative;
    height:30px;
    text-align: right;
    float: right;
    margin-top: -5px;
}
.status{
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: red;
    display: inline-block;
    position: relative;
}
table .fa {
    font-size: 19px;
}
.badge{
    padding: 4px 12px !important;
    font-size: 12px !important;
}



row::before{
    display:none;
}


/*------------------Responsive CSS-----------------*/
@media (max-width:464px) {
    #boxes {
        top:0!important;
    }
}



@media (max-width:1024px){
    .color-circle-td{
        min-width: 150px;
    }
    
    .card-body .table-responsive{
        display: inline-block!important;
    }
}

/*------------------------------------------------*/
/* New Fimga Design CSS */
.login-container{
    background-image: url("https://app.timetracker.fo/Content/images/back-image.png");
    background-size: cover;
    background-position: top;
}

#loginForm .login-box{
    padding: 0 !important;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
    height: unset !important;
}

#loginForm .login-box .text-muted{
    padding: 15px !important;
    margin: 0 !important;
    border-bottom: 1px solid #f1f3f6;
}

#loginForm .login-box form{
    padding: 15px !important;
}
#loginForm .login-box .form-group .col-sm-12{
    padding: 0 !important;
}
#loginForm .login-box .form-group .form-control{
    background-color: #f1f3f5;
    border: 0 !important;
    min-height: 45px;
    box-shadow: none !important;
}
#loginForm .login-box .form-group .form-control,
#loginForm .login-box .form-group input,
#loginForm .login-box .form-group textarea{
    max-width: unset !important;
}
#loginForm .login-box .form-group .btn{
    background-color: #4285F4 !important;
    border-color: #4285F4 !important;
}