

@font-face{
    font-family: 'SuisseIntl';
    src: url('../fonts/SuisseIntl-Regular.ttf');
    font-weight: normal;
}
@font-face{
    font-family: 'SuisseIntl';
    src: url('../fonts/SuisseIntlBold.ttf');
    font-weight: bold;
}
/*@font-face{
    font-family: 'SuisseIntl';
    src: url('../fonts/SuisseIntl-Light.otf');
    font-weight: lighter;
}*/
*{
	font-family: 'SuisseIntl' !important;
  font-size: 14px;
}
body{
  color:var(--black);
  background-color:var(--white);
}
.header-light .navbar .sidebar-toggle{
  border-color: var(--black);
}
#login-page .card{
  box-shadow: 0px 0px 15px #e8e8e8;
}
.navbar .navbar-right .navbar-nav .notifications-menu > .dropdown-menu{
  max-height:300px;
  overflow: auto;
}
.navbar{
	padding-left:0;
  border-bottom-color: var(--black);
  border-top:3px solid var(--black);
}
.navbar .sidebar-offcanvas-toggle, .navbar .sidebar-toggle{
  border-left-color: var(--black) !important; 
  color: var(--black);
  transition: 0.3s;
}
.navbar .sidebar-offcanvas-toggle, .navbar .sidebar-toggle:hover{
  color: var(--primary);
  transition: 0.3s;
}
.navbar .navbar-right .navbar-nav .notifications-menu .dropdown-toggle{
  border-left-color: var(--black) !important; 
  border-right-color: var(--black) !important; 
  color: var(--black);
  transition: 0.3s;
}
.navbar .navbar-right .navbar-nav .notifications-menu .dropdown-toggle:hover{
  
  color: var(--primary);
  transition: 0.3s;
}
.navbar .navbar-right .navbar-nav .right-sidebar-2-menu i,
.navbar .navbar-right .navbar-nav .user-menu .dropdown-toggle:after{
 color: var(--black);
  transition: 0.3s; 
}
.header-light .navbar .navbar-right .navbar-nav .user-menu .dropdown-toggle > span{
  color:var(--black);
  font-weight:bold;
}
.navbar .navbar-right .navbar-nav .notifications-menu .dropdown-toggle:after{
  border-color:var(--primary);
}
.navbar .navbar-right .navbar-nav .right-sidebar-2-menu i:hover{
 color: var(--primary);
  transition: 0.3s; 
}
.navbar .navbar-right .navbar-nav .right-sidebar-2-menu{
  border-left: 1px solid var(--black);
}
.search-form.d-none.d-lg-inline-block button i{
  font-size:25px;
  color:var(--black);
}
.header-light .navbar .search-form .btn, .header-light .navbar .search-form .input-group input.form-control{
  color:var(--black);
  font-size:14px;
}
.navbar .navbar-right .navbar-nav li > .dropdown-menu{
  border-color:#919192;
  border-radius: 0;
}
.navbar .dropdown-menu > li a,
.navbar .dropdown-menu li.dropdown-header small{
  color:var(--black);
}
.navbar .dropdown-menu li.dropdown-footer,
.navbar .dropdown-menu li.dropdown-header{
  border-color:var(--black);
  color:var(--black);
}
.right-sidebar-container-2 .right-sidebar-2-header{
  background-color:var(--secondary);
  color:var(--white);
}
.btn{
  border-radius: 0px;;
}
.widget-block i{
  font-size:2rem;
}
.right-sidebar-2-body{
  background-color:var(--primary);
  color:var(--white);
  height:100%;
}
.right-sidebar-container-2 .right-sidebar-2-subtitle{
  color:var(--white);
}
.content-wrapper{
  background:var(--white);
}
.alert{
  border-radius:0;
}
.btn-primary{
  background-color:var(--primary);
  border-color:var(--primary);
  border-radius:0;
  transition: 0.3s;
}
.btn-primary:hover,
.btn-primary:focus{
  background-color:var(--white);
  border-color:var(--primary);
  color:var(--black);
  transition: 0.3s;
}
.card{
  border-radius:0;
  border:0;
  /*border-bottom:1px solid var(--black);*/
}
.card-header{
  border:0;
  border-top:3px solid var(--black);
}
.card-header h2{
  padding:0 1.88rem;
}
.card-header:first-child{
  border-radius:0;
}
.card-default .card-header{
  padding-left:0;
  padding-right:0;
}
.expendable-data-table .table thead th, .basic-data-table .table thead th, .hoverable-data-table .table thead th, .responsive-data-table .table thead th{
  border-bottom:1px solid var(--black);
}
.table th{
 border-top:1px solid var(--black); 
}
.table th, .table td{
 border-bottom:1px solid var(--black);
 /*border-top:1px solid var(--black); */
}
.form-control,
.form-group .form-control{
  
  border:1px solid var(--black);
  border-radius:0;
  transition: 0.3s;
  height:32px !important;
  margin-bottom:10px;
}
.form-control:focus,
.form-control:hover {
    color: var(--black);
    background-color: #ffffff;
    border-color: var(--black);
    outline: 0;
    box-shadow: none;
    transition: 0.3s;
}
.widget-media{
  border-radius:0px;
}
.card-default .card-header-border-bottom,
.nav-tabs{
  border:0;
}
.card-default .card-header-border-bottom h2{
  font-weight:bold;
}
.table thead th,
.trumbowyg-box, .trumbowyg-editor{
    border-color: var(--black);
}
.footer{
    border-top:1px solid var(--black);
    border-bottom:3px solid var(--black);
}
.custom-file-label{
  border-color:var(--black);
}

