body, input {
    font-family: 'Montserrat', sans-serif !important;
    color: #000 !important;
}

body {
    background: #ffffff !important;
    width: 99.9%; 
}

html{
    overflow: auto !important;
}

#container{
    width: 100% !important;
    border-bottom: 0px solid #c3c3c3 !important;
    box-shadow: none !important;
    margin-bottom: 150px;
}

#header #logo img {
    width: 150px !important;
}

.thread-body h1, .thread-body h2, .thread-body h3, .thread-body h4, .thread-body h5, .thread-body h6, .thread-body .h1, .thread-body .h2, .thread-body .h3, .thread-body .h4, .thread-body .h5, .thread-body .h6{
    font-family: 'Montserrat', sans-serif !important;
    color: #000 !important;
}

.thread-body{
    font-family: 'Montserrat', sans-serif !important;
}

#ticketForm div input, #clientLogin div input, #ticketForm div textarea, #clientLogin div textarea {
    height: 30px;
    font-size: 13px;
}

#clientLogin {
    border: none !important;
    box-shadow: none !important;
    background:  none !important;
    padding: 10px !important;
}

#clientLogin input[type=text], #clientLogin input[type=password] {
    margin-bottom: 20px !important;
    width: 313px !important;
}

input{
    height: 30px;
    font-size: 13px;
    border-radius: 3px;
    border: 1px solid #aaa;
    padding-left: 10px;
}

select{
    height: 35px;
    font-size: 13px;
    border-radius: 3px;
    border: 1px solid #aaa;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
}

.button, .button:visited {
    box-shadow: none  !important;
    font-family: 'Montserrat', sans-serif !important;
}

.btn{
    background-color: #1565C0 !important;
    color: #ffffff !important;
    border: none !important;
    width: 100% !important;
    height: 40px !important;
    font-size: 16px !important;
    box-shadow: none !important;
    font-weight: 500 !important;
}

.btn:hover{
    background-color: #134783 !important;
}

.button{
    border-radius: 50rem;
    padding: 10px 25px;
    border-bottom: none;
}

.blue.button {
    background-color: #1565C0 !important;
    
}

.blue.button:hover {
    background-color: #134783 !important;
    text-decoration: none !important;
}

.green.button {
    background-color: #43A047 !important;
}

.green.button:hover {
    background-color: #266e2a !important;
    text-decoration: none !important;
}

.orange.button {
    background-color: #F26101 !important;
}

.orange.button:hover {
    background-color: #d15604 !important;
    text-decoration: none !important;
}

#nav li a:hover {
    color: #1565C0 !important;
}

.link {
    color: #1565C0 !important;
}

input[type="button"], input[type="reset"], input[type="submit"] {
    border-radius: 50rem !important;
    padding: 10px 20px !important;
    line-height: 5px;
    font-weight: 600;
    border: 1px solid #aaa;
    background-color: #ffffff;
}

input[type="submit"] {
    background-color: #1565C0 !important;
    color: #ffffff !important;
    border: none !important;
}

input[type="submit"]:hover{
    background-color: #134783 !important;
}


input[type="button"]:hover, input[type="reset"]:hover{
    background-color: #efefef;
}

h1 {
    color: #1565C0 !important;
}

#footer {
    text-align: center;
    font-size: 13px !important;
    color: #000000 !important;
}

#footer p {
    margin: 10px 0 10px 0 !important;
    color: #a7a6a6 !important;
}

#footer div{
    width: 550px;
    margin: 0 auto;
    padding: 15px 0px 15px 0px;
}

table.padded tr > td, table.padded tr > th {
    vertical-align: middle;
}

.main-content {
    width: 675px !important;
    text-align: center;
    margin: 0 auto;
}

.sidebar {
    margin: 0 auto !important;
}

table{
    margin-bottom:15px;
    width: 100% !important;
}

th{
    height: 40px !important;
    vertical-align: middle  !important;
    font-weight: 500 !important;
    background-color: #eee !important;
    padding: 4px 5px 4px 10px !important
}

td {
    height: 30px !important;
    vertical-align: middle  !important;
    padding: 5px 3px 5px 10px !important;
}

#nav {
    margin: 0 auto !important;
    padding: 10px 10px !important;
    background: #efefef !important;
    border-bottom: 1px solid #aaa;
    box-shadow: none !important;
    height: 25px !important;
    align-items: center;
    display: flex;
    position: sticky;
    top: 0px;
    z-index: 2;
}

#nav li a {
    padding: 5px 10px 5px 32px !important;
}

#nav li a.active, #nav li a:hover {
    background-color: #1565C0 !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

.action-button{
    border-radius: 50rem !important;
    padding: 5px 5px !important;
    font-size: 13px !important;
}

a.action-button{
    padding: 5px 15px !important;
}

.action-button:hover{
    background-color: #efefef !important;
}

#ticketTable caption{
    padding: 10px 0px 10px 10px !important;
    background-color: transparent !important;
}

label{
    font-size: 12px !important;
}

.text-center{
    text-align: center !important;
}

form{
    width: 840px;
    margin: 0 auto !important;
}

.login-box {
    box-shadow: none !important;
    width: auto !important;
    margin: 0 auto !important;
}

#reply, #ticketSearchForm{
    width:100% !important;
}

