
body
{
    font-family: 'Poppins', sans-serif;
    background-color: #F7F7F7 !important;
    font-size: 14px;
}

.spanInputError
{
    color: #a94442;
    display: block;
    font-size: 13px;
    clear: both !important;
    width: 100% !important;
}

.inputError
{
    border-color: #a94442 !important;
}

.spanError
{
    color: #a94442;
    font-size: 13px;
    display: block;
}

*:focus
{
    outline:none !important;
}

textarea:focus, input:focus
{
    outline: none;
}

.hide
{
    display: none !important;
}

textarea
{
    resize: vertical;
}

.bootstrap-filestyle label
{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.imgEn, .imgAr
{
    width: 65px;
    margin-top: 5px;
    border: 1px solid #e5e5e5;
}

input[type='file']
{
    display: none !important;
}

.bootstrap-select>.dropdown-toggle.btn-light, .bootstrap-select>.dropdown-toggle.btn-secondary 
{
    border-color: #ced4da;
    font-size: 14px;
}

.bootstrap-select .dropdown-item 
{
    font-size: 14px;
}

.dropdown-menu > li.selected:hover,
.dropdown-menu > li.selected:active,
.dropdown-menu > li.selected:focus,
.dropdown-menu > li.active:hover,
.dropdown-menu > li.active:active,
.dropdown-menu > li.active:focus,
.dropdown-menu > li.selected a.selected:hover
{
    color: #ffffff !important;
    background-color: #007bff !important;
}

.dropdown-menu > li:active,
.dropdown-menu > li:focus,
.dropdown-menu > li:active,
.dropdown-menu > li:focus
{
    color: #ffffff !important;
}

.group-span-filestyle .btn-sm
{
    line-height: 1.57;
}

.divNoRecord
{
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 25px;
    display: none;
    clear: both;
    padding-top: 15px;
    height: 499px;
}

.divNoRecord div
{
    margin: 168px 0 17px 0;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.35px;
    text-align: center;
    color: #9b9b9b;
}

#divImgLoader
{
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
}

#divImgLoader img
{
    width: 44px;
}

#paging
{
    text-align: center;
    margin-top: 20px;
}

#tbRecords
{
    display: none;
}

#tbRecords th
{
    color:#575962;
    vertical-align: middle;
    min-width: 185px;
}

.divRecordCount
{
    font-size:13px;
    margin-bottom:15px;
    text-align: center;
    margin-top: 10px;
    color: #666;
    padding-bottom: 20px;
}

.form-check-label
{
    cursor: pointer;
}

.aDeleleMore
{
    cursor: pointer;
    font-weight: bold;
    vertical-align: middle;
    color: #f4516c !important;
    margin-left: 6px;
}

.hide
{
    display: none;
}

.cursorPointer
{
    cursor: pointer;
}

.breadcrumb-item a
{
    color: #007bff;
}

.btn-primary
{
    background-color: #ff9f00 !important;
    border-color: #ff9f00 !important;
    color: #ffffff !important;
}

.btn-dark, .btn-dark:hover, .btn-dark:active, .btn-dark:focus
{
    background-color: #444444 !important;
    border-color: #444444 !important;
    color: #ffffff;
}

.btn-danger, .btn-danger:hover, .btn-danger:active, .btn-danger:focus
{
    background-color: #d0021b !important;
    border-color: #d0021b !important;
    color: #ffffff;
}

.btn
{
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 6px !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    text-align: center;
    letter-spacing: -0.3360001px;
}

.badge-success
{
    color: #28a745 !important;
    background-color: transparent !important;
    font-size: 15px;
}

.badge-danger
{
    color: #dc3545 !important;
    background-color: transparent !important;
    font-size: 15px;
}

.input-group-btn .btn
{
    border-radius: .2rem !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.bootstrap-select .btn
{
    border-radius: .2rem !important;
}

#back-to-top 
{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #e67e22;
    color: #ffffff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

#back-to-top.show 
{
    opacity: 1;
}

#back-to-top i
{
    position: relative;
    top: 2px;
}

.card
{
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.08) !important;
}

.content-wrapper
{
    background: transparent !important;
}

.content-header .breadcrumb
{
    margin-top: 18px;
}

.breadcrumb-item a
{ 
    color: #ff9f00;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: underline;
    letter-spacing: -0.384px;
}

.breadcrumb-item a.current, .breadcrumb-item a.current:hover, .breadcrumb-item a.current:active, .breadcrumb-item a.current:focus
{ 
    color: #999999;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.384px;
    margin-top: 4px;
    text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item::before
{
    content: ">";
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.384px;
    position: relative;
    top: 2px;
}

.h1TableName
{
    color: #444444;
    font-size: 24px !important;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.58px;
}

.table-striped tbody tr
{
    background-color: #ffffff;
}

.table-striped tbody tr:nth-of-type(odd) 
{
    background-color: #FAFAFA !important;
}

.table td, .table th
{
    border-top: none !important;
}

.divSearchTxt
{
    width: 170px;
}

.divSearchTxt .form-control
{
    border-radius: 6px;
    border: solid 1px #dddddd;
    background: #ffffff;
    border-left: none;
}

.divSearchTxt button
{
    background-color: transparent !important;
    border-right: none;
    /*color: #dddddd;*/
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.card-header
{
    border-color: #dddddd;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #9b9b9b;
    font-size: 15px;
  }
  ::-moz-placeholder { /* Firefox 19+ */
    color: #9b9b9b;
    font-size: 15px;
  }
  :-ms-input-placeholder { /* IE 10+ */
    color: #9b9b9b;
    font-size: 15px;
  }
  :-moz-placeholder { /* Firefox 18- */
    color: #9b9b9b;
    font-size: 15px;
  }

.input-group > label, .form-group > label
{
    color: #444444;
    font-size: 14px;
    font-weight: 500 !important;
    line-height: 21px;
    letter-spacing: -0.378px;
    display: block;
    width: 100%;
    height: 21px;
}

.dropdown-item
{
    font-size: 15px;
}

.modal .close
{
    font-size: 25px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.43px;
    color: #d0021b;
}

.modal .modal-title
{
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.58px;
    color: #444444;
}

.spanStatus
{
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

.spanStatus img
{
    width: 18px;
}

.spanStatusActive
{
    color: #55a200;
}

.spanStatusInactive
{
    color: #d0021b;
}

.tdButtons
{
    min-width: 150px;
    max-width: 200px !important;
    white-space: nowrap;
    text-align: center;
}

.spanRequired
{
    color: #a94442;
    font-size: 13px;
}

.btnClearFileImage
{
    color: #a94442 !important;
    position: absolute;
    right: 115px;
    bottom: 5px;
    cursor: pointer;
}

.alert
{
    z-index: 999999 !important;
}

@media screen and (max-width: 1199px) and (min-width: 100px)
{
    .container
    {
        max-width: 100%;
    }
}