.nav-tabs.nav-style-border .nav-item .nav-link:after{
  background:var(--black);
}
.border-bottom {
  border-color:var(--black) !important;
}
.mdi.mdi-close{
  font-weight: bold;
}
/*Select2*/
.select2-container .select2-selection--single{
  height:32px !important;
  margin-bottom:10px;
  border:1px solid var(--black);
}
.select2-container--default .select2-selection--multiple{
  border:1px solid var(--black);
  margin-bottom:10px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
 border:1px solid var(--black);
  border-bottom:1px solid var(--black); 
}
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single{
  border-radius:0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
  border-color:var(--primary) transparent transparent transparent;
}
.users .card.card-default{
  border:1px solid var(--black);
  border-radius:5px;
  /*overflow: hidden;*/
}
.border{
  border:1px solid var(--black) !important;
}
@media (min-width: 992px) {
  .profile-content-right {
    border-top: 0px;
    /*border-right: 1px solid var(--black); */
    } }

.nav-tabs{
  /*border-bottom:1px solid var(--black);*/
}
.pagination li a{
  padding-top:1.3rem !important;
}
.pagination li a.previous,
.pagination li a.next{
  padding:1rem 1.25rem;
}
.toast-top-left{
  margin-left:20px;
}
#toast-container{
	z-index: 99999;
}
.toast-warning{
	background: var(--warning) ;
}
.toast-info{
	background: var(--info);
}
.toast-error{
	background: var(--danger);
}
.app-brand{

  background-color: var(--white);
  border-top:3px solid var(--black);
  border-bottom:1px solid var(--black);
  border-left:1px solid var(--black);
  padding-bottom:1px;
  color:var(--black);
}
.app-brand .brand-name{
  color: var(--black);
  font-weight:bold;
}
.app-brand .brand-icon{
  max-width: 50px;
}
.sidebar .sidebar-inner > li > a:before{
  background:var(--secondary);
}
.card-header h3{
  font-weight:bold;
}
.sidebar-dark .left-sidebar  .layout-c{

  /*position: absolute;
  top:0;
  right:0;
  width: 100%;
  height:100%;
  opacity: 1;
  z-index: 99999*/
  /*background-color:var(--primary);
  opacity: 0.2;*/

}
.sidebar .sidebar-inner > li > a,
.sidebar-dark .sidebar .sub-menu > li > a{
  color:var(--black);
}
.sidebar-dark .sidebar .nav > li.active > a,
.sidebar .nav > li.active > a i,
.sidebar-dark .sidebar .sub-menu > li.active > a, .sidebar-dark .sidebar .sub-menu > li.active > a:focus, .sidebar-dark .sidebar .sub-menu > li.active > a:hover, .sidebar-dark .sidebar .sub-menu > li > a:focus, .sidebar-dark .sidebar .sub-menu > li > a:hover{
  color:var(--black);
  font-weight:bold;
}
.sidebar-dark .sidebar .sub-menu{
  background:#fbfbfb;
}

