﻿
/* ------------------------------------ */
a {
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

    a:focus {
        outline: none !important;
    }

    a:hover {
        text-decoration: none;
    }

/* ------------------------------------ */
h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}

p {
    margin: 0px;
}

ul, li {
    margin: 0px;
    list-style-type: none;
}


/* ------------------------------------ */
input {
    display: block;
    outline: none;
}

textarea {
    display: block;
    outline: none;
}

    textarea:focus, input:focus {
        /*border-color: transparent !important;*/
    }

/* ------------------------------------ */
button {
    outline: none !important;
    border: none;
    background: transparent;
}

    button:hover {
        cursor: pointer;
    }

iframe {
    border: none !important;
}

.bh-noResize {
    resize: none;
}
/* fileUpload*/

.fileUploadPartial {
    min-height: 200px;
    border: 1px solid #eaeaea;
    padding: 0;
}

    .fileUploadPartial .wrap {
        background: linear-gradient(90deg, rgb(42, 40, 70) 0%, rgba(175,175,175,0.8631827731092436) 42%, rgba(226, 226, 226, 0.5718662464985995) 100%);
    }

    .fileUploadPartial .middle {
        width: 100%;
        position: absolute;
        opacity: 0.9;
        top: 0;
        height: 100%;
    }

.fileUploadItem:hover .wrp-trash {
    opacity: 1;
}

.fileUploadPartial .wrp-trash {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.fileUploadPartial .bgTrash {
    background-color: #bd4759;
    border: none;
    color: white;
    padding: 9px 10px;
    font-size: 16px;
    cursor: pointer;
}

.fileUploadPartial progress {
    height: 16px !important;
    display: inline-flex;
}

.fileUploadPartial .image-holder {
    clear: both;
    display: flex;
    flex-wrap: wrap;
    min-height: 153px;
    padding: 15px;
}

.bh-wid-20 {
    width: 20px;
}

.bh-wid-100 {
    width: 100%;
}

#noty_top_layout_container {
    position: fixed;
    width: 70%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    z-index: 10000;
}

.fileUploadPartial .fileUploadItem.newFile {
    border: 2px solid #da9b9b;
}

.fileUploadPartial .fileUploadItem {
    width: 160px;
    padding: 0px !important;
    position: relative;
    margin-bottom: 10px;
    height: 122px;
    border: 2px solid #eee;
    margin-left: 15px;
    overflow: hidden;
}

    .fileUploadPartial .fileUploadItem img {
        width: 190px;
    }

.fileUploadPartial .rmImage {
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}
/* end file upload*/
/*//////////////////////////////////////////////////////////////////
[ Table ]*/
body {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #3b3b3b;
}
/*--------------------------grid-------------------------*/
#contentBody {
    min-height: 400px;
}

    #contentBody .tableRow.selectedRow, #contentBody .tableRow.selectedRow>.cell {
        background: #635579 !important;
        color: #fff !important;
    }
        /*------------------------------end grid------------------------------------*/
        /*-------------bootpag-------------*/
        .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
            z-index: 2;
            color: #fff;
            cursor: default;
            background-color: #337ab7;
            border-color: #337ab7;
        }

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.wrapperRecordsCount {
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
    border-radius: 15px;
    color: #31708f;
    display: inline-block;
    float: right;
    height: 23px;
    direction: rtl;
    margin-right: 4px;
    margin-top: 6px;
    max-width: 125px;
    display: none;
    min-width: 130px;
    padding: 3px 5px 7px;
    text-align: center;
}

    .wrapperRecordsCount .title {
        float: right;
        margin-left: 2px;
    }
/* ------- end bootpag-------------- */
.wrapperTable {
    justify-content: center;
    margin-bottom: 20px;
}

    .wrapperTable .rows {
        min-height: 500px;
    }

.table thead th .wrapperTable {
    margin: 0 auto;
}

.wrapperTable .table thead th, .wrapperTable .th {
    color: #fff;
    background: #36304a;
}

