﻿



/* 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: 0.8em 0.8em!important;
    font-size:85%!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;
    }
}

/*------------------------------------------------*/