/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 21, 2021, 1:27:28 PM
    Author     : tarun
*/

#p_error{
    background-color: #ff3366;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    margin-top: 25px;
    position: absolute;
    top: 0;
    margin: 0 auto;
    z-index: 10000;
    display: block;
    width: 100%;
    text-align: center;
}

#p_success{
    background-color: #5fba8c;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    margin-top: 25px;
    position: absolute;
    top: 0;
    margin: 0 auto;
    z-index: 10000;
    display: block;
    width: 100%;
    text-align: center;
}



.table {
    width: 100%;
    margin-bottom: 1rem;
    border-collapse: collapse;
    font-family: "Oswald", sans-serif;
    background: #fff;
    font-size: 13px;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    border-collapse: collapse
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    text-align: left;
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
    border-color: #7abaff;
}

.table-hover .table-primary:hover {
    background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
    border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
    background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
    border-color: #8fd19e;
}

.table-hover .table-success:hover {
    background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
    background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
    border-color: #86cfda;
}

.table-hover .table-info:hover {
    background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
    border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
    border-color: #ed969e;
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
    background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
    border-color: #fbfcfc;
}

.table-hover .table-light:hover {
    background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #95999c;
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #fff;
    background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #454d55;
}

.table-dark.table-bordered {
    border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-sm > .table-bordered {
        border: 0;
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-md > .table-bordered {
        border: 0;
    }
    .gallery-item{
        margin-bottom: 42px;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-lg > .table-bordered {
        border: 0;
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-xl > .table-bordered {
        border: 0;
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
    border: 0;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
    border: 0;
}




/***************Paging***************/
.pageing {
    height: auto;
    overflow: hidden;
    padding: 5px 0px 6px 10px;
    width: 100%;
    color: #fff;
}

.total_info{
	padding: 1px 10px 0;
	float: left;
	color: #fff;
	font-size: 13px;
        background-color: #000;
}
.pages_info{
    padding: 1px 10px 0;
    float: right;
}

.pageing a, .none, .setbtn {
	/*background: #fff;*/
	padding: 4px 8px;
	float: left;
	font-size: 11px;
	cursor: pointer;
	color: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-decoration: none;
	margin: 0px 3px 0px 0px; }

.pageing a:hover {
    background: #fff;
    text-decoration: none;
}
#content3-7 SPAN {
    font-size: 10px;
}
.pages_wrapper{
    float: right;
    background-color: #000;
}
.field_label{
    font-family: 'Oswald', sans-serif;
}

img.img_star {
    display: inline-block !important;
    width: 20% !important;
}


.spn_logo1, .spn_logo2{
    display: inline-block !important;
    font-weight: normal;
    font-size: 25px;
    color: #255085;
}

.spn_logo1{
    font-family: 'Micra Bold', sans-serif;
    font-weight: bold;
}

.spn_logo2{
    font-family: 'Micra', sans-serif;
    font-weight: normal;
}


ul#ul_footer_links li {
    display: inline-block;
    margin: 0 10px;
}
ul#ul_footer_links {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #fff;
    margin-top: 20px;
    text-align: center;
}
ul#ul_footer_links li a{
    color: #fff;
}

.mbr-section-btn button.btn{
    border-radius: 100px;
}
.btn_extra_small {
    padding: 2px 7px !important;
    margin: 0 !important;
    /* min-height: 30px !important; */
    font-weight: normal;
    font-size: 12px;
}

body{
    background-color: #fff;
    color: #000;
}

input.form-control{
    border: 2px solid #000 !important;
}

#ul_menu{
    list-style: none;
    color: #000;
    text-transform: uppercase;
    padding: 0;
}
#ul_menu li a{
    font-weight: bold;
    font-size: 40px;
    
}
#ul_menu li{
    text-align: center;
    margin: 10px 0;
}

button, a.btn{
    word-break: normal;
}

.jq-number__spin.minus{
    display: none;
}
.jq-number__spin.plus{
    display: none
}


#ul_top_menu{
    list-style: none;
    color: #000;
    text-transform: uppercase;
    padding: 0;
    text-align: center;
    margin: 0
}
#ul_top_menu li a{
    font-weight: bold;
    font-size: 15px;
    
}
#ul_top_menu li{
    text-align: center;
    margin: 10px 10px;
    display: inline-block
}


#ul_top_menu2{
    list-style: none;
    color: #000;
    text-transform: uppercase;
    padding: 0;
    text-align: center;
    margin: 0
}
#ul_top_menu2 li a{
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    padding: 10px 15px;
    background-color: #000
}

#ul_top_menu2 li:hover a{
    font-weight: bold;
    font-size: 15px;
    color: #000;
    padding: 10px 15px;
    background-color: #fff;
    transition-duration: 0.5s;
    transition-property: background-color;
}

#ul_top_menu2 li{
    text-align: center;
    margin: 10px 0;
    display: inline-block
}

.footer_link{
    text-decoration: underline;
    font-size: 14px;
}


.input-bordered{
  border-radius: 6px;
  border: 1px solid #9ec9ef;
  width: 100%;
  padding: 15px 15px;
  line-height: 21px;
  font-size: .9em;
  color: #495057;
  transition: all .4s;
  background-color: transparent;
}

.btn{
    padding: 3px 5px !important;
    font-size: 14px !important;
    min-height: inherit !important;
    font-weight: normal
}