.wrapperTable .table {
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    display: table;
    min-height: 100px;
}

.wrapperTable th, .wrapperTable td {
    display: inline-block;
}

.wrapperTable .panel-footer {
    width: 375px;
    justify-content: flex-end;
    display: flex;
}

.bh-center {
    margin-right: auto;
    margin-left: auto;
}

/*loading*/
.loading {
    background: rgba(0, 0, 0, 0) url("/images/loader32.gif") no-repeat scroll center center;
    height: 32px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 30%;
    z-index: 1000;
    width: 32px;
}

.loading16 {
    background: rgba(0, 0, 0, 0) url("/images/loader16.gif") no-repeat scroll center center;
    height: 16px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    top: 10%;
    z-index: 1000;
    width: 16px;
}
.bh-invalid1 {
    border: 1px solid #ec8080 !important;
}
.bh-invalid2 {
    border: 2px solid #ec8080 !important;
}
.bh-noRowMargin {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.carousel-control-next, .carousel-control-prev {
    z-index: 1000;
}

.carousel-control-prev-icon {
    background: url(/images/icons/slide-prev.png) no-repeat;
    width: 24px;
    height: 24px;
}

.carousel-control-next-icon {
    background: url(/images/icons/slide-next.png) no-repeat;
    width: 24px;
    height: 24px;
}

.bh-noColPadding {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.hidden {
    display: none;
}

.bh-flex-center {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.bh-noMinHeight {
    min-height:0 !important;
}
.bh-row-flex-imp {
    display: flex !important;
    flex-wrap: wrap;
}

.bh-row-flex {
    display: flex;
    flex-wrap: wrap;
}
.bh-row-flex-noWrap {
    display: flex;
    flex-wrap: nowrap !important;
}
.bh-spaceBetween {
    justify-content: space-between;
}

.bh-row-flex-vCenter {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.bh-row-flex-vCenter-noWrap {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.bh-row-flex-vCenter-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.bh-wrap {
    flex-wrap: wrap !important;
}

.bh-row-flex-center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.bh-row-flex-center-all {
    display: flex;
    justify-content: center;
    align-items:center;
    flex-wrap: wrap;
}
.bh-circle {
    border-radius: 1000px;
}

.bh-h150 {
    height: 150px !important;
}
.bh-h40 {
    height: 40px !important;
}
.bh-sz14 {
    font-size: 14px !important;
}

.bh-sz12 {
    font-size: 12px !important;
}

.bh-sz16 {
    font-size: 16px !important;
}

.bh-sz18 {
    font-size: 18px !important;
}

.bh-sz20 {
    font-size: 20px !important;
}

.bh-white {
    color: #fff !important;
}

.bh-black {
    color: #000 !important;
}

.bh-bold {
    font-weight: bold;
}

.bh-page-minHeight {
    min-height: 500px;
}

.bh-bg-white {
    background: #fff;
}

.bh-noText-decoration {
    text-decoration: none;
}

    .bh-noText-decoration:hover {
        text-decoration: none;
    }

.bh-minWidth-100 {
    min-width: 100px;
}

.bh-block {
    display: block;
}

.bh-col-w-60-r {
    float: right;
    width: 60%;
}

.bh-col-w-40-r {
    float: right;
    width: 40%;
}

.bh-col-w-50-r {
    float: right;
    width: 50%;
}
/**** end custom col *****/
.bh-padding-5 {
    padding:5px;
}
.bh-padding-20 {
    padding: 20px;
}

.bh-padding-10 {
    padding: 10px;
}

.bh-padding-Top3 {
    padding-top: 3px;
}

.bh-padding-right0 {
    padding-right: 0 !important;
}

.bh-padding-right15 {
    padding-right: 15px;
}

.bh-padding-right20 {
    padding-right: 20px;
}

.bh-padding-left15 {
    padding-left: 15px;
}

.bh-padding-bottom15 {
    padding-bottom: 15px;
}

.bh-padding-top15 {
    padding-top: 15px;
}

.bh-padding-right5 {
    padding-right: 5px;
}

.bh-padding-right10 {
    padding-right: 10px;
}

.bh-padding-left5 {
    padding-left: 5px;
}

.bh-padding-left10 {
    padding-left: 10px;
}

.bh-padding-left20 {
    padding-left: 20px;
}

.bh-padding-bottom10 {
    padding-bottom: 10px;
}

.bh-padding-bottom20 {
    padding-bottom: 20px;
}

.bh-padding-bottom30 {
    padding-bottom: 30px;
}

.bh-padding-top10 {
    padding-top: 10px;
}

.bh-relative {
    position: relative;
}

.bh-rtl {
    direction: rtl;
}

.bh-ltr-important {
    direction: ltr !important;
}

.bh-ltr {
    text-align: left;
    direction: ltr;
}

.bh-pointer {
    cursor: pointer;
}

.bh-clear {
    clear: both;
}

.bh-contentCenter {
}

.bh-margin-right0 {
    margin-right: 0px !important;
}

.bh-margin-10 {
    margin: 10px !important;
}

.bh-margin-20 {
    margin: 20px !important;
}

.bh-margin-30 {
    margin: 30px !important;
}

.bh-margin-top10 {
    margin-top: 10px;
}

.bh-margin-bottom10 {
    margin-bottom: 10px;
}

.bh-margin-right10 {
    margin-right: 10px;
}

.bh-margin-left0 {
    margin-left: 0;
}

.bh-margin-left10 {
    margin-left: 10px;
}

.bh-margin-top15 {
    margin-top: 15px;
}

.bh-margin-bottom15 {
    margin-bottom: 15px;
}

.bh-margin-right15 {
    margin-right: 15px;
}

.bh-margin-left15 {
    margin-left: 15px;
}

.bh-noPadding {
    padding: 0 !important;
}

.bh-noPadding-right {
    padding-right: 0 !important;
}

.bh-noPadding-left {
    padding-left: 0 !important;
}

.bh-noPadding-top {
    padding-top: 0px !important;
}

.bh-noPadding-bottom {
    padding-bottom: 0px !important;
}

.bh-noMargin {
    margin: 0 !important;
}

.bh-noBorder {
    border: none !important;
}

.bh-noBorder-radius {
    border-radius: 0px !important;
}

.bh-overflow-hide {
    overflow: hidden;
}



/**********************grid**************************/

.bh-grid {
    min-height: 200px;
    display: block !important;
    overflow-y: auto;
}

    .bh-grid .bh-header {
        background: #22395A;
        color: #fff;
        padding: 8px 10px;
    }

    .bh-grid .bh-row {
        background: #DEDEDE;
        padding: 5px 10px;
        margin: 2px 0;
    }

        .bh-grid .bh-row > div {
        }
/*********************tabs **************************/
#bh-tab {
    background: #007b5e;
    color: #eee;
}

    #bh-tab h6.section-title {
        color: #eee;
    }

    #bh-tab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: #756ddc;
        background-color: #b55d62 !important;
        border-color: transparent transparent #f3f3f3;
        font-size: 20px;
        font-weight: bold;
    }

    #bh-tab .nav-tabs .nav-link {
        background-color: #cdadad;
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
        color: #eee;
        font-size: 20px;
    }

.bh-text-line-trhough {
    text-decoration: line-through;
}




@media screen and (max-width: 580px) {

    .table {
        display: block;
    }

    .wrapperTable .header {
        padding: 0;
        height: 35px;
    }

        .wrapperTable .header .cell {
            /*display: none;*/
        }

    .wrapperTable th:not(.d-none), .wrapperTable td:not(.d-none) {
        display: block !important;
    }

    .wrapperTable tbody .cell:before {
        margin-bottom: 3px;
        content: attr(data-title);
        min-width: 98px;
        font-size: 10px;
        line-height: 10px;
        font-weight: bold;
        text-transform: uppercase;
        color: #969696;
        display: block;
    }
}