.pass-view{
    float: right;
    margin-top: -48px !important;
    position: relative;
    z-index: 2;
    right: 10px;
    cursor: pointer;
    color:#999999 !important;
}

.pass-view:hover{
    color:#000000 !important;    
}

.search.well {
    padding: 10px 20px 10px 20px !important;
    margin: -20px -20px 10px -20px !important;
}

/* Scrollbar styles */

::-webkit-scrollbar {
    width: 14px;
    height: 14px;
}

 ::-webkit-scrollbar-track {
    background-clip: padding-box;
    border: solid transparent;
    border-width: 1px;
}

 ::-webkit-scrollbar-corner {
    background-color: transparent;
}

 ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .1);
    background-clip: padding-box;
    border: solid transparent;
    border-radius: 10px;
}

 ::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, .4);
}


/* Scrollbar styles */

#footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    color: #ffffff !important;
    background-color: #1e1e1e !important;
    z-index: 2;
}

#footer #poweredBy{
    filter: contrast(.2);
}

.bold{
    font-weight: 600;
}

tbody tr td a{
    font-weight: 600 !important;
}

tbody tr td .link{
    font-weight: 600 !important;
}

.select2-container .select2-selection--single{
    height: 35px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 35px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px !important;
}

.d-flex{
    display: flex !important;
}

.align-items-center {
    align-items: center !important;
}

.justify-content-center {
    justify-content: center !important;
}

.action-dropdown ul li > a:hover, .action-dropdown ul li.active > a:hover, .noclick-dropdown ul li > a:hover, .noclick-dropdown ul li.active > a:hover {
    background-color: #1565C0 !important;
}

.user-container{
    border-radius: 100rem;
    background-color: #ffffff57;
    width: 36px;
    height: 36px;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 30px;
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

.float-right{
    float:right !important;
}

#msg_error, #msg_notice, #msg_warning, .warning-banner {
    margin:0 auto 25px !important;
    width: 600px;
}

/* Icon Change */
.Icon.webTicket {
    background-image: url(../assets/default/images/icons/ticket_source_web.png) !important;
}

/* Accordion start */
.toggle {
    display: none;
}
.option {
    position: relative;
    margin-bottom: 1em;
}
.toggle-title, .toggle-content {
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.2s;
}
.toggle-title {
    background: #fff;
    padding: 1em;
    display: block;
    color: #000000;
    font-size: 18px !important;
    font-weight: bold;
    margin-right: 0px !important;
    box-shadow: 3px 3px 6px #ddd, -3px 3px 6px #ddd;
    border-bottom: 1px solid #ddd;
}
.toggle-title:after, .toggle-title:before {
    content: '';
    position: absolute;
    right: 1.25em;
    top: 1.25em;
    width: 2px;
    height: 0.75em;
    background-color: #7a7572;
    transition: all 0.2s;
}
.toggle-title:after {
    transform: rotate(90deg);
}
.toggle-title:hover {
    background-color: #e9e9e9;
}
.toggle-content {
    max-height: 0;
    overflow: hidden;
    background-color: #fff;
}
.toggle-content p {
    margin: 0;
    padding: 0.5em 1em 1em;
    font-size: 0.9em;
    line-height: 1.5;
}
.toggle:checked + .toggle-title, .toggle:checked + .toggle-title + .toggle-content {
    box-shadow: 3px 3px 6px #ddd, -3px 3px 6px #ddd;
}
.toggle:checked + .toggle-title + .toggle-content {
    max-height: 1500px;
    padding: 15px;
}
.toggle:checked + .toggle-title:before {
    transform: rotate(90deg) !important;
}

/* Accordion end */

table.list {
    margin: 2px 2px 20px 0 !important;
    width: 100% !important;
    clear: both;
    background: #ccc;
    border-bottom: 1px solid #ccc;
}

table.list thead th {
    background-color: #eee !important;
    vertical-align: middle !important;
    font-size: 13px !important;
    padding: 4px 5px 4px 10px !important;
    color: #000;
    text-align: left;
    border: 1px solid #ccc;
}

table.list tbody td {
    background: #fff;
    border: 1px solid #fff;
    vertical-align: middle !important;
    height: 30px;
    padding: 4px 3px 4px 10px !important;
    border: 1px solid #ccc;
}

/* The Modal start */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 50px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 60%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;    
  }
  
  /* Add Animation */
  @-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
  }
  
  @keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
  }
  
  /* The Close Button */
  .close {
    color: #c3c3c3;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  
  .modal-header {
    padding: 15px;
    background-color: #eee;
    color: white;
  }
  
  .modal-body {
      padding: 2px 16px;
      max-height: 700px !important;
      overflow: auto;
}
  
  .modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
  }
  /* The Modal end */
  
  .input.attached {
    height: 24px;
    box-sizing: border-box;
    display: inline-block;
    margin-right: 5px;
}

.input.attached input {
    height: 40px !important;
    box-sizing: border-box;
    margin-right: 0;
    border: 1px solid #999;
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input.attached .button.attached {
    height: 40px !important;
    box-sizing: border-box;
}

.button.attached {
    padding: 0 9px !important;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    margin-left: -7px !important;
}

.table-field-width{
    width:300px !important;
}