/* body {
    font-size:0.9em;
  } */

  

  .cell-phone{
    /* position:absolute; */
    top: 0px;
    right:100px;
     z-index: 1;
  }
  .cell-phone .scan{
    animation: scanvisibility 3s linear infinite;
  }
  .cell-phone .scan .redline{
    animation: scanning 3s linear infinite;
  }
  
  @keyframes scanning{
    0%{transform: translateY(0px)}
    25%{transform: translateY(94px);}
    50%{transform: translateY(0px);}
    75%{transform: translateY(94px);}
    100%{transform: translateY(0px);}
  }
  
  @keyframes scanvisibility{
    0%{visibility:visible;}
    51%{visibility:visible;}
    100%{visibility:visible;}
  }

.em-05 {
    font-size: 0.5em;
}

.em-06 {
    font-size: 0.6em;
}

.em-07 {
    font-size: 0.7em;
}

.em-08 {
    font-size: 0.8em;
}

.em-085 {
    font-size: 0.85em;
}

.em-09 {
    font-size: 0.9em;
}

.em-095 {
    font-size: 0.95em;
}

.em-11 {
    font-size: 1.1em;
}

.em-115 {
    font-size: 1.15em;
}

.em-12 {
    font-size: 1.2em;
}

.em-125 {
    font-size: 1.25em;
}

.em-13 {
    font-size: 1.3em;
}

.em-135 {
    font-size: 1.35em;
}

.em-14 {
    font-size: 1.4em;
}

.em-145 {
    font-size: 1.45em;
}

.em-15 {
    font-size: 1.5em;
}

.em-16 {
    font-size: 1.6em;
}

.em-17 {
    font-size: 1.7em;
}

.em-18 {
    font-size: 1.8em;
}

.em-19 {
    font-size: 1.9em;
}

.em-20 {
    font-size: 2.0em;
}

.em-21 {
    font-size: 2.1em;
}

.text-supermuted{
    color: #b3b3b3;
}

.text-muted-2 {
    color: #71787e!important
}

.text-green {
    color: green;
}

.text-darkgreen {
    color: darkgreen;
}

.text-orange {
    color: #CD7300;
}

.text-marine {
    color: #2FAF84;
}

.text-violet {
    color: #8B008B;
}

.text-purple {
    color: #A569BD
}

.text-golden {
    color: goldenrod;
}

.text-money {
    color:#6ba449;
}

.pointer {
    cursor: pointer;
}

.line-height-sm {
    line-height: 1.2em;
}

.line-height-md {
    line-height: 1.4em;
}

.content-header {
    height: 3.25rem;
}

#page-container.page-header-fixed #main-container {
    padding-top: 3.25rem;
}

#superloading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 99999;
}

.bg-disabled {
    background-color: #F0F0F0;
}

.form-control.form-control-alt:focus {
    border-color: orange;
}

.md-datepicker-input-container {
    position: relative;
    border-bottom-width: 0px;
    border-bottom-style: none;
    display: inline-block;
    width: auto;
    z-index: 9999999;
}

.form-control-alt {
    border-color: #edf0f7;
    background-color: #edf0f7;
    transition: none;
}

.ui-datepicker {
    /*  margin-top: 100px; */
        z-index: 999999;

}

#ui-datepicker-div{
    z-index: 999999;
}


.border-left-success{
    border-left: 4px solid #198754;
}

.border-left-secondary{
    border-left: 4px solid #6c757d;
}

.border-left-warning{
    border-left: 4px solid #ffc107;
}

.border-left-light-orange{
    border-left: 4px solid orange;
}

.border-left-orange{
    border-left: 4px solid #A569BD;
}

.card-border-success{
    border-top: 2px solid #198754;
    border-right: 2px solid #198754;
    border-bottom: 2px solid #198754;
}

.card-border-warning{
    border-top: 3px solid #ffc107;
    border-right: 3px solid #ffc107;
    border-bottom: 3px solid #ffc107;
}

/* Chrome, Safari, Edge, Opera */
.nospin::-webkit-outer-spin-button,
.nospin::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.nospin {
    -moz-appearance: textfield;
}

hr {
    margin-top:3px;
    margin-bottom:3px;
    padding-bottom:0px;
    padding-top:0px;
}

hr.light{
    color:lightgray;
}



/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) {
    .w-sm-100 {
        width: 100% !important;
    }

    .w-sm-75 {
        width: 75% !important;
    }

    .w-sm-50 {
        width: 50% !important;
    }

    .w-sm-25 {
        width: 25% !important;
    }

    .h-sm-100 {
        height: 100% !important;
    }

    .h-sm-75 {
        height: 75% !important;
    }

    .h-sm-50 {
        height: 50% !important;
    }

    .h-sm-25 {
        height: 25% !important;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) {
    .w-md-100 {
        width: 100% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-25 {
        width: 25% !important;
    }

    .h-md-100 {
        height: 100% !important;
    }

    .h-md-75 {
        height: 75% !important;
    }

    .h-md-50 {
        height: 50% !important;
    }

    .h-md-25 {
        height: 25% !important;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (max-width: 992px) {
    .w-lg-100 {
        width: 100% !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-25 {
        width: 25% !important;
    }

    .h-lg-100 {
        height: 100% !important;
    }

    .h-lg-75 {
        height: 75% !important;
    }

    .h-lg-50 {
        height: 50% !important;
    }

    .h-lg-25 {
        height: 25% !important;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .w-xl-100 {
        width: 100% !important;
    }

    .w-xl-75 {
        width: 75% !important;
    }

    .w-xl-50 {
        width: 50% !important;
    }

    .w-xl-25 {
        width: 25% !important;
    }

    .h-xl-100 {
        height: 100% !important;
    }

    .h-xl-75 {
        height: 75% !important;
    }

    .h-xl-50 {
        height: 50% !important;
    }

    .h-xl-25 {
        height: 25% !important;
    }
}