/*Start General Style*/
aside #sidebar .slimScrollDiv,
.sidebar-dark .left-sidebar{
  background:var(--white);
}
aside #sidebar .sidebar-scrollbar{
  /*background: var(--white);
  background:rgba(10, 11, 9, 0.1);*/
  background:rgba(10, 11, 9, 0.05);
  border-left:0.19rem solid #000;
}
.breadcrumb.breadcrumb-inverse{

	border-color: rgba(228, 237, 255, 0.5);
    background-color: rgba(228, 237, 255, 0);
}
.current-currency{
  font-size:11px;
}
.text-status{
  font-weight: bold;
}
.text-status.gray{
  color:var(--gray) !important;
}
.text-status.secondary{
  color:var(--secondary) !important;
}
.text-status.primary{
  color:var(--primary) !important;
}
/*End General Style*/
/*Start Login Style*/
#login .code{
	display: none;
}
#login-page .card-header{
  padding:0;
}
#login-page .card-header .app-brand{
  border:0;
  font-size:1.5rem;
  padding:20px 0;
}
#login-page .icon{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom:70px;
}
#login-page .card{
  border-bottom:1px solid var(--black);
}
#login-page .icon img{
  width:150px;
  height:100px;

}
/*End Login Style*/

/*Start Table Stye*/
table.even-odd tr.even{
  background-color:var(--gray-light);
}

table.datatable tr td{
  font-size:14px;
}
/*End Table Style*/
/*Start Form Style*/
.custom-fieldset{
	display: block;
	width:100%;
}
.x-switcher{
  width: 50px;
  height: 21px;
  float:left;
}
.x-switcher .switch-input:checked ~ .switch-handle{
  right:30px;
}
.x-switcher .switch-handle{
  top: 2px;
  right: 3px;
  width: 18px;  
  height: 18px;
}
.select2-container{
  width:100% !important;
}
span.strick{
  color:var(--danger);
  position: relative;
}
span.strick span{
  position: absolute;
    top: -6px;
    left: -10px;
    font-size: 20px;
}
/*End Form Style*/

/*Start Contact Style*/
.user > div {
  overflow-x: auto;
}
.user span{
  word-wrap: break-word;
}
.user .p-4{
  padding: 1.5rem 0.5rem !important;
}
.user .user-image{
  width: 70px;
  /*height:100px;*/
}
.section-status {
  display: none;
}
.close1{
  background-color:#fdeaeaeb;
  border-color:#e8010126;
  box-shadow: 0 0 10px #e8010126;
}
/*End Contact Style*/

