body {
    /* background:#f8f8f8;*/
    font-family: 'Raleway', sans-serif;
    /* font-size: 14px; */
    /* font-weight: 400; */
    /* line-height: 20px; */
}


/*start main rules*/


/*body{
    background-color:#F4F4F4 ;
}*/

.asterisk {
    position: absolute;
    right: 25px;
    top: 1px;
    color: #D20707;
    font-size: 30px;
}


/*end Main Rules*/


/*start new template*/

.bg-login-image {
    background: url(../images/logo-minicrm8.png);
    background-position: center center;
    background-size: unset;
    background-repeat: no-repeat;
}


/*end new template*/

.login {
    width: 300px;
    margin: 100px auto;
}

.login h4 {
    color: #888;
}

.login input {
    margin-bottom: 10px;
}

.login .form-control {
    background-color: #EAEAEA;
}

.login .btn {
    background-color: #008dde;
}


/*start bootstarp Edits*/

#menu {
    padding: 20px;
    /*display: flex;
    justify-content: space-between;*/
    align-items: center;
    /*transition: all 250ms ease-in;*/
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}


/*.on {*/


/*background-color: #f6f6f6 !important;*/


/*border-bottom: 1px solid #27a1e5 !important;*/


/*padding: 10px 0 !important;*/


/*}*/


/* .active {
    color: #fff !important;
} */

.navbar-dark .navbar-brand {
    color: rgba(255, 255, 255, .5);
}

.navbar-brand {
    margin-right: 0rem;
    font-size: 1rem;
    padding: 0.5rem 0.5rem;
}

.fair-nav .active {
    color: #D20707;
}

