
/* کلاسهای بوت خودم */
.nrp {
    padding-right: 0 !important;
}
.nlp {
    padding-left: 0 !important;
}
.mb10 {
    margin-bottom: 10px;
}
.mb8 {
    margin-bottom: 8px;
}
.mt8 {
    margin-top: 8px;
}
.mt10 {
    margin-top: 10px;
}
.pd8 {
    padding: 8px;
}
.pt8 {
    padding-top: 8px;
}
.pd20 {
    padding: 20px;
}
.bgwhite {
    background: #fff;
    border: 1px solid #e6e6e6;
}
.bgwhiteb {
    padding: 10px
}
.border {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 4px 15px;
}
.radius {
    border-radius: 3px;
}
.san {
    font-family: san ;
}
.height42 {
    height: 42px;
    line-height: 31px;
}
.h43 {
    height: 43px;
}
.tac {
    text-align: center;
}
.breadcrumb {
    margin-bottom: 10px !important;;
}
.bor .module-content {
    border: 1px solid #eee;
}
.page-header {
    padding-bottom: 0;
    margin: 20px 0 21px;
    border-bottom: 1px solid #eee;
}
.saye {
    box-shadow: 1px 1px 16px #e6e6e6;
}
.br4 {
    border-radius: 4px;
}

/* شرط وسط چین در اندازه های مختلف بوت */
/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
    .tax {
        text-align: center;
    }
    /* قراردادن عکس و ماژول دقیقا در وسط موقعیت*/
    .cb {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .text-justify-md {
        text-align: justify;
    }

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .text-justify-lg {
        text-align: justify;
    }
}