/*Start Invoice Product*/
.text-gray{
  color: var(--gray);
}
.card-products .card-header h3,
.card-products .card-header .add-product{
  width: 50%;

}
.card-products .card-header .add-product{
  text-align: left
}
.card-products .card-header .add-product > span{
  cursor: pointer;
  color:var(--primary);
  transition: 0.4s;
}
.card-products .card-header .add-product > span:hover{
  color:var(--success);
  transition: 0.4s;
}
.card-products .products .product{
  position: relative;
  padding-bottom:10px;
  margin-bottom:10px;
  /*border-bottom: 3px solid var(--black);*/
}
.card-products .products .product > div.side-1 {
  width:70%;
  padding-left:10px;
  border-left: 0px solid #CCC;
  float:right;
}
.card-products .products .product > div.side-2 {
  width:30%;

  padding-right:10px;
  float:left;
  max-width: var(--breakpoint-md); 
}
@media(max-width: 765px){
  .card-products .products .product > div.side-1 {
    width:100% !important;
    padding-bottom:10px;
    border:0;
    border-bottom: 1px solid #CCC;
    float:unset;
  }
  .card-products .products .product > div.side-2 {
    width:100% !important;
    padding-top:10px;
    float:unset;
    
  }
}
.free-button{
  position: absolute;
  top:-10px;
  left:-20px;
  color:var(--dark);
  cursor:pointer;
  /*padding:5px;*/
  padding:0 5px;
  border-radius:0px;
  transition: 0.5s;
}
.free-button > i{
  font-size:18px;

}
.free-button:hover{
  background-color:var(--primary);
  color:var(--white);
  transition: 0.5s;
}
.card-products .products .product > .delete-product{
  position: absolute;
  top:-10px;
  left:-20px;
  color:var(--dark);
  cursor:pointer;
  /*padding:5px;*/
  padding:0 5px;
  border-radius:0px;
  transition: 0.5s;
}
.card-products .products .product > .delete-product > i{
  font-size:18px;

}
.card-products .products .product > .delete-product:hover{
  background-color:var(--primary);
  color:var(--white);
  transition: 0.5s;
}
.total-price{
  text-align: left;
  font-size:16px;
  color:var(--primary);
}
.total-price span{
  margin:0 5px;
  font-size:18px;
}
.tags-with-price {
  /*padding-top:30px;*/
  /*position: relative;*/
}

.values .go-side{
  width:30%;
  padding-right:10px;
  /*border-right:1px solid #CCC;*/
  font-weight:bold !important;
  float:left;
}
.values .go-side .total{
  /*border-top:1px solid #CCC;*/
}
.values .go-side .row{
  margin-bottom:10px;
}
.values .go-side .row .value{
  text-align: left !important;
}
.tag-hidden-price{
  display: none;
}
/*Invoice View*/
.invoice .details .go-side .row{
  margin-bottom:10px;
}

.text-bold{
  font-weight: bold !important;
}
.no-border{
  border: 0px !important;
}
.invoice .invoice-style {
  color:var(--black);
  
  border-top:2px solid var(--black);
}
.invoice .invoice-style > .row{
  margin:0 !important;
}
.invoice .invoice-style > .row > div{
  padding:7px 0px;
  
  border-bottom:1px solid var(--black);
}
.invoice .invoice-style .tag div{
  /*font-size:12px !important;*/
}
.invoice .invoice-style .note span{
  /*font-size:12px !important;*/
}
.invoice-button {
  padding:10px 0;
  /*border-bottom:2px solid var(--black);
  border-top:2px solid var(--black);*/
}
.invoice-button > .row > div:first-child > a{
  margin-left:10px;
  font-size:16px;
  font-weight:bold;
}
.invoice-button > .row > div:first-child > a:hover{
  color:var(--secondary);
}
.invoice-button > .row > div:first-child > a:last-child{
  margin-left: 0;
}
.invoice-button > .row > div:nth-child(2){
  text-align: left !important;
}
.invoice-button > .row > div:nth-child(2) > a{
  /*width:100px;
  height:100px;*/

  /*border:1px solid var(--primary);*/
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  padding:0 8px;
  border:1px solid #fff;
  border-radius: 0px;
}
.invoice-button > .row > div:nth-child(2) > a i{
  /*color:var(--primary);*/
  font-size:20px;

}
.invoice-button > .row > div:nth-child(2) > a:last-child{
  margin-right:10px;
}
.invoice-button > .row > div:nth-child(2) > a:hover{
  border:1px solid var(--primary);
  /*background-color:var(--gray);*/
}

