@media (max-width:768px) {
    .mobile-app-footer {
        display:block;
          z-index:3000;
    }
    .content{
        padding:0;
        margin-top: 20px;
        padding-bottom: 30px;
    }
    .web-footer,.user-menu {
        display:none
    };
    .content-header{
        display:none;
    }
    tr{
        /* border-bottom: 2px solid #2a3f54 !important; */
        -webkit-box-shadow:0px 1px 1px #2a3f54 !important;
        -moz-box-shadow:0px 1px 1px #2a3f54 !important;
        box-shadow:0px 1px 1px #2a3f54 !important;
    }
    th{
        font-size:12px !important;

    }
    td{
        font-size: 13px !important;
        font-weight: 500 !important;

    }

}
@media (max-width:300px) {
    .mobile-app-footer {
        overflow-X:scroll
    }
    .smart-phone,.user-menu{
        display:none
    }
    #datepickerDiv {
        margin-left:0 !important;
    }
    .xdsoft_datetimepicker {
        left: 0px !important;
    }
    tr{
        /* border-bottom: 2px solid #2a3f54 !important; */
        -webkit-box-shadow:0px 1px 1px #2a3f54;
        -moz-box-shadow:0px 1px 1px #2a3f54;
        box-shadow:0px 1px 1px #2a3f54;
    }
    th{
        font-size:10px !important;
    }
    td{
        font-size: 10px !important;
        font-weight: 400 !important;
    }
}
@media (max-width:576px) {
    button.offset-sm-4 {
        margin-left: 25%
    }
    .user-menu{
        display:none
    }
    .client-card{
        margin:0 !important;
        padding:0 !important;
    }
    .content-header ,.wrapper{
        margin:0 !important;
        padding:0 !important
    }
    #datepickerDiv {
        margin-left:0 !important;
    }

}
@media (max-width:300px) {
    button.offset-sm-4 {
        padding:0;
        margin:0;
        width:100%;
        height:100%;
        margin-left: 25%
    }
}
@media (min-width:767px) {
    .mobile-app-footer {
        display:none
    }
    .web-footer {
        display:block
    }
}

.mobile-app-footer,.web-footer {
    background: #fff;
    padding: 15px;
    color: #455a64;
    border-top: 1px solid #d2d6de;
}
.mobile-app-icon-bar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  background: #fefefe;

}
.web-footer{
    -webkit-transition: -webkit-transform .3s ease-in-out, margin .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out, margin .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out, margin .3s ease-in-out;
    transition: transform .3s ease-in-out, margin .3s ease-in-out;
    z-index: 820;
}
.mobile-app-icon-bar a {
  padding: 1.25rem;
  cursor: pointer;
}

.mobile-app-icon-bar button svg,
.mobile-app-icon-bar button i,
.mobile-app-icon-bar button img {
  font-size: 2rem;
  max-height: 2rem;
  max-width: 2rem;
}
.appName{
    color: #28a745;
    font-size: -webkit-xxx-large;
    font-weight: bolder;
}
.sticky {
    position: fixed;

    bottom: 0;

    width: 100%;

    /* height: 100px; */
}

.red-span{
    color:red !important;
    padding: .5rem .75rem !important;
}

.form-element .select2-container , .select2-container--default.select2-container--focus,
.select2-container--default .select2-selection--single,
 .select2-selection .select2-selection--single{
    border-radius: 30px;
    border-top: 0!important;
    border-left: 0!important;
    border-right: 0 !important;
}
.select2-container , .select2-container--default.select2-container--focus,
.select2-container--default .select2-selection--single,
 .select2-selection .select2-selection--single{
    border-radius: 30px;
}
.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single{
    height:35px
}




/* CUSTOM CSS */
.form-group>label{
    font-weight: 700 !important;
}
.box-body{
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
}
.form-element input:focus:invalid,.form-element textarea:focus:invalid,.form-element select:focus:invalid{
    background-size: 100% 2px, 100% 1px !important;
    background-image: linear-gradient(#ff0000 , #ff0000), linear-gradient(#d9d9d9, #d9d9d9) !important;
}
.form-element input:focus:valid,.form-element textarea:focus:valid,.form-element select:focus:valid{
    background-size: 100% 2px, 100% 1px !important;
    background-image: linear-gradient(#10ff00 , #23ed0a), linear-gradient(#d9d9d9, #d9d9d9) !important;
}
input:focus:invalid, textarea:focus:invalid,select:focus:invalid{
    background-size: 100% 2px, 100% 1px !important;
    border-color: red !important
}
. input:focus:valid, textarea:focus:valid, select:focus:valid{
    background-size: 100% 2px, 100% 1px !important;
    border-color: #20c997 !important
}


/* DATATABLES FONT */
/* th{
    font-weight: 600 !important;
    font-size: 15px !important;
}
td{
    font-size:15.2px !important;
} */


.fa-fast-spin {
  -webkit-animation: fa-spin 1s infinite linear;-
  animation: fa-spin 1s infinite linear;
}

.form-element{
    margin-bottom:-5% !important;
}

#datatable{
    width:100% !important
}
.selectbox {
    background: #fff;
    color: #1d3b4a;
    padding: 8px;
    line-height: 18px;
    border-radius: 6px;
    border-width: 0 1px 4px;
    box-shadow: 3px 3px #8888881a;
    cursor: pointer;

}
#datepickerInput {
    opacity: 0;
    width: 0px;
    cursor: pointer;
    height: 0;
}
#datepickerDiv {
    margin-left: 80%;line-height: 8px;
}
.color-black{
    color:#747E8E;
}
.pointer{
cursor: pointer;
}
.ribbon-wrapper{
    background: none !important;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-radius: 10px;

}

tr{
    /* border-bottom: 2px solid #2a3f54 !important; */
    -webkit-box-shadow:0px 1px 1px #2a3f54;
    -moz-box-shadow:0px 1px 1px #2a3f54;
    box-shadow:0px 1px 1px #dcdcdc;
}
th{
    font-size:12px !important;
    font-weight: 600 !important;
    border-left: none !important;
    border-right: none !important;
    /* color: #ffffff !important; */
}
td{
    font-size: 13px !important;
    font-weight: 500 !important;
    border-left: none !important;
    border-right: none !important;
}
table{
    border-collapse: collapse !important;
}

.btn-outline:hover {
    color: #747E8E !important;
}
.hidden {
    display: none !important;
    visibility: hidden !important;
}

.modal-body-scroll{
    overflow-y: auto;
}
.modal-body-scroll::-webkit-scrollbar-track{
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
   background-color: #F5F5F5;
   border-radius: 5px;
}
.modal-body-scroll::-webkit-scrollbar{
   width: 8px;
   background-color: #eee;
}
.modal-body-scroll::-webkit-scrollbar-thumb{
   background-color: #ccc;
   border-radius: 5px;
}
.modal-body-scroll::-webkit-scrollbar-thumb:hover {
   background: #ccc;
}
.width-100{
    width:100% !important;
}
#statWeek{
    font-size: 12px;
}

.select2-selection__rendered {
    color: #67757c !important;
}

#datatable_filter{
    margin-top:0% !important;
}

.cursor-pointer{
    cursor:pointer !important;
}
