* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin-top: 65px;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }

}

.top-heading {
    padding-top: 10px;
    font-size: 15px;
    color: #ef4551;
    font-weight: bold;
}

/*  Button CSS  */
.btn-success {
    color: #28a745;
    border-color: #28a745;
    background-color: transparent;
    border: 1px solid;
    border-radius: .25rem;
    border-radius: 20px;
}




.btn-info {
    color: #17a2b8;
    border-color: #17a2b8;
    background-color: transparent;
    border: 1px solid;
    /* border-radius: .25rem; */
    border-radius: 20px;
}

.btn-pencil {
    color: #009E60;
}

.btn-trash {
    color: #e44e4e;
}

.btn-form {
    color: #17a2b8;
}

.btn-eye {
    color: #d0a945;
}

/*.btn-blue {*/
/*    background-color: #001a66;*/
/*    border: 2px solid #001a66;*/
/*    border-radius: 20px;*/
/*    color: #fff;*/
/*    margin-top: 2px;*/

/*}*/

/*.btn-blue:hover {*/
/*    color: #92a9f0;*/
/*    border: 2px solid #001a66;*/
/*    border-radius: 20px;*/
/*}*/

/*.btn-blue:focus {*/
/*    color: #92a9f0 !important;*/
/*    border: 2px solid #001a66 !important;*/
/*    border-radius: 20px;*/
/*}*/

/*.btn-green {*/
/*    background-color: #097d09;*/
/*    border: 2px solid #097d09;*/
/*    border-radius: 20px;*/
/*    color: #fff;*/
/*    margin-top: 2px;*/
/*}*/

/*.btn-green:hover {*/
/*    color: #BFB;*/
/*    border: 2px solid #097d09;*/
/*    border-radius: 20px;*/
/*}*/

/*.btn-green:focus {*/
/*    color: #BFB !important;*/
/*    border: 2px solid #097d09 !important;*/
/*    border-radius: 20px;*/
/*}*/


/* Lable CSS */
/*.label > .span {
    font-size: 12px !important;
    font-weight: 300 !important;
}*/

/*  Table CSS  */
/*.table {*/
/*    margin-top: 20px;*/
/*}*/

/*.table-responsive th {*/
/*    font-size: 11px;*/
/*    background-color: #001a66;*/
/*    color: #fff;*/
/*    font-weight: 500;*/
/*}*/

#msg {
    color: #009E60;
}

.warpper {
    margin-top: 50px;
}

h5 {
    margin-left: 25px;
}

.card {
    background: white;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    padding: 10px;
    border: 1px solid lightgrey;
    border-radius: 6px;
    margin-bottom: 15px;
}

.card:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16), 0 4px 10px rgba(0, 0, 0, 0.23);
    cursor: pointer;
}

.card img {
    height: 48px;
    margin-top: 8px;
    margin-bottom: 6px;
    margin-left: 3px;
}

h4 {
    margin-top: 15px;
    margin-left: 10px;
}

.table span {
    font-size: 11px;
}

span {
    font-size: 12px;
}

.arrow-right {
    display: block;
    margin: 4px auto;
    width: 12px;
    height: 12px;
    border-top: 2px solid #ddd;
    border-left: 2px solid #ddd;
    margin-top: 25px;
    margin-right: 25px;
}

.arrow-right {
    transform: rotate(135deg);
}

.card:hover .arrow-right {
    border-top: 2px solid #000;
    border-left: 2px solid #000;
}


@media (max-width: 1800px) {

    .card img {
        height: 40px;
    }

    h4 {
        margin-top: 13px;
    }

    .heading {
        font-size: 1.423rem !important;
    }

    .card-text {
        font-size: 1.11rem !important;
    }

}

@media (max-width: 1600px) {

    .card img {
        margin-top: 15px;
        margin-left: -1px !important;
    }

    h4 {
        margin-top: 13px;
    }



}

@media (max-width: 1300px) {

    .card img {
        height: 33px;
        margin-top: 15px;
        margin-left: -2px !important;
    }

    .card {
        width: auto;
    }


}

.w-100 {
    width: 100% !important;
}


.product-panel {
    margin-top: 10px;
    /* background-color: #f5f8ff; */
    border: 1px solid #000;
    background: radial-gradient(circle, #fdd496, #c6a674);
    /* margin: 0px 0px 10px 0px; */
    padding: 0px 4px 4px 4px;
    border-radius: 10px;
}

label {
    margin-top: 12px;
}

.datatable-heading {
    font-size: 17px;
    color: #ef4551;
    font-weight: bold;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 3px;
    line-height: 1.4;
    vertical-align: top;
    border-top: 0px solid #ddd;
    font-size: 12px;
}


.btn-group-sm>.btn,
.btn-small {
    padding: 2px 4px;
    font-size: 12px;
    line-height: 1.0;
    border-radius: 2px;
}

.input-small {
    height: 25px;
    padding: 2px 5px;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.5;
    border-radius: 3px;
}

.input-textarea {
    height: 25px;
    padding: 2px 5px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    border-radius: 3px;
    word-spacing: 10px;
}

.btn-sm {
    height: 25px !important;
    padding: 2px 5px !important;
}

.disabled {
    opacity: 0.5;
    background-color: #f9f9f9;
}

.btn-bordered-primary {
    color: #000;
    background: radial-gradient(circle, #fdd496, #c6a674);
    border-color: #000;
    font-weight: bold;
}

.btn-bordered-primary:hover {
    scale: 1.05;
    filter: brightness(1.2);
    box-shadow: 0px 0px 180px -53px rgba(0, 0, 0, 0.5);
}

.btn-bordered-warning {
    color: #eea236;
    background-color: #fff;
    border-color: #eea236;
    font-weight: bold;
}

.btn-bordered-danger {
    color: #d43f3a;
    background-color: #fff;
    border-color: #d43f3a;
    font-weight: bold;
    text-decoration: none;
}

.btn-bordered-success {
    color: #4cae4c;
    background-color: #fff;
    border-color: #4cae4c;
    font-weight: bold;
}

.btn-bordered-info {
    color: #46b8da;
    background-color: #fff;
    border-color: #46b8da;
    font-weight: bold;
}

.password-container {
    position: relative;
}

.password-container input {
    width: 100%;
    padding-right: 30px;
}

.password-container .toggle-password {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #aaa;
}

.password-container .toggle-password:hover {
    color: #000;
}