|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283 |
- @font-face {
- font-family: 'IRANSansWeb';
- font-style: normal;
- font-weight: 400;
- src: url('../fonts/IRANSansWeb_fanum.eot');
- src: url('../fonts/IRANSansWeb_fanum.eot?#iefix') format('embedded-opentype'),
- /* IE6-8 */
- url('../fonts/IRANSansWeb_fanum.woff2') format('woff2'),
- /* FF39+,Chrome36+, Opera24+*/
- url('../fonts/IRANSansWeb_fanum.woff') format('woff'),
- /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
- url('../fonts/IRANSansWeb_fanum.ttf') format('truetype');
- }
-
- body ,
- h1,
- h2,
- h3,
- h4,
- h5,
- h6 {
- font-family: "IRANSansWeb" !important;
-
-
- }
- .sidebar {
-
- right: 0;
- left: auto;
-
- }
-
- .page-wrapper {
- margin-left: 0px;
- margin-right: 240px;
-
- }
-
- .sidebar .sidebar-menu>ul>li>a span {
- margin-left: 1px;
- margin-right: 10px;
- }
-
- .header .header-left {
- float: right;
- }
-
- .user-menu {
- float: left;
- }
-
- .top-nav-search {
- float: right;
- margin-right: 15px;
-
- }
-
- .user-img {
- margin-left: 3px;
- margin-right: 0px;
- }
-
- .top-nav-search .btn {
- right: auto;
- left: 0;
-
- }
-
- .top-nav-search .form-control {
-
- padding: 10px 15px 10px 50px;
- }
-
- table.dataTable thead>tr>th.sorting_asc,
- table.dataTable thead>tr>th.sorting_desc,
- table.dataTable thead>tr>th.sorting,
- table.dataTable thead>tr>td.sorting_asc,
- table.dataTable thead>tr>td.sorting_desc,
- table.dataTable thead>tr>td.sorting {
- padding-left: 30px;
- padding-right: 10px;
- }
-
- table.dataTable thead .sorting:before,
- table.dataTable thead .sorting_asc:before,
- table.dataTable thead .sorting_desc:before,
- table.dataTable thead .sorting_asc_disabled:before,
- table.dataTable thead .sorting_desc_disabled:before {
- left: 1em;
- right: auto;
-
- }
-
- table.dataTable thead .sorting:after,
- table.dataTable thead .sorting_asc:after,
- table.dataTable thead .sorting_desc:after,
- table.dataTable thead .sorting_asc_disabled:after,
- table.dataTable thead .sorting_desc_disabled:after {
- left: 0.5em;
- right: auto;
-
- }
-
- .sidebar-menu .menu-arrow {
- left: 15px;
- right: auto;
- }
-
- .sidebar-menu ul ul a {
- text-align: right;
- }
-
- .sidebar-menu ul ul a {
-
- padding: 7px 30px 7px 30px;
- }
-
- .sidebar-menu ul ul ul a {
- padding-left: 10px;
- padding-right: 55px;
- }
-
- .sidebar-menu ul ul ul ul a {
- padding-left: 10px;
- padding-right: 85px;
- }
-
- .table.table-center td,
- th {
- text-align: right;
-
- }
-
- .topnav-dropdown-header .notification-title {
- float: right;
-
- }
-
- .topnav-dropdown-header .clear-noti {
- float: left;
- }
-
- .user-header .user-text {
- margin-right: 10px;
- margin-left: 0px;
- text-align: right;
- }
-
- .card .card-title,
- .card .card-text,
- .card .card-body {
- text-align: right;
- }
-
- .breadcrumb-item.active {
- padding-right: 0.5rem;
- padding-left: 0
- }
-
- .breadcrumb-item+.breadcrumb-item::before {
- padding-right: 0;
- padding-left: 0.5rem;
- }
-
- .input-group>.input-group-append>.btn,
- .input-group>.input-group-append>.input-group-text,
- .input-group>.input-group-prepend:first-child>.btn:not(:first-child),
- .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
- .input-group>.input-group-prepend:not(:first-child)>.btn,
- .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
- border-top-left-radius: .25rem;
- border-bottom-left-radius: .25rem;
- }
-
- .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
- .input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
- .input-group>.input-group-append:not(:last-child)>.btn,
- .input-group>.input-group-append:not(:last-child)>.input-group-text,
- .input-group>.input-group-prepend>.btn,
- .input-group>.input-group-prepend>.input-group-text {
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
- border-top-right-radius: .25rem;
- border-bottom-right-radius: .25rem;
- }
-
-
- .input-group>.custom-select:not(:first-child),
- .input-group>.form-control:not(:first-child) {
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
- border-top-left-radius: .25rem;
- border-bottom-left-radius: .25rem;
-
- }
-
- .input-group>.custom-select:not(:last-child),
- .input-group>.form-control:not(:last-child) {
- border-top-left-radius: 0;
- border-bottom-right-radius: 0;
- border-top-right-radius: .25rem;
- border-bottom-right-radius: .25rem;
- }
-
- .input-group-prepend {
- margin-left: -2px;
- margin-right: 0px;
- }
-
- .custom-control-label::after,
- .custom-control-label::before {
-
- left: auto;
- right: -1.5rem;
- }
-
- .custom-control {
- padding-left: 0px;
- padding-right: 1.5rem;
- }
-
- .form-check-label {
-
- margin-right: 15px;
- }
-
-
- .custom-file-label::after {
- left: 0;
- right: auto;
- border-radius: 0.25rem 0 0 0.25rem;
- }
-
- .form-check-inline .form-check-input {
-
- margin-right: 0.3125rem;
- }
-
- .list-unstyled {
- padding-right: 0;
- text-align: right;
- }
-
- .invoice-info ,.profile-user-info{
- text-align: right;
- }
-
- .invoice-payment-details>li span {
- float: left;
- }
-
- .modal-header .close {
-
- margin: -1rem auto -1rem -1rem;
- }
-
- .form-group label {
- float: right;
- }
-
- .social-login>a {
- margin-left: 6px;
- }
-
- .cal-icon:after {
-
- left: 15px;
- right: auto;
- }
- @media only screen and (min-width: 992px){
- .mini-sidebar .page-wrapper {
-
- margin-left: 10px
-
- }
-
- .mini-sidebar .page-wrapper{
- margin-right: 90px;
- }
- }
-
|