.gradient-custom-2 {
    /* fallback for old browsers */
    background: #F27030;
  
    /* Chrome 10-25, Safari 5.1-6 */
    /*background: -webkit-linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);*/
  
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    /*background: linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);*/
    background: url("/images/Kopa-lankar.jpg") no-repeat center top;
}

a {
  color: #333;
  text-decoration: none;
}

.logo{
  width: auto;
  max-height: 60px;
  margin-right: 2rem;
}

header {
  background: #121212;
}

header a {
  color: #e6e6e6 !important;
}

header a:hover {
  color: #c6c6c6 !important;
}

header .header-wrapper{
  position: relative;
}

header .header-wrapper dt {
  position: absolute;
  top: 18px;
  margin-left: 57px;
  font-size: 0.8rem;
  font-weight: normal;
}

@media (min-width: 768px) {
  .gradient-form {
    height: 100vh !important;
  }
}
@media (min-width: 769px) {
  .gradient-custom-2 {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
  }
}

ul.rest_status_list {
  list-style: none;
}
li.rest_status_list_error{
color:#ff0000;
}

.company_info_list li{
  padding:3px 0px;
}

.company_info_list_item{
  color:#666;
  display: inline-block;
  min-width: 70px;
}

.ws-ticket-content{
  position: relative;
}

.ws-ticket-card{
  padding: 1rem 1rem 1rem 2.5rem;
}

.ws-ticket-content i{
  position: absolute;
  left:-28px;
  top:15px;
  z-index: 99;
}

.ws-tickets-trhread-view.closed .ticket-status{
  color: red;
}


#calendar {
  max-width: 1200px;
  margin: 0 auto;
}

.dashboard-accordion .accordion-event-wrapper {
  border-left:solid 3px #ccc;
}

.dashboard-accordion .accordion-event-wrapper.not-started {
  border-left-color: #eee;
}

.dashboard-accordion .accordion-event-wrapper.ongoing {
  border-left-color: #0dcaf0;
}

.dashboard-accordion .accordion-event-wrapper.owerdue {
  border-left-color: #dc3545;
}

.dashboard-accordion .accordion-event-wrapper.waiting {
  border-left-color: #ffc107;
}

.dashboard-accordion .accordion-event-wrapper.finished {
  border-left-color:#198754;
}

.editPageBackdrop{
  background: #000;
  position: fixed;
  z-index: 9990;
  width: 100%;
  height:100%;
  top: 0px;
  opacity: .5;
}

.editDateWrapper{
  width:60%;
  min-height: 400px;
  background: #fff;
  position: absolute;
  z-index: 9991;
  margin-left: 20%;
  margin-right: 20%;
  margin-top:20%;
  border: solid 1px #000;

}

.dateTopBar{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 9992;
  min-height: 40px;
  background-color: #eee;
}

.dateHeader{
  padding: 6px 0px 6px 10px;
}

.closeDate{
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: 9998;
  font-weight: bold;
}