.delete-payment .delete{
  cursor: pointer;
  position: absolute;
  top:4px;
  left:20px;
}
.delete-payment .payed{
  cursor: pointer;
  position: absolute;
  top:4px;
  left:50px;
}
.product-description > div {
  padding:0 !important;
}
.product-description div , 
.product-description div span {
  font-size:12px !important;

}
.product-description  .col-sm-10:last-child{
  border-bottom:1px solid var(--black) !important;
}
.invoice-style.products .product > div {
  padding-bottom:0 !important;
}
.invoice-style .content-oneline{
  padding-left:37px;
  padding-right:0;
}

.nav-tabs .nav-item .nav-link.active{
  color:var(--black);
  font-weight:bold;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
  background-color:transparent;
  border-color:transparent;
}
.card-products .card-body{
  padding-right:0;
  padding-left:0;
}

/*End Invoice Product*/
/*Start Ticket Style*/
.buttons{
  text-align: left;
  margin:20px 0;
}
/*Discussion Style*/
.discussion h2 > a{
  font-size:25px ;
}
.discussion-content > div > label{
  font-size:18px;
  text-decoration: underline;
}
.discussion-content > div > div{
  padding-right:10%;
  color:var(--dark);
}

/*Chat Style*/
.chat {
  
  border-radius:0;
}
.chat .chat-right-side .chat-right-content {
    padding: 0.5rem;
}
.media .media-right .media-body{
  padding-right:0;
  padding-left:10px;
}
#chat-form > div{
  float:right;
  display: block;
}
#chat-form > div.message{
  width:90%;

}
#chat-form > div.attach-icon{
  width:10%;

}
#chat-form{
  background-color: var(--white);
  padding-top:30px;
}
#chat-form > div.attach-icon span{
  position: relative;
  display: block;
  width:29px;
  height:38px;

}
.chat .chat-right-side .slimScrollDiv, .chat .chat-right-side #chat-right-content{
  height: unset !important;
  overflow: visible;
}
.chat .chat-right-side{
  border:0;
}
#chat-form > div.attach-icon span i{
  font-size:30px;
  color:#888;
}
.chat-right-content{
  padding:1.5rem 0;
}
.chat .chat-right-side img{
  border-radius:4px;
}
#chat-form > div.attach-icon span input{
  position: absolute;
  width: 100%;
  height:100%;
  top:0;
  left:0;
  opacity: 0;
  z-index: 9999;
}
.media .media-body {
  padding-right:10px;
}
.media .media-body .date-time{
  padding-right:0;
}
.media .media-body h5{
  font-size:14px;
  margin-bottom: 10px;
}
.media .media-body a.file{
  width: 120px;
  height:80px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #0984e3;
  border:1px solid #CCC;
  border-radius:5px;
  font-size:20px;
  font-weight:bold;
  color: var(--white);
}
.media .media-body .file-name{
  font-size:12px;

}
/*Brief*/
.question-box{
  border-bottom:3px solid var(--black);
  padding:10px 0;
  margin-bottom: 40px
}
.question-box .question{
  border-bottom: 1px solid var(--black);
  margin-bottom: 10px;
  font-weight: bold
}
.answer-text{
  /*margin-right:-20px;*/
}

/*End Ticket Style*/

