.hide{
    display: none;
}

.navbar-brand h2{
    font-size: 18px;
}
.navbar-brand{
    padding-left: 0 !important;
    padding-right: 0;
}

.main-after-header{
    min-height: 600px;
}

.login-popup .form-control {
    min-height: 4.4rem;
}

.login-popup .form-group {
    margin-bottom: 2.6rem;
}

.login-popup #sign-in {
    font-size: 14px;
    font-weight: bold;

}

.tab-content > .active {
    visibility: visible;
    opacity: 1;
    height: auto;
    position: relative;
    z-index: auto;
}

.alignCenter {
    text-align: center;
}

.login-page .login-popup {
    margin: 4.2rem auto 5rem;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.login-popup {
    max-width: 50rem;
    padding: 3.3rem 5rem 2.6rem;
}

.btn-block{
    display: block;
    width: 100%;
}

.form-group label{
    display: block;
    padding: 10px 0;
}
.time-holder-header{
    direction: rtl;
    text-align: left;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    font-family: iransans !important;
}
.navbar-nav-header{
    width: 100%;
    justify-content: center;

}
.btn-reserve-header{
    width: 150px;
}
.navbar-nav .dropdown-menu{
    text-align: right;
}
.dropdown-toggle::after{
    vertical-align: middle;
    margin-right: 10px;
}
.clients-comments img{
    border-radius: 15px !important;
}








.pnl_item_holder i {
    font-size: 32px;
    margin-bottom: 10px;
}
.dashboardLeftContentHolder a {
    color: #082ef7;
    box-shadow: #fff 0px 0px 8px -1px;
}
.pnl_item_holder a {
    padding: 55px 2px;
    display: block;
    font-size: 14px;
    border: solid 1px #358e97;
    border-radius: 10px;
    background: #06bbcc;
    margin: 10px 0;
    font-weight: bold;
    font-family: Vazir-Medium !important;
    color: #fff;
    transition: all 0.5s;
}
.pnl_item_holder a:hover {
    background: #628b8f;
    color: #fff;
}
.dashboardLeftContentHolder {
    margin-bottom: 25px;
    text-align: center;
}
.dashboardLeftContentHolder {
    margin-bottom: 25px;
    text-align: center;
}

.cats_holder a {
    display: block;
    padding: 10px;
    background: #06bbcc;
    border: solid 1px #cff3ff;
    margin: 5px;
    border-radius: 20px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
}
.cats_holder a:hover {
    background: #628b8f;
    color: #fff;
}

.userNavHolder{
    padding: 20px;
    font-weight: bold;
}

.notFoundHolder {
    text-align: center;
    color: #666;
    padding: 15px 5px;
}
.notFounfFilesHolder {
    padding: 95px 0 !important;
    background: #efefef;
    box-shadow: #999 1px 0px 6px;
}

.notFoundHolder {
    padding: 15px;
    text-align: center;
    color: #888;
}

.catFilesHolder {
    min-height: 600px;
}

.fileItemHolder, .test_items_holder {
    background: #ccedfb;
    margin: 5px;
    border-radius: 15px;
    color: #05495a;
    overflow: hidden;
    margin-bottom: 30px;
    height: auto;
    position: relative;
    padding: 15px;
}

.rightErrorHolder{
    font-weight: bold;
    margin-top: 25px;
}
.errorsHolder{
    color: red;
    text-align: center;
}

.messItemRow{
    padding: 10px 5px;
    background: #888;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    
}