.ul-2 .dropdown>a:focus,
.ul-2 .dropdown>a:hover {
    background-color: #3498db;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .nav-item>a {
    transition: padding 0.5s ease;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .nav-item:hover>a {
    padding-left: 2.25rem;
}

.form-control {
    position: relative;
}

.fixed-menu {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    top: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: auto;
    width: 100%;
    padding: 0px 0px;
    /*background: #f6f6f6 !important;*/
    /*color: #425e78;*/
    z-index: 0;
    -webkit-box-shadow: 0px 13px 15px -12px rgba(35, 35, 35, 0.15);
    box-shadow: 0px 3px 20px rgba(black, 0.2);
    /*box-shadow: 0px 13px 15px -12px rgba(35,35,35,0.15);*/
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.table-hover tbody tr {
    transition: all 0.5s ease;
}

.table-hover tbody tr:hover {
    background-color: #c8e5e7;
}

.pdf-button {
    /*color: #d79191;*/
    /*color:#ff8207;
    background-color: transparent;
    border: none;*/
    /*color: #d79191; */
    color: #fff;
    background-color: #ff8207;
    /* border: none; */
}

.card {
    border: 1px solid #e3e6f0!important;
    border-radius: .35rem!important;
}

.card-header {
    background-color: #f8f9fc;
    border-bottom: 1px solid #e3e6f0;
}

.card-header:first-child {
    border-radius: calc(.35rem - 1px) calc(.35rem - 1px) 0 0;
}


/*new dashboard*/

.col-form-label {
    font-size: 0.98rem;
}


/*end bootstrap Edits*/


/*Start dashbord page*/

.home-stat .stat {
    background-color: #EEE;
    border: 1px solid #CCC;
    padding: 20px;
    font-size: 15px;
    color: #FFF;
    border-radius: 10px;
}

.home-stat .stat a {
    color: #FFF;
}

.home-stat .stat a:hover {
    text-decoration: none;
}

.home-stat .stat span {
    display: block;
}

.home-stat .st-members {
    /* background-color: #fb6b0d; */
    background-color: #3498db;
}

.home-stat .st-pendding {
    /* background-color: #3498db;*/
    /* background-color: #fb6b0d; */
    background-color: #ec6c19;
}

.home-stat .st-items {
    /* background-color: #d500f9; */
    background-color: #DA1C5D;
}

.home-stat .st-comments {
    background-color: #8a44ad;
}

.latest {
    margin-top: 30px;
}

.latest-users {
    margin-bottom: 0;
}

.latest-users li {
    padding: 10px;
    overflow: hidden;
}

.latest-users li:nth-child(odd) {
    background-color: #EEE;
}

.employee-part .add-visitor .fa-plus-circle {
    color: #9ddd81;
}

.employee-part .add-visitor a:hover,
.employee-part .view-visitor a:hover {
    background-color: #e6e6e6;
    border-color: #adadad;
}

.employee-part .view-visitor .fa-edit {
    color: #8fbed9d1;
    ;
}


/*.latest-users .btn-info {
    margin-left: 5px;
}*/


/*End dashbord page*/


/*strat members page*/

h1 {
    font-size: 55px;
    margin: 40px 0;
    font-weight: bold;
    color: #666;
}

.show-pass {
    position: absolute;
    /*right:-30px;
    top:6px;*/
    right: -12px;
    top: 10px;
}

.box {
    /*width:800px;*/
    margin: 0 auto;
}

.active_tab1 {
    background-color: #fff;
    color: #333;
    font-weight: 600;
}

.inactive_tab1 {
    background-color: #f5f5f5;
    color: #333;
    cursor: not-allowed;
}

.has-error {
    border-color: #cc0000;
    background-color: #ffff99;
}

.text-end {
    text-align: center;
    /*float: inline-end;*/
}

.text-end2 {
    text-align: end;
    /* float: inline-end;*/
}

.visitor-interesting fieldset {
    height: 100%;
}

.visitor-interesting fieldset .form-check-inline {
    width: 25%;
}


/*end members page*/


/*Start Categories Page*/

.btn-purple {
    color: #fff;
    background-color: #8e24aa !important;
}

.btn-unique {
    color: #fff;
    background-color: #880e4f !important;
}

.btn-unique:hover {
    color: #fff;
    background-color: #860449 !important;
    border-color: #640b3a !important;
}

.btn-purple:hover {
    color: #fff;
    background-color: #771491 !important;
    border-color: #771491 !important;
}


/* .categories .option {
   
   float: right;
   
} */

.categories .settingfaie {
    float: right;
}

.categories .settingfaie .addfair .btn {
    /* display: inline; */
    vertical-align: middle;
}

.categories .option a {
    color: #858796;
    text-decoration: none;
}

.categories .option span {
    color: #858796;
    cursor: pointer;
}

.categories .option .active {
    /* color:#D20707; */
    color: #e83e8c;
}

.add-fair:hover {
    color: #4e73df !important;
    /* background-color: #4e73df; */
}

.categories .card-body {
    padding: 0;
}

.categories .cat {
    padding: 5px 15px 8px 15px;
    position: relative;
    /* overflow: hidden; */
}

.categories .cat .heddin-button {
    /* position: absolute;
    top :7px;
    right:-276px;
    transition: all 0.5s ease-in-out; */
    position: absolute;
    top: 18px;
    right: 3px;
    transition: all 0.5s ease-in-out;
    opacity: 0%;
    /* transition: opacity 0.8s;*/
}

.categories .cat:hover .heddin-button {
    /*right:10px;*/
    /* right: 5px; */
    opacity: 100%;
    transition: all 1s ease-in-out;
}

.categories .cat:hover {
    background-color: #ebe6e67a;
}

.categories .cat:last-of-type~hr {
    display: none;
}

.categories .cat h3 {
    margin: 0;
    cursor: pointer;
    color: #858796;
    font-size: 1.5rem;
}

.categories .cat h3 .num-visitor,
#dashboard .num-visitor {
    font-size: 0.85rem;
    color: #e83e8c;
}

#accordionSidebar .num-visitor {
    font-size: 0.85rem;
    color: #e8d33e;
    padding: 0 29px;
}

.categories .cat .hidden {
    color: #888;
}

.categories .cat .full-view p {
    margin: 6px 0;
    font-size: 87.5%;
    /* color: #e83e8c; */
}

.categories .cat .visibility {
    background-color: #e56127;
    color: #FFF;
    padding: 4px 3px;
    margin-right: 6px;
    border-radius: 6px;
    line-height: 12px !important;
    text-align: center;
    font-size: 12px;
}

.categories .cat .commenting {
    background-color: #6683cc;
    color: #FFF;
    padding: 4px 3px;
    margin-right: 6px;
    border-radius: 6px;
    line-height: 12px !important;
    text-align: center;
    font-size: 12px;
}

.categories .cat .advirtising {
    background-color: #f13b3b;
    color: #FFF;
    padding: 4px 3px;
    margin-right: 6px;
    border-radius: 6px;
    line-height: 12px !important;
    text-align: center;
    font-size: 12px;
}