/*Start Client Style*/
.company-data > .row {
  /*border-bottom:1px solid var(--black);*/
}
.profile-content-right .buttons{
  text-align: right;
  margin-top:0;
  /*padding:0 10px;*/
  margin-right:3rem;
}
.profile-content-right .buttons a{
  font-weight:bold;
  font-size:16px;
  margin-left:20px;
}
.profile-left{
  border-left:1px solid var(--black);
}
.tab-pane {
  margin:0 2rem;
}
#wallet .list {
  /*border-right: 2px solid var(--black);*/
  padding-right:10px;
  padding-left:10px;
}
#wallet .list > .row{
  display: block;
  padding:10px 15px;
  padding-left:25px;
  border-radius:0px;
  background-color:#CCC;
  margin:10px 0;
  margin-right:15px;
  position: relative;
  overflow: visible;
}
#wallet .list > .row.red{
  background-color: #ffe6e6;
}
#wallet .list > .row.green{
  background-color:#d5ffde;
}
#wallet .list > .row p,
#wallet .list > .row p span{
  font-size:12px;
}
#wallet .list > .row .icon{
  position: absolute;
  top:6px ;
  right:-18px;
}

#wallet .list > .row .icon i{
  color:#CCC !important;
  font-size:20px;
}
#wallet .list > .row .delete-payment{
  position: relative;
}
#wallet .list > .row .delete-payment span.delete{
  position: absolute;
  top: -7px;
  left: -18px;
}
#wallet .list > .row .delete-payment span.delete i{
  color: var(--black) !important;
  font-size:12px;
}
.sidebar-fixed-offcanvas .sidebar-with-footer, 
.sidebar-fixed .sidebar-with-footer{
  padding-bottom:0 !important;
}
#wallet .list > .row .delete-payment
#timeline .media .media-body{
    padding: 10px;
    background-color: #efefef;
    color: var(--black);
    border-radius: 0px;
}
#timeline .media .media-body p{
  padding-top:1rem;
}
.tickets-list .row{
  padding-top:10px;
  padding-bottom:10px;
  border-bottom:1px solid var(--dark);
}
.client-ticket thead tr{
  border-top:2px solid var(--black);
  border-bottom:2px solid var(--black);
}
.client-ticket thead tr th{
  font-weight:bold;
  padding:10px 0;
}
.client-ticket tbody tr{
  border-bottom:1px solid var(--black);
  padding-bottom:10px;
}
.client-ticket tbody tr td{
 padding-bottom:10px; 
}
#timeline .media .media-body p{
  padding-bottom:10px;
}
/*End Client Style*/
/*Start Question Style*/
.question-title{
  padding:10px 0;
  /*border-bottom:1px solid var(--black);*/
  /*text-decoration: underline;*/
  font-weight:bold;
}
.question-description{
  padding-right:10px;
}
/*End Question Style*/

/*Start Dashboard Style*/
.dashboard{
  /*margin-top:60px;*/
}
.layer2{
  width:100%;
}
.display-none{
  display: none;
}
/*End Dashboard Style*/

/*Start Brief Style*/
.choose-header{
  position: relative;
  padding:20px 0;

}
.choose-header a{
  position: absolute;
  top:10px;
  left:0px;
}
.delete-choosep{
  position: relative;
}
.delete-choosep .delete{
  position: absolute;
  top:-30px;
  left:-30px;
}
.delete-choosep .delete i{
  font-size:18px;
}
.chooses .choose{
  padding-left:30px;
}
.briefs .card-body{
  padding-left:0;
  padding-right:0;
}
.briefs .question{
  font-size:20px;
  font-weight:bold;
}
.briefs .brief{
  position: relative;
  padding:20px 0;
  border-bottom:2px solid var(--black);
}
.briefs .chooses ul li{
  list-style-type: circle;
}
.briefs .brief .icon i{
  font-size:16px;
  font-weight:bold;
  color:var(--black);
}
.briefs .brief span.delete-brief,
.briefs .brief .edit-brief{
  position: absolute;
  top:10px;
  left:10px;
  cursor: pointer;
}
.briefs .brief span.delete-brief{
  
  left:30px;
}
.custom-checkbox input[type=checkbox]{
  /*height:20px !important;*/
  width:auto !important;
  margin:10px ;
  vertical-align: middle;
  display: inline;
}
/*End Brief Style*/