.border-0
{
    border: 0 !important;
}

body{
    /*position: fixed;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: auto;
}

.client-body{
     max-width: 100%; 
     overflow-x: hidden; 
     overflow-y: scroll; 
     scrollbar-width: none; 
     -ms-overflow-style: none;
}

.client-body::-webkit-scrollbar { /* WebKit */
  width: 0px;
}




/*NAVBAR*/

.navbar{
    border-radius: 0px !important;
    letter-spacing: 1.5px;
}

.navbar-primary .navbar-nav>.active>a, .navbar-primary .navbar-nav>.active>a:focus, .navbar-primary .navbar-nav>.active>a:hover,
.navbar-primary .navbar-nav>.open>a, .navbar-primary .navbar-nav>.open>a:focus, .navbar-primary .navbar-nav>.open>a:hover,
.navbar-primary .navbar-nav>li:focus, .navbar-primary .navbar-nav>li:hover, .navbar-primary .navbar-nav>li:hover .dropdown>a, .navbar-primary .navbar-nav>li:focus .dropdown>a,
.navbar a:hover {
    background-color: #ffffff !important;
    color: #09488a !important;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #395777;
}

.navbar-inverse .navbar-toggle, .navbar-inverse .navbar-toggle{
    border: 2px solid #395777;
    color: #000000;
}

button .icon-bar{
    color: #09488a !important;
}

.navbar-primary{
    background-color: #46678c !important;
    border: none !important;
    color: #000000 !important;
}

.navbar a{
    font-weight: bolder !important;
    color: #ffffff !important;
}

.dropdown-menu>li>a{
    color: #000000 !important;
}

.dropdown-menu>li>a:hover{
    background-color: #46678c !important;
    color: #ffffff !important;
}

/*CARD*/
.card
{
    position: relative;

    display: flex;
    flex-direction: column;

    min-width: 0;

    word-wrap: break-word;

    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: .375rem; 
    background-color: #fff;
    background-clip: border-box;

    margin-bottom: 30px;
    border: 0;
    box-shadow: 0 0 2rem 0 rgba(136,152,170,.15);
}


.clickable{
    position:relative !important;
    z-index:9999 !important;
}

/*.card > hr
{
    margin-right: 0;
    margin-left: 0;
}*/
.card > .list-group:first-child .list-group-item:first-child
{
    border-top-left-radius: .375rem;
    border-top-right-radius: .375rem;
}
.card > .list-group:last-child .list-group-item:last-child
{
    border-bottom-right-radius: .375rem;
    border-bottom-left-radius: .375rem;
}

.card-body, .card
{
    padding: 1.5rem; 

    flex: 1 1 auto;
}

.card-title
{
    margin-bottom: 1.25rem;
    font-weight: bolder;
}

.card-subtitle
{
    margin-top: -.625rem;
    margin-bottom: 0;
}

.card-text:last-child
{
    margin-bottom: 0;
}

.card-link:hover
{
    text-decoration: none;
}

.card-link + .card-link
{
    margin-left: 1.5rem;
}

.card-header
{
    margin-bottom: 0;
    padding: 1.25rem 1.5rem;

    border-bottom: 1px solid rgba(0, 0, 0, .05); 
    background-color: #fff;
}
.card-header:first-child
{
    border-radius: calc(.375rem - 1px) calc(.375rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child
{
    border-top: 0;
}

.card-body-services
{
    padding: auto; 
    height: 155px;

}

.card-service:active
{
    background: rgba(255, 255, 255, 0.8) !important;

}

.card-actions:active
{
     opacity: 0.5 !important;

}

.card-body-services h1{
    text-align: center;
    vertical-align: middle;
    line-height: 155px;
    cursor: pointer; 
}

.card-footer
{
    padding: 1.25rem 1.5rem;

    border-top: 1px solid rgba(0, 0, 0, .05); 
    background-color: #fff;
}
.card-footer:last-child
{
    border-radius: 0 0 calc(.375rem - 1px) calc(.375rem - 1px);
}

.card-header-tabs
{
    margin-right: -.75rem;
    margin-bottom: -1.25rem;
    margin-left: -.75rem;

    border-bottom: 0;
}

.card-header-pills
{
    margin-right: -.75rem;
    margin-left: -.75rem;
}

.card-img-overlay
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    padding: 1.25rem;
}

.card-img
{
    width: 100%;

    border-radius: calc(.375rem - 1px);
}

.card-img-top
{
    width: 100%;

    border-top-left-radius: calc(.375rem - 1px);
    border-top-right-radius: calc(.375rem - 1px);
}

.card-img-bottom
{
    width: 100%;

    border-bottom-right-radius: calc(.375rem - 1px);
    border-bottom-left-radius: calc(.375rem - 1px);
}

.card-display{
    padding: 20px;
    border: none !important;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.16), 0 2px 14px 0 rgba(0,0,0,.12);
    margin-bottom: 20px; 
    height: 875px;
}


