/* The Modal (background) */

.visib{
    display:inline-block;
}
input[type=checkbox]
{
  -webkit-appearance:checkbox;
}
.edit-container{
    height: auto;
  position: relative;
  margin:auto;
  background-color: #f7f7f7;
  padding: 5px 5px 30px 5px;
 
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.19);
  text-align: justify;
  border-radius: 3px;
  z-index: 2;
}
.btn-reseller-delete{
    background-color: maroon; 
  border: none;
  color: white;
  padding: 5px 7px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: auto;
  cursor: pointer;
  border-radius: 4px;
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99; 
    padding-top:90px; 
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 40%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 30px;
    background-color: #333;
    color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
    padding:  35px;
    background-color: #333;
    color: white;
}



.dropbtn {
    color: #999;
    padding: 7px;
    font-size: 18px;
    margin-left:-13px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    margin-left:-10px;
    min-width: 160px;
    box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.2);
    z-index: 999;
}
.dropdown-content-download {
    display: none;
    position: absolute;
    background-color: inherit;
    margin-left:-10px;
    min-width: 160px;
    box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: black;
    padding: 6px 10px;
    text-decoration: none;
    display: block;
}
.dropdown-content-download a {
    color: black;
    padding: 6px 10px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {color:#6699ff;}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: none;
}

.styled-table {
    border-collapse: collapse;
    margin: 10px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.styled-table thead tr {
    background-color: #00004d;
    color: #ffffff;
    text-align: center;
}
.styled-table th,
.styled-table td {
    padding: 12px 15px;
}
.styled-table tbody tr {
    border-bottom: thin solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}
.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}
.styled-table tr:hover {background-color:#f7f7f7;}
.styled-table thead tr:hover{background-color:#00134d;}

.btn {
  background-color: #001a66;
  border: none; /* Remove borders */
  color: white; /* White text */
  padding: 5px 10px; /* Some padding */
  font-size: 14px; /* Set a font size */
  cursor: pointer; /* Mouse pointer on hover */
  border-radius: 10%;
}

/* Darker background on mouse-over */
.btn:hover {
  background-color: #00134d;
}
.del{
   
  border: none; /* Remove borders */
  color: white; /* White text */
  padding: 5px 10px; /* Some padding */
  font-size: 14px; /* Set a font size */
  cursor: pointer; /* Mouse pointer on hover */
  border-radius: 10%;
  background-color:#ff4d4d;
}
.del:hover{
    background-color: #ff3333; 
}

.dea{
   
  border: none; /* Remove borders */
  color: white; /* White text */
  padding: 5px 10px; /* Some padding */
  font-size: 14px; /* Set a font size */
  cursor: pointer; /* Mouse pointer on hover */
  border-radius: 10%;
  background-color:#a6a6a6;
}
.dea:hover{
    background-color: #999999; 
}

.act{
   
  border: none; /* Remove borders */
  color: white; /* White text */
  padding: 5px 10px; /* Some padding */
  font-size: 14px; /* Set a font size */
  cursor: pointer; /* Mouse pointer on hover */
  border-radius: 10%;
  background-color:#1a6600;
}
.act:hover{
    background-color: #134d00; 
}



.form-container{
    position: relative;
    width:90%;
    height:auto;
    padding: 5px 15px;
    margin-left:25px;
     margin-top:10px;
}

.add-con{
    width:90%;
    height: auto;
  position: relative;
  background-color: #fff;
  padding: 5px 5px 30px 5px;
  margin-left: 150px;
  border-top:2px solid #0066ff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.19);
  text-align: justify;
  border-radius: 0px;
  z-index: 2;
}

 .search-box{
        width: 280px;
        position: relative;
        display: inline-block;
        font-size: 14px;
        float:right;
        margin:0px 40px 0px 0px;
        padding:0px 0px 5px 0px;
    }
    .search-box input[type="text"]{
        height: 32px;
        padding: 5px 10px;
        border: 1px solid #CCCCCC;
        font-size: 14px;
        float:left;
    }
    .result{
        position: absolute;        
        z-index: 999;
        top: 100%;
        left: 0;
    }
    .search-box input[type="text"], .result{
        width: 100%;
        box-sizing: border-box;
    }
    /* Formatting result items */
    .result p{
        margin: 0;
        padding: 7px 10px;
        border: 1px solid #CCCCCC;
        border-top: none;
        cursor: pointer;
    }
    .result p:hover{
        background: #f2f2f2;
    }
    
    .final-delete-cont{
        position: relative;
        width:100%;
        height:auto;
        padding:15px 10px;
        margin:-15px 0px 0px 20px;
        background-color: #f5f5f0;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.19);
        color:black;
        z-index:99;
    }
    .pagination-link{
        margin:30px 0;
        margin-left:15px;
    }
    .pagination-link strong{
        padding: 8px 13px;
        margin:5px;
        background: #f4f4f4;
        border: 1px #ccc solid;
    }
    a.pagination-link{
        padding: 8px 13px;
        margin:5px;
        background: #f4f4f4;
        border: 1px #ccc solid;
    }
    .comment-btn{
        background-color:#662900;
        padding:12px 20px;
        color:#fff;
        margin:auto;
        border-radius: 5px;
        font-size:16px
    }
    .comment-btn:hover{
        background-color:#331400;
    }
    
    .alert {
  padding: 20px 2px;
  background-color: #1f7a1f;
  color: white;
  width:100px;
  border-radius: 5px;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 40%;
  border-radius: 5px;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

img {
  border-radius: 5px 5px 0 0;
}

.container {
  padding: 2px 16px;
}
.input-element{
height: 200px !important;

}



.slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #04AA6D;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #04AA6D;
  cursor: pointer;
}






