/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/

@media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio: 0) {
    @media {
        body, .label, h1, h2, h3, h4, h5, h6, .dropdown-menu {
            font-family: "Times New Roman", Times, serif, Open Sans, arial, sans-serif;
        }
    }
}

@font-face {
    font-family: 'WYekan';
    src: url('../../../fonts/yekan-webfont.eot') format('eot'),
    url('../../../fonts/yekan-webfont.woff') format('woff'),
    url('../../../fonts/yekan-webfont.ttf') format('truetype'),
    url('../../../fonts/yekan-webfont.svg') format('svg'),
    url('../../../fonts/yekan-webfont.eot?#iefix') format('embedded-opentype'),
    url('../../../fonts/yekan-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'BKoodakBold';
    src: url('../../../fonts/BKoodakBold.eot?#') format('eot'),
    url('../../../fonts/BKoodakBold.woff') format('woff'),
    url('../../../fonts/BKoodakBold.ttf') format('truetype'),
    url('../../../fonts/BKoodakBold.svg') format('svg')
}

a.cke_dialog_tab[title='انتقال به سرور'] {
    display: none !important;
}

.ltr {
    direction: ltr;
}

/*
body {
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
}

.page-sidebar .page-sidebar-menu > li.active > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a, .page-sidebar .page-sidebar-menu > li > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a, .dashboard-stat .details .desc, .page-sidebar .page-sidebar-menu > li.open > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.open > a, .page-sidebar .page-sidebar-menu .sub-menu li > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li > a, .panel-title {
    font-size: 13px;
}

label, .form-control, .nav-tabs > li > a, .nav-pills > li > a, .table thead tr th {
    font-size: 12px;
}

.dashboard-stat .details .number {
    font-size: 28px;
}*/

#tab-notifications .feeds li .col1 > .cont {
    margin-left:0;
}

#tab-notifications .feeds > li a , #tab-notifications .feeds > li a .desc {
    text-decoration: none;
}

.w100 {
    width: 100%;
}

.font-weight-bold {
    font-weight: bold;
}

.font-weight-bolder {
    font-weight: bolder;
}

.select2-drop {
    z-index: 99999 !important;
}

.d-block {
    display: block;
}
.d-inline {
    display: inline;
}
.d-inline-block {
    display: inline-block;
}
.printPdf .hidden-print {
    display: none;
}

.word-break {
    word-break: break-word;
}