.card-display-sub{
    padding: 20px;
    border: none !important;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.16), 0 2px 14px 0 rgba(0,0,0,.12);
    margin-bottom: 20px; 
    height: 426px;
}

.card-display > .card-panel, .card-display-sub > .card-panel{
    margin: .5rem 0 1rem;
    background-color: #fff;
    border-radius: 2px;

}

.card-box {
    padding: 20px;
    border: 1px solid rgba(54,64,74,.08);
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-clip: padding-box;
    margin-bottom: 20px;
    background-color: #fff;
}

.card-announcement{
    background-color: #dc3545 !important;
    color: #ffffff;
    height: 50px;
    padding: 10px;
}

.card-announcement-title{
    background-color: #0e62aa !important;
    color: #ffffff;
    height: 50px;
    padding: 10px;
}

.moving{
    display: block;
    position: absolute;
    overflow: hidden;
    width: 1550px;
}

.moving h2 {
    white-space: nowrap; 
    width: 1001px;
 /* Starting position */
 -moz-transform:translateX(100%);
 -webkit-transform:translateX(100%);   
 transform:translateX(100%);
  /*Apply animation to this element*/  
 -moz-animation: moving 30s linear infinite;
 -webkit-animation: moving 30s linear infinite;
 animation: moving 30s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes moving {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes moving {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes moving {
 0%   { 
 -moz-transform: translateX(-`%); /* Firefox bug fix */
 -webkit-transform: translateX(100%); /* Firefox bug fix */
 transform: translateX(100%);      
 }
 100% { 
 -moz-transform: translateX(-100%); /* Firefox bug fix */
 -webkit-transform: translateX(-100%); /* Firefox bug fix */
 transform: translateX(-100%); 
 }
}
/*TEXT*/
.text-uppercase{
    text-transform: uppercase;
}
.text-white{
    color: #ffffff !important;
}
.text-bold{
    font-weight: bolder !important;
}

.text-sm{
    font-size: 12px;
}

.text-important{
    font-weight: bolder;
    font-size: 18px;
    color: #dc3545;
}

.priority{
    font-weight: bolder;
    color: #dc3545;
}

/*BUTTON*/

.btn-circle{
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 37px;
    height: 37px;
    padding: 0;
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
}

.btn-circle i {
    color: #fff;
    line-height: 37px;
    display: inline-block;
    font-size: 20px;
}

.btn-circle-small{
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 27px;
    height: 27px;
    padding: 0;
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
}

.btn-circle-small i {
    color: #fff;
    display: inherit;
    font-size: 15px;
}

.btn-primary{
    background-color: #395777  !important;
    color: #ffffff;
    border-color: #395777  !important;
}

.btn{
    border-radius: 1.5em; 
}

/*LINKS*/

a.toggle-buttons{
    border: none !important;   
}

a.toggle-buttons:hover{
    background-color:  #000 !important;  
    text-decoration: none;
}

a.disabled {
  pointer-events: none;
  cursor: default;
}

/*TABLE*/

thead.bg-primary{
    background-color: #1d528a !important;
    color: #ffffff;
}

table tbody{
    border-top: 3px solid #000000 !important;
    border-bottom: 1px solid #000000 !important;
    padding: 5px;
}
 table thead{
    border: none !important;
 }

 /*TOOLTIP*/

/*.tooltip > .tooltip-inner {
    background-color: #09488a; 
    color: #FFFFFF; 
    border: 1px solid green; 
    padding: 15px;
    font-size: 20px;
}*/

/*.tooltip.top > .tooltip-arrow, .tooltip.bottom > .tooltip-arrow,.tooltip.left > .tooltip-arrow,.tooltip.right > .tooltip-arrow{
    border-bottom: 5px solid #09488a;
}*/

/*INPUT*/
input[type="search"],.form-control, select[name="DataTables_Table_0_length"]{
    padding: 0.4rem 0.8rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 2rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

input[type="search"]:focus, select[name="DataTables_Table_0_length"]:focus {
  color: #495057;
  background-color: #fff;
  border-color: #c6d8ff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(70, 128, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(70, 128, 255, 0.25);
}

/*DATATABLE*/
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color:  #ffffff !important;
    border: 1px solid #007dff;
    background-color: #007dff !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #007dff));
    background: -webkit-linear-gradient(top, #007dff 0%, #007dff 100%);
    background: -moz-linear-gradient(top, #007dff 0%, #007dff 100%);
    background: -ms-linear-gradient(top, #007dff 0%, #007dff 100%);
    background: -o-linear-gradient(top, #007dff 0%, #007dff 100%);
    background: linear-gradient(to bottom, #007dff 0%, #007dff 100%);
    /*border-radius: 20px;*/
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active, .dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    outline:none;
    border: 1px solid #a8cff7;
    background-color:#a8cff7;
    color: #000000 !important;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #a8cff7), color-stop(100%, #a8cff7));
    background:-webkit-linear-gradient(top, #a8cff7 0%, #a8cff7 100%);
    background:-moz-linear-gradient(top, #a8cff7 0%, #a8cff7 100%);
    background:-ms-linear-gradient(top, #a8cff7 0%, #a8cff7 100%);
    background:-o-linear-gradient(top, #a8cff7 0%, #a8cff7 100%);
    background:linear-gradient(to bottom, #a8cff7 0%, #a8cff7 100%);
    /*box-shadow:inset 0 0 3px #111*/
}

/*PADDING*/
.padding-0{
    padding: 0px !important;
}

.padding-l-0{
    padding: 0px !important;
}

.padding-r-0{
    padding-right: 0px !important;
}

.padding-t-0{
    padding-top: 0px !important;
}

.padding-l-5{
    padding-left: 5px !important;
}


/*MARGIN*/
.margin-0{
    margin: 0px !important;
}

/*DASHBOARD CARD*/

.h6-mod{
    font-size: 20px !important;
}

.h1-mod{
    font-size: 40px !important;
}

.h-100 {
    display: block !important;
    height: 160px !important;
    overflow: hidden;
}

.h-small{
    display: block !important;
    height: 100px !important;
    overflow: hidden;
    padding: 10px;
}

.display-4 {
    font-size: 4rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 2.5rem !important;
    /*font-weight: bolder !important;*/
    line-height: 1.2 !important;
}

.display-2 {
    font-size: 3rem !important;
    /*font-weight: bolder !important;*/
    line-height: 1.2 !important;
    display: block;
}

.display-6 {
    font-size: 6rem;
    font-weight: bolder;
    line-height: 1.5;
}

.display-6-nb {
    font-size: 6rem;
    line-height: 1.5;
}

.display-13 {
    font-size: 14rem;
    font-weight: bolder;
    line-height: 1.5;
}

.display-8 {
    font-size: 10.2rem;
    line-height: 1.5;
}


/*BORDER*/
.border-bottom-1{
    border-bottom: 1px solid #dddddd;
}

.border-bottom-2{
    border-bottom: 2px solid #dddddd;
}

.border-left-2{
    border-left: 2px solid #dddddd;
}

.no-border{
    border: none;
}

/*MARGIN*/
.margin-0{
    margin: 0px !important;
}

.padding-0{
    padding: 0px !important;
}


/*LABE*/
.label-lg{
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: bolder;
}

/*MARQUEE*/
.scroll {
     height: 30px;  
     overflow: hidden;
     position: relative;
}
.scroll span {
    font-family:  "Tahoma";
     font-size: 2em;
     color: #ffffff ;
     position: absolute;
     width: 100%;
     height: 100%;
     margin: 0;
     line-height: 30px;
     text-align: center;
     /* Starting position */
     -moz-transform:translateX(100%);
     -webkit-transform:translateX(100%);    
     transform:translateX(100%);
     /* Apply animation to this element */  
     -moz-animation: scroll 15s linear infinite;
     -webkit-animation: scroll 15s linear infinite;
     animation: scroll 15s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes scroll {
     0%   { -moz-transform: translateX(100%); }
     100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes scroll {
     0%   { -webkit-transform: translateX(100%); }
     100% { -webkit-transform: translateX(-100%); }
}
@keyframes scroll {
     0%   { 
     -moz-transform: translateX(100%); /* Firefox bug fix */
     -webkit-transform: translateX(100%); /* Firefox bug fix */
     transform: translateX(100%);       
     }
     100% { 
     -moz-transform: translateX(-100%); /* Firefox bug fix */
     -webkit-transform: translateX(-100%); /* Firefox bug fix */
     transform: translateX(-100%); 
     }
}

/*GRAPHS*/

.ct-label {
    /*fill: rgba(0, 0, 0, 0.4) !important;
    color: rgba(0, 0, 0, 0.4) !important;*/
    font-size: 1rem !important;
    line-height: 1 !important;
    font-color: #000000 !important;
}

/*MEDIA CHANGES*/


/*@media screen and (min-width: 1900px) {
  .card-display{
        height: 875px;
    }

    .card-display-sub{
        height: 426px;
    }
}
*/

    #divWaiting div{
        height: 125px;
    }

    video{
      width:545px !important;
      height:260px !important;
      object-fit:cover !important; /* for those who do support it */
    }


/*@media (min-width: 900px) and (min-width: 1299px){
    .card-display{
        width: 500px;
    }


    .card-display-sub{
        width: 200px;
    }
}*/

@media (min-width: 1300px) and (max-width: 1500px) {
    body.display {margin: 0; height: 100%; overflow: hidden}

    .card-display{
        height: 650px;
        width: 730px;
        margin-bottom: 10px !important;
    }


    .card-display-sub{
        height: 350px;
        width: 575px;
        margin-bottom: 10px !important;
    }

    .card-display-sub-sm{
        height: 290px;
        width: 575px;
        margin-bottom: 10px !important;
    }

    .col-md-5-display {
        margin-left: -55px !important;
    }

    /*.col-md-5-display {
        -ms-flex: 0 0 30% !important;
        flex: 0 0 30% !important;
        max-width: 30% !important;
    }*/

    /*.col-md-7-display {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 54% !important;
        flex: 0 0 54% !important;
        max-width: 54% !important;
    }*/

    .card-announcement{
        height: 60px;
        padding: 10px;
    }

    .card-announcement-title{
        height: 60px;
        padding: 10px;
    }

    .card-announcement h2{
        font-size: 35px !important;
    }

    #divWaiting span .q-1, #divServing span .q-1{
        font-size: 18px !important;
    }

    .card-announcement-title h4{
        font-size: 18px !important;
    }

    #divWaiting span, #divServing span{
        font-size: 15px !important;
    }

    #divWaiting div{
        height: 80px;
    }


    
    
}

/* LOADER ON TRACKING */

#loader {
  animation: loader 5s cubic-bezier(.8,0,.2,1) infinite;
  height: 40px;
  width: 41px;
  position: absolute;
  top:calc(50% - 20px);
  left:calc(50% - 20px);
}
@keyframes loader {
  90% { transform: rotate(0deg); }
  100% { transform: rotate(180deg); }
}
#top {
  animation: top 5s linear infinite;
  border-top: 20px solid #395777;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  height: 0px;
  width: 1px;
  transform-origin: 50% 100%;
}
@keyframes top {
  90% { transform: scale(0); }
  100% { transform: scale(0);}
}
#bottom {
  animation: bottom 5s linear infinite;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #395777;
  border-left: 20px solid transparent;
  height: 0px;
  width: 1px;
  transform: scale(0);
  transform-origin: 50% 100%;
}
@keyframes bottom {
  10% { transform: scale(0); }
  90% { transform: scale(1); }
  100% { transform: scale(1); }
}
#line {
  animation: line 5s linear infinite;
  border-left: 1px dotted #395777;
  height: 0px;
  width: 0px;
  position: absolute;
  top: 20px;
  left: 20px;
}
@keyframes line {
  10% { height: 20px; }
  100% { height: 20px; }
}

