﻿/*.row {
    margin-right: -15px;
    margin-left: -15px;
    display: flex;
    flex-wrap: wrap;
}*/
.carousel-control {
    width: 6% !important;
}

.nav-row {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    justify-content: space-between;
}

.navbar {
    border: 0;
}

.user-info-left, .user-info-right {
    display: flex;
    flex-direction: column;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #5a5a5abd;
}

.user-info-left {
    text-align: left;
}

.user-info-right {
    text-align: right;
}

.inner-page {
    height: 100px;
    background-color: #f1f5f9;
    margin-bottom: 10px;
    margin-top: 130px;
    border: 1px solid gainsboro;
}

.w-100 {
    width: 100% !important;
}

.p-0 {
    padding: 0;
}

.inner-page .banner-text p.page-breadcrumb span.current a, .inner-page .banner-text p.page-breadcrumb a:hover {
    color: #e53935;
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.add {
    padding: 0;
}

.search {
    padding: 0;
    margin-bottom: 10px;
}

button.dt-button, div.dt-button, a.dt-button {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin-right: 0.333em;
    margin-bottom: 0.333em;
    padding: 0.5em 1em;
    border: 1px solid #999;
    border-radius: 2px;
    cursor: pointer;
    font-size: 0.88em;
    line-height: 1.6em;
    color: black;
    white-space: nowrap;
    overflow: hidden;
    background-color: #e9e9e9;
    background-image: -webkit-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background-image: -moz-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='white', EndColorStr='#e9e9e9');
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    outline: none;
}
/*.btn .icon, .btn .fa {
    font-size: 14px;
    margin-right: 5px;
}*/
.input-group > .form-control, .input-group > .custom-select, .input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.form-control.form-control-alt {
    border-color: #ebeef2;
    background-color: #ebeef2;
    transition: none;
}

.search-input {
    width: 70%;
    float: right;
}

.input-group-prepend {
    margin-right: -2px;
}

.btn-alt-primary {
    color: #e53935;
    background-color: #e539352b;
    border-radius: 0px 4px 4px 0px !important;
    transition: none !important;
    padding: 6px 12px;
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #cccccc;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #cccccc;
    }


.form_wrapper {
    width: 100%;
    height: auto;
    /* border: 1px solid lightgray; */
    display: inline-block;
    background: #e5393508;
    padding: 10px;
}


.back_btn {
    float: right;
    background: #e53935;
    color: white !important;
    margin-left: 5px;
}

.save_btn {
    float: right;
    height: 34px;
}

.btn-primary {
    color: #fff !important;
    background-color: #e53935;
    border: none;
}

.glyphicon-th {
    margin-left: -6px;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #e53935;
    border: none;
}

.btn .fa-angle-double-left {
    margin-right: 5px;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
    width: 100%;
}

#btnSearch.list-search {
    width: 150px;
    border-radius: 0px !important;
}

.search-sec {
    position: relative;
}

.search-sec {
    padding: 2rem 0rem;
    margin-top: 30px;
}

div.dataTables_wrapper div.dataTables_length select {
    width: 75px;
    display: inline-block;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
}

.input-group-addon {
    cursor: pointer;
    position: absolute;
    right: 0;
    z-index: 9;
    height: 100%;
    margin: 0;
    border: none;
    border-radius: 0;
    padding: 3px 16px;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.no_disable {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

/***** Navbar Custom ******/
.submenu.dropdown-menu {
    overflow: initial !important;
}

    .submenu.dropdown-menu .caret {
        transform: rotate(-90deg) !important;
    }

.submenu {
    background: #272727;
    max-height: 0;
    overflow: hidden;
    transition: max-height .7s ease;
}

.active-submenu.submenu {
    max-height: 800px; /* Adjust this value to control the height of the submenu */
    transition: max-height 3s ease;
}
/****** About us *********/
.about-wrapper {
    display: flex;
    align-items: center;
}
