﻿.sidebar-menu > li > a {
    color: #000 !important;
}

.sidebar-menu .sidebar-submenu > li > a {
    padding: 5px 5px 5px 15px;
    display: block;
    font-size: 14px;
    color: #000 !important;
}

.bg-theme {
    background:darkgreen;
}

.toggle-menu i {
    color: #FFF;
}

.right-nav-link a.nav-link {
    color: #FFF;
}

.logo-icon {
    margin-left: 20px;
   width: 150px;
   height:40px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.fixed-footer {
    background:#C0C0C0;
    position: fixed;
    bottom: 0px;
    right: 0;
    left: 0;
    z-index: 1001;  
    box-shadow: 0 2px 34px 2px rgba(0, 0, 0, 0.15); 
}

.fixed-footer .btn{
           float: left;
           display: block;
           color: #f2f2f2;
           height: 100%;
           width: 100%;
           display: block;
           text-align: center;
           text-decoration: none;
           font-size: 20px;
           z-index: 9999999999;
       }
.modal-footer .btn{
           float: left;
           display: block;
           color: #f2f2f2;
           height: 100%;
           width: 100%;
           display: block;
           text-align: center;
           text-decoration: none;
           font-size: 15px;
           z-index: 9999999999;
       }
.content-wrapper {   
    padding-bottom: 70px;
}

.form-control {
    border-radius: 0px;
}
.select2-container--default .select2-selection--single
{
       border-radius: 0px; 
}

.btn {
    border-radius: 0rem;
}

.selected {
    background-color: #e7e7e7 !important;
}

.line-through {
    text-decoration: line-through;
}
.ul.widget-todo-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}
.ui-sortable-handle {
    border-bottom: 1px dotted #ddd;
    padding: 15px 15px 15px 0;
    position: relative;
}

.todo-actions {
    position: absolute;
    top: 14px;
    right: 0;
    bottom: 14px;
}
.todo-remove {
    font-size: 15px;
    vertical-align: middle;
    color: #999;
}

.has-danger
{
 border:1px solid red;
}
.hidden {
    display: none !important;
}

.markstyled{
  width: 17px; 
  height: 17px;
}

.dataTables_wrapper div.dataTables_paginate ul.pagination {
    display: inline-block !important;
    width: auto !important;
    margin: 5px auto 0 auto !important;
    float: none !important;
}

.dataTables_wrapper div.dataTables_paginate ul.pagination li {
        float: left !important;
}

div.dataTables_wrapper div.dataTables_filter input, div.dataTables_wrapper div.dataTables_length,div.dataTables_wrapper div.dataTables_info{
    -webkit-border-radius: 18px !important;
    -moz-border-radius: 18px !important;
    -ms-border-radius: 18px !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    margin-left: 0em !important;
    display: block !important;
    width: 100% !important;
    border-radius: 0px !important;
    white-space: pre-wrap !important;
}

.table.dataTable {
    border-collapse: collapse !important;
}

.back-to-top {  
  bottom: 70px !important;
  /*left:5px !important;*/
  z-index: 9999999999 !important;
}

.back-to-top .fa-angle-double-down {
  margin-top: 25%;
  font-size: 20px;
}

.transparent{
    background:transparent;
    position:relative;
}

.sidebar-menu .sidebar-submenu>li.active>a, .sidebar-menu .sidebar-submenu>li>a:hover {
    color: red !important;
}
.titlename { 
  text-transform: capitalize;
}
.navbar-nav span{
    color:silver;   
    font-size:18px;
    margin: auto;
    width: 50%;
}
.table td, .table th {
    padding: .25rem !important;
   vertical-align: middle !important;   
}

.Lightyellow {
    background-color: #FFFF99;
}
.hide_column {
    display : none;
}
.modal-xl {
    max-width: 1100px
}

.btn-whatsapp {
    color: #fff;
    background: #41ec08 !important;
    border-color: #10f305;
}

    .btn-whatsapp:hover {
        color: #fff;
        background-color: #41ec08;
        border-color: #10f305;
    }

    .btn-whatsapp:focus, .btn-whatsapp.focus {
        box-shadow: 0 0 0 2px rgb(29, 198, 74);
    }

    .btn-whatsapp.disabled, .btn-whatsapp:disabled {
        color: #fff;
        background-color: #4ecc48;
        border-color: #25931f;
    }

    .btn-whatsapp:not(:disabled):not(.disabled):active, .btn-whatsapp:not(:disabled):not(.disabled).active, .show > .btn-whatsapp.dropdown-toggle {
        color: #fff;
        background-color: #21c44c;
        border-color: #25931f;
    }

        .btn-whatsapp:not(:disabled):not(.disabled):active:focus, .btn-whatsapp:not(:disabled):not(.disabled).active:focus, .show > .btn-whatsapp.dropdown-toggle:focus {
            box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.9);
        }