.categories hr {
    margin-top: 0rem;
    margin-bottom: 0rem;
    border: 1px;
    border-top: 2px solid rgba(0, 0, 0, .1);
}

.categories .add-category {
    margin-bottom: 15px;
    margin-top: 6px;
}


/*End Categories Page*/


/*Strat items page*/

#register_form span {
    font-size: 0.98rem;
}

.items-form .asterisk {
    display: none;
}

.management-btn {
    float: right;
    margin-bottom: -6px;
}

.form-search-wrap {
    display: none;
    border: 1px solid #5D8CAE;
    margin-bottom: 5px;
    /*padding: 2px;*/
}

.table-padding {
    padding: 3px;
    border: 1px solid #5D8CAE;
}

.report .btn-outline-danger {
    color: #ff8207;
    border-color: #ff8207;
}

.report .btn-outline-danger:hover {
    color: #fff !important;
    background-color: #ff8207;
    border-color: #ff8207;
}

.fair-visitors,
.users-info,
.fair-manage,
.visitors-manage,
.visitor-data {
    margin-top: 15px;
}

.color-categoriezed h6 {
    font-size: 12px;
    FONT-WEIGHT: bold;
    /* margin: .5rem; */
    line-height: 23px;
}


/* #login_details .first-col label{
    padding-right: 15px;
} */


/*End Items page*/


/*pdf page*/

.color-pdf {
    color: #D20707;
}


/*end pdf page*/


/*START charts page*/

#container {
    width: 100%;
    /*top: 35px;*/
    /* bottom: 0;*/
}


/*END charts page*/


/* start data table*/

#table_id tbody {
    /*color: #666e70;*/
    font-size: 14px;
    font-weight: 500;
}

#table_id thead {
    font-size: 14px;
}

.table td,
.table th {
    vertical-align: middle;
}

.table thead th {
    vertical-align: top;
}

.table td>a:hover {
    text-decoration: none;
}

#table_id .btn-outline-secondary {
    border-color: #eeeeee;
}

#table_id .btn-outline-danger {
    border-color: #efebeb;
}


/* end data table */


/*start scroll up*/

.dmtop {
    background-color: #056f80;
    /*#3C3D41;*/
    /*#bfe0e54d;*/
    /*#0594a9;*/
    /* background-color: #3C3D41;*/
    border-bottom: 1px solid #ff8207!important;
    z-index: 100;
    width: 50px;
    height: 50px;
    line-height: 47px;
    position: fixed;
    bottom: -100px;
    border-radius: 3px;
    /* right: 50px; */
    right: 30px;
    text-align: center;
    font-size: 28px;
    color: #ffffff !important;
    cursor: pointer;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.dmtop:hover {
    background-color: #bfe0e54d;
    color: #056f80 !important;
}


/*end scroll up */


/*table */


/* start search-ok for the form search in fair page*/

#search-ok {
    float: right;
    height: 40px;
    text-align: center;
    width: 92px;
    margin: 5px;
}


/*end search-ok for the form search in fair page*/


/*a link in the table : change the color*/

#table_id a,
#table_id2 a {
    color: #212529;
}


/*a link in the table : change the color*/


/* for Print */

.for-print,
#visitor-details br {
    display: none;
}

@media print {
    .for-screen {
        display: none;
    }
    .for-print,
    #visitor-details br {
        display: block;
    }
}


/* end print */


/* button control for visitor's details */

#buttons-control a:not([href]) {
    color: #28a745;
}

#buttons-control a:not([href]):hover {
    color: #fff;
}


/*start top*/

.small {
    font-size: 85%;
}


/*end top*/


/*end button control*/


/*media query */

@media only screen and (max-width: 600px) {
    /* h1{ font-size: 1em;} */
    h1,
    h3,
    h4 {
        font-size: 1em;
    }
    .btn {
        font-size: 0.5rem;
    }
    #table_id thead {
        font-size: 0.5em;
    }
    .home-stat .stat {
        font-size: 13px;
    }
    .latest-users .fair-name {
        width: 100%!important;
        margin-bottom: 2px;
        font-size: 14px;
        font-weight: 600;
    }
    .order-view,
    .full-view {
        font-size: 0.75rem;
    }
    .chart-page h6 {
        font-size: 0.95rem;
    }
}


/*end media query */