body {
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    font-weight: 500;
}

a {

    transition: all .3s;
    -webkit-transition: all 0.3s;
}
.mt10{margin-top: 40px !important;}
.mt20{
margin-top: 20px !important;
}
.mt40{margin-top: 40px !important;}
.mb15{
    margin-bottom:15px;
}
 .block-label{
     display: block !important;
 }
 .db{
     display: block !important;
 }
 .width-40{
     display: inline-block;
     width: 40%;
     box-sizing: border-box;
     font-size: initial;
 }
 .w-200{
     width: 200px !important;
 }
 .width-20{
     display: inline-block;
     width: 20%;
     box-sizing: border-box;
     font-size: initial;
 }
 .va-t{
    vertical-align: top;
 }
 .mat-color{
     color:#777;
 }
 .half-width{
     display: inline-block;
     width: 50%;
     box-sizing: border-box;
     font-size: initial;
 }
 .no-fontsize{
font-size:0 !important;
 }
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.mobileMenu_icon_container {
    font-size: 2.3em;
    text-align: center;
}

.textarea_parent {
    overflow-y: auto;
    max-height: 500px;
}

.conversations {
    min-height: 5em;
    max-height: 50vh;
    width: 100%;
}

#notify_register {
    display: none;
}

.top-border {
    border-top: 1px solid rgba(111, 111, 111, 0.2) !important;
}

#new_ticket_container {
    display: none;
}

#main_container.dashboard #new_ticket_container {
    display: block;
}

.circle {
    height: 15px;
    width: 15px;
    background: transparent;
    display: inline-block;
    border: 1px solid #616161;
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: 13px;
}

.edit_topic {
    cursor: pointer;
    color: rgb(0, 170, 255);
}

.tickets_header h3 {
    margin: auto;
    height: 60px;
    line-height: 40px;
}

.tickets_header {
    margin-top: 10px;
}

.pagination {
    margin: 0;
}

.settickethere {
    margin-top: 10px;
}

.update_assign select {
    width: 100%;
}

.main-content-wrapper {
    width: 100%;
    min-height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.container.user,
.container.links {
    margin-top: 75px;
    background-color: #fff;
    margin-bottom: 25px;
}

.tickets-section {
    margin-bottom: 25px;
    width: calc(100% - 330px);
    margin-left: 275px;
    margin-top: 100px;
}

.container.tickets-section .row {
    margin-top: 10px;
}

.clickable {
    cursor: pointer;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    background-color: #fff;
    border-color: #fff;
    color: rgb(0, 170, 255);
}

.btn-circle:hover,
.btn-circle:focus,
.btn-circle.focus,
.btn-circle:active,
.btn-circle.active,
.btn-circle:active:focus,
.btn-circle.active:focus,
.btn-circle:active.focus,
.btn-circle.active.focus {
    color: rgb(0, 170, 255);
    text-decoration: none;
    box-shadow: none;
    outline: none;
}

.filter_part {
    height: 40px;
    margin-left: -8px;
    width: 100%;
    /* width: max-content; */
}

.items_container {
    margin: auto;
}

.user_menu_item.active {
    border-bottom: 4px solid #da6d0d;
}

.panel-body {
    background-color: #eff2f3;
}

.panel-heading span {
    margin-top: -20px;
    font-size: 15px;
}

.section-area {
    width: 35%;
    position: relative;
    box-shadow: 5px 0px 15px rgba(0, 0, 0, 0.2);
    padding-top: 70px;
    padding-bottom: 1px;
    /* overflow-y: scroll; */
}

.signup-login-area {
    width: 100%;
    position: relative;
    text-align: right;
    padding-top: 15px;
    padding-right: 30px;
    color: #fff;
}

.dashboard .image-area {
    width: 100% !important;
}

.image-area {
    width: 75%;

    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.section-header,
.section-content {
    padding: 0 60px;
    margin-bottom: 60px;
}

h2.title {
    font-weight: 300;
    font-size: 30px;
    line-height: 1.2;
    color: #fff;
}

form#form_login,
form#form_signup,
form#form_forgot_password,
.section-bottom-links {
    max-width: 360px;
    margin: 20px auto;
}

form#form_forgot_password p {
    line-height: 160%;
    text-align: left;
}

input.input-field:focus {
    color: #000;
}

input.input-field {
    width: 100%;
    padding: 14px 10px;
    margin-bottom: 14px;
    background: #1b2935;
    border: 1px solid #424a52;
    position: relative;
    transition: all .3s;
    -webkit-transition: all 0.3s;
    display: block;
    box-sizing: border-box;
    color: #fff;
}

input.input-field:focus {
    outline: none;
    border: 1px solid #bec8d2;
    background: #f7f7f7;
}

button.btn.btn-primary {
    /* width: 100%; */
    padding: 14px 10px;
    background: #2191bf;
    box-shadow: none;
    color: #ffffff;
    border: 1px solid #2d86ab;
    /* margin-bottom: 30px; */
    font-size: 16px;
    font-weight: 500;
}

button.btn.btn-primary i {
    font-size: 16px;
    margin-left: 10px;
    color: #b1c8d2;
}

.section-bottom-links a.link {
    display: block;
}

.section-bottom-links a.link:hover {
    color: #fff;
}

.section-bottom-links a.link i {
    margin-right: 10px;
    font-size: 14px;
}

.container-header {
    display: flex;
}


.text-center {
    text-align: center;
}


#notify {
    display: none;
    margin: 15px auto;
    margin-bottom: 5px !important;
    width: 50%;
}

#modal-notify {
    display: none;
    margin: 15px auto;
    margin-bottom: 5px !important;
    width: 50%;
}

label.error {
    color: #F44336;
}

.navbar-img {
    height: -webkit-fill-available;
}

#main-nav {
    border-radius: 0;
    border-bottom: 0;
    margin-bottom: 0;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 999;
    border: 0;
}

#main-nav .navbar-brand {
    display: block;
    /*width: 88.35820896px;*/
    /*height: 40px;*/
    /*margin-top: 5px;*/
    margin-left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#main-nav .nav>li>a {
    /*color: #fff;*/
    padding-top: 0;
    padding-bottom: 0;
    line-height: 50px;
    color: white;
}

#user-dropdown .avatar {
    width: 40px;
    height: 40px;
    margin: 5px 0 0 10px;
    object-fit: cover;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: unset;
}

.img-responsive {
    border-radius: 50%;
}

.update_ticket {
    max-width: 100%;
    margin-top: 10px;
}

.btn-orange {
    background-color: #da6d0d;
    border-color: #da6d0d;
    color: white;
}

.btn-orange:hover {
    background-color: #f77400;
    border-color: #f77400;
    color: white;
}

.select2-search__field {
    width: 100% !important;
}

.grid-item,
.update-ticket,
.add_assign,
.severity-section,
.update_assign,
.filter_by_user_type,
.filter,
.topic-section {

    height: auto;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 0px 0px 1px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px, rgba(0, 0, 0, 0.05) 0px 2px 8px 0px;
    flex-direction: column;
    font-size: 14px;
    color: #3d474d;
    border-style: solid;
    border-width: 0;
    box-sizing: border-box;
    position: relative;
    color: initial;
    flex-basis: auto;
    font-size: medium;
    line-height: normal;
    list-style: none;
    margin: 0;
    min-height: 0;
    min-width: 0;
    position: relative;
    text-align: initial;
    text-decoration: initial;
    word-wrap: break-word;
    word-break: break-word;
    border-radius: 10px;
    background-color: white;
    margin-bottom: 10px;
    flex-shrink: 1;
    flex-grow: 1;
    padding: 0;
}

.severity-section,
.add_assign,
.topic-section {
    padding: 5px 15px 0px 20px !important;
}

.filter_by_user_type {
    margin: 0 auto;
}

.add_assign,
.update_assign,
.severity-section,
.topic-section {
    width: 190px;
    box-shadow: none;
    background-color: #fff;
    color: #999 !important;
    margin: 0 auto;
}

.tooltip-inner {
    max-width: unset;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 0px 0px 1px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px, rgba(0, 0, 0, 0.05) 0px 2px 8px 0px;
}
form.form_login .tooltip-inner {
    
    background-color:black;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #999;
}

.tooltip.in {
    opacity: 1 !important;
}

.div_editable {
    border: none;
    outline: none;
    color: black;
}

.ticket_owner_informations {
    border-bottom: 1px solid #a9a9a961;
    padding: 10px;
    position: relative;
}

.ticket_owner_informations .displayname {
    position: absolute;
    left: 60px;
    top: 8px;
    font-size: 20px;
}

.ticket_owner_informations .ticketopened {
    position: absolute;
    bottom: 11px;
    left: 60px;
    font-size: 13px;
    color: #a0a9ad;
}

.div_editable.ticket_note {
    color: #999;
}

.nowrap {
    white-space: nowrap;
}

.open .ticket_description.nowrap {
    white-space: normal !important;
}

[contenteditable=true]:empty::before {
    color: rgba(111, 111, 111, 0.4);
    content: attr(placeholder);
    cursor: text;
}


.ticket_description {
    padding-top: 5px;
    padding-top: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 35px;
    /* white-space: nowrap; */
}


.ticket_footer .ticket_img {
    display: flex;
}

.ticket_footer .ticket_time {
    display: flex;
    margin-left: auto;
}



.avatar {
    width: 200px;
    height: 200px;
    object-fit: cover;
    margin: 0 auto;
}


.modal-title {
    float: left;
}

.modal-content {
    border-radius: 10px;
}

.time {
    color: #999;
    position: relative;
    top: 5px;
}

.ticket-attachment {
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    margin-top: 10px;
}

.charge_form_group,
.assignement_users_from_group {
    display: inline-block;
    line-height: 30px;
    vertical-align: top;
    margin-top: 8px;
    margin-left: 10px;
}

.charge_form_group input {
    width: 90px !important;
}

.ticket-attachment .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    display: none !important;
}

.pre {
    white-space: pre-wrap;
    word-break: break-word;
    background: transparent;
    font-family: inherit;
}

.comment_image_file {
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
}

.ticket-attachment .inputfile,
.ticket-attachment label {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: rgb(0, 170, 255);
    background-color: initial;
    border-style: solid;
    border-width: 0;
    border: none;
    box-shadow: none;
    box-sizing: border-box;
    flex-basis: auto;
    line-height: normal;
    list-style: none;
    margin: 0;
    min-height: 0;
    position: relative;
    text-align: initial;
    text-decoration: initial;
    word-wrap: break-word;
    cursor: pointer;
}

.remove_attachement {
    float: right;
    margin-top: 3px;
    margin-right: 8px;
}

.ticket-attachment i {
    color: rgb(0, 170, 255);

}

.nav-tabs {
    border: none;
}

.conversations,
.technotes {
    outline: 0px;
    white-space: pre-wrap;
    word-wrap: break-word;
    -webkit-user-modify: read-write-plaintext-only;
    background-color: white;
    border-width: 1px;
    border-style: solid;
    color: rgb(61, 71, 77);
    border-radius: 5px;
    padding: 10px 12px;
    font-size: 14px;
    resize: none;
    width: 100%;
    min-height: 90px;
    line-height: 20px;
    border-radius: 0px 5px 0px 5px !important;
}


.conversations:focus {
    border-color: rgb(0, 170, 255);
}

.comment_statu {
    display: inline-block;
    padding-left: 10px;
}

.add_comment,
.uid_assign {
    margin-top: 10px;
    font-size: 14px;
    color: white !important;
    resize: none;
    border-width: 1px;
    font-weight: 500;
    border-radius: 5px;
    min-height: 36px;
    border-color: rgb(0, 170, 255);
    flex-direction: row;
    white-space: nowrap;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    background-color: rgb(0, 170, 255);
    opacity: 1;
    float: right;
}

.add_comment[disabled],
.uid_assign[disabled] {
    color: white !important;
    opacity: 1;
    background: #7ad3ff !important;
    border-color: #85d6ff;
}

.delete_ticket {
    margin-right: 30px;
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: top;
    font-size: 14px;
    color: white;
    resize: none;
    border-width: 1px;
    font-weight: 500;
    border-radius: 5px;
    border-color: #ac1818;
    flex-direction: row;
    white-space: nowrap;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    background-color: #ac1818;
    opacity: 1;
}

.change_ticket_statue,
.claim_ticket,
.close_ticket,
.close_ticket,
.open_ticket,
.assign_ticket,
.responde_users {
    margin-left: auto;
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: top;
    font-size: 14px;
    color: white;
    resize: none;
    border-width: 1px;
    font-weight: 500;
    border-radius: 5px;
    border-color: #03A9F4;
    flex-direction: row;
    white-space: nowrap;
    align-items: center;
    padding: 8px;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    background-color: #03A9F4;
    opacity: 1;
}

.open_ticket {

    background-color: #1c7728;
    border-color: #1c7728;
    color: white;
}

.close_ticket {
    background-color: #ac1818;
    border-color: #ac1818;
}

.assign_ticket {
    background-color: #146d04;
    border-color: #146d04;
    color: white;
}

.responde_users {
    background-color: #24607b;
    border-color: #24607b;
    color: white;
}

.close_ticket.closed_ticket,
.change_ticket_statue.waitingonuser {
    border-color: #4CAF50 !important;
    background-color: #4CAF50 !important;
    margin-left: auto;
    margin-right: 30px;
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: top;
    font-size: 14px;
    color: white;
    resize: none;
    border-width: 1px;
    font-weight: 500;
    border-radius: 5px;
    border-color: #03A9F4;
    flex-direction: row;
    white-space: nowrap;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    background-color: #03A9F4;
    opacity: 1;
}

.modal-status-btn {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    background-color: #03a9f4;
    border-color: #03a9f4;
    color: #fff;
}

.modal-status-btn:hover,
.modal-status-btn:focus,
.modal-status-btn:active:focus,
.modal-status-btn.active:focus,
.modal-status-btn.focus,
.modal-status-btn:active.focus,
.modal-status-btn.active.focus {
    outline: none;
    box-shadow: none;
    color: #fff;
}

.add_comment:hover,
.add_comment:focus,
.add_comment:active:focus,
.add_comment.active:focus,
.add_comment.focus,
.add_comment:active.focus,
.add_comment.active.focus {
    outline: none;
    box-shadow: none;
    color: #fff;
}

.delete_ticket:hover,
.delete_ticket:focus,
.delete_ticket:active:focus,
.delete_ticket.active:focus,
.delete_ticket.focus,
.delete_ticket:active.focus,
.delete_ticket.active.focus {
    outline: none;
    box-shadow: none;
    color: #fff;
}

.change_ticket_statue:hover,
.change_ticket_statue:focus,
.change_ticket_statue:active:focus,
.change_ticket_statue.active:focus,
.change_ticket_statue.focus,
.change_ticket_statue:active.focus,
.change_ticket_statue.active.focus {
    outline: none;
    box-shadow: none;
    color: #fff;
}

.open_ticket:hover,
.open_ticket:focus,
.close_ticket:hover,
.close_ticket:focus,
.close_ticket:active:focus,
.close_ticket.active:focus,
.close_ticket.focus,
.close_ticket:active.focus,
.close_ticket.active.focus {
    outline: none;
    box-shadow: none;
    color: #fff;
}

.uid_assign:hover,
.uid_assign:focus,
.uid_assign:active:focus,
.uid_assign.active:focus,
.uid_assign.focus,
.uid_assign:active.focus,
.uid_assign.active.focus {
    outline: none;
    box-shadow: none;
    color: #fff;
}

.btn-switch:hover,
.btn-switch:focus,
.btn-switch:active:focus,
.btn-switch.active:focus,
.btn-switch.focus,
.btn-switch:active.focus,
.btn-switch.active.focus {
    outline: none;
    box-shadow: none;
}

.btn-toggle:hover,
.btn-toggle:focus,
.btn-toggle:active:focus,
.btn-toggle.active:focus,
.btn-toggle.focus,
.btn-toggle:active.focus,
.btn-toggle.active.focus {
    outline: none;
    box-shadow: none;
    color: #fff;
}

.claim_ticket:hover,
.claim_ticket:focus,
.claim_ticket:active:focus,
.claim_ticket.active:focus,
.claim_ticket.focus,
.claim_ticket:active.focus,
.claim_ticket.active.focus {
    outline: none;
    box-shadow: none;
    color: #fff;
}

#select2-reassign-results span {
    font-size: 13px;
}

.assign_ticket:hover,
.assign_ticket:focus,
.assign_ticket:active:focus,
.assign_ticket.active:focus,
.assign_ticket.focus,
.assign_ticket:active.focus,
.assign_ticket.active.focus {
    outline: none;
    box-shadow: none;
    color: #fff;
}

.responde_users:hover,
.responde_users:focus,
.responde_users:active:focus,
.responde_users.active:focus,
.responde_users.focus,
.responde_users:active.focus,
.responde_users.active.focus {
    outline: none;
    box-shadow: none;
    color: #fff;
}

.btn-attachment:hover,
.btn-attachment:focus,
.btn-attachment:active:focus,
.btn-attachment.active:focus,
.btn-attachment.focus,
.btn-attachment:active.focus,
.btn-attachment.active.focus {
    outline: none;
    box-shadow: none;
    background-color: rgb(235, 240, 242);
}

.modal-header .close {
    outline: 0;
}

.modal-header {
    display: flex;
}

.img_section {
    flex-direction: column;
    padding-right: 10px;
    display: flex;
}

.avatar_comment {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    box-shadow: rgb(0, 170, 255) 0px 0px 0px 0px inset;
    margin-top: 9px;
    /* object-fit: cover; */
}

.image_placeholder {
    width: 40px;
    height: 40px;
}

.system_comment .comment {
    color: grey !important;
}

.system_comment .comment_div {
    background: transparent !important;
    box-shadow: none !important;
}

.comment_section {
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    vertical-align: top;
}

#registration_modal .modal-content {
    background: #0d1b28;
}

#registration_modal h4 {
    color: white;
}

#registration_modal .close {
    color: white;
}

.since {
    color: rgb(138, 148, 153);
    font-size: 11px;
}

.said {
    color: rgb(61, 71, 77);
    font-size: 14px;
}

.comment_div {
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 5px;
    position: relative;
    background-color: rgb(240, 245, 247);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 1px 0px;
    width: 100%;
    display: flex;
}

.comment {
    flex-grow: 1;
    flex-shrink: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: center;
    width: 95%;
    display: inline-block;
}

.delete_comment {
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
}

.comments_section .form-group {
    display: flex;
    margin-right: 15px;
}

.close.profile {
    margin: 4px 0;
    margin-left: auto;
    font-size: 2em;
}

.user h1,
.links h1 {
    display: inline-block;
}

/* .new_ticket_container.open .add_ticket_button i:before{
    content:"f068";
}*/
.add_ticket_container {
    visibility: hidden;
}

.new_ticket_assign,
.new_ticket_topic,
.new_ticket_description,
.new_ticket_subject,
.new_ticket_email {
    background-color: white;
    height: 36px;
    border-width: 1px;
    border-style: solid;
    color: rgb(61, 71, 77);
    border-radius: 5px;
    padding: 0px 12px;
    font-size: 14px;
    resize: none;
    outline: 0px;
}

.colors-section {
    padding-bottom: 20px;
}

.add_ticket_button i {
    font-size: 20px;
    height: 25px;
    position: absolute;
    margin-left: 8px;
    margin-top: -1px;
}

.add_ticket_button {
    text-align: center;
    margin: auto auto 10px auto;
    font-size: 12px;
    cursor: pointer;
    width: fit-content;
    padding: 10px;
    padding-right: 30px;
    border-radius: 5px;
    color: white;
    transition: background-color 0.5s ease;
}

.add_ticket_button:hover {
    color: white;
    -webkit-box-shadow: 0px 0px 100px -25px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 100px -25px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 100px -25px rgba(0, 0, 0, 0.75);
}

/* .tickets .ticket_id,
.tickets .severity_tag,
.new_tag {
    position: absolute;
    right: 0;
    display: inline-block;
    top: 0;
    line-height: 15px;
    background: #6c93a5;
    padding: 4px;
    font-size: 15px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    color: white;
} */

.severity_tag {
    right: 45px !important;
}

.new_tag {
    left: 0;
    width: 27px;
    padding: 2px;
    background: #5594cc;
    border-radius: 0;
    border-bottom-right-radius: 5px;
}

.tag {
    display: flex;
    border-radius: 5px;
    align-items: center;
    color: white;
    margin-left: 10px;
    font-size: 10px;
    height: 20px;
    padding: 5px 5px 5px 5px;
    margin-top: 7px;
    background: #ec9d57;
}

.dib {
    display: inline-block;
}

.assign:focus {
    border-color: rgb(0, 170, 255);
}

.modal_icon {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 29px;
    border-radius: 50%;
    border: 1px solid black;
    color: black;
    text-align: center;
}


/*#add_ticket_form .select2-container--default .select2-selection--single{
    border:none;
}*/
/* #add_ticket_form .select2-container .select2-selection--single #select2-new_ticket_email-container {
    padding-left: 0;
} */

.ticket_comment,
.ticket_attachment {
    margin-left: 15px;
    color: #999;
}

.ticket_comment img,
.ticket_attachment img {
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
}

.ticket_comment .comment_count,
.ticket_attachment .attachment_count {
    position: relative;
    top: 5px;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    padding-left: 6px;
    white-space: nowrap;
    color: rgb(160, 169, 173);
}

.image-upload>input {
    display: none;
}

.image-upload {
    margin-top: 25px;
}

.image-upload img {
    cursor: pointer;
    width: 170px;
    height: 170px;
    object-fit: cover;
}
}

.show {
    display: block !important;
}

.image-upload .loading_up {
    display: none;
    font-size: 13px;
    background-image: url(../images/up_image.gif);
    background-repeat: no-repeat;
    padding-left: 30px;
    margin-top: 10px;
    color: #21a4d0;
    background-position: 5px 4px;
}

.update_ticket .select2-container {
    display: none;
    vertical-align: top
}


.close_margin_left {
    margin-left: auto;
}

.attachment_files {
    width: 400px;
    flex-direction: column;
    font-size: 0;
}

.attachment_file,
.comment_attachment_file {
    position: relative;
    width: 100%;
    height: 100px;
    margin-bottom: 16px;
    display: inline-block;
    border-radius: 20px;
    cursor: pointer;
    background-color: rgb(248, 250, 250);
    box-shadow: rgba(61, 71, 77, 0.3) 0px 1px 4px 0px;
    align-items: center;
    justify-content: center;
}

.comment_attachment_file {
    margin-top: 10px;
    background-position: center center;
    background-size: cover;
}

.image_file {
    width: 40%;
    height: 80%;
    vertical-align: middle;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    background-position: center center;
    background-size: cover;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 10px;
}

.attachment_file.loader .image_file {
    width: 26px !important;
    height: 26px !important;
    margin: 31px !important;
}

.ext_file {
    width: 40px !important;
    height: 40px !important;
    margin: 24px !important;
}

.attachment_button {
    width: 16px;
    height: 16px;
    text-align: center;
    opacity: 0;
    font-size: 16px;
    border-width: 1px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    background-color: white;
    position: absolute;
    right: 0;
    border-radius: 100%;
    color: #ac1818 !important;
}

.attachment_button img {
    width: 6px;
    height: 6px;
    bottom: 4px;
    position: absolute;
    right: 5px;
    opacity: 0.6;
}

.tickets_container {
    margin-top: 15px;
}

.button_section {
    display: none;
    position: absolute;
    bottom: 89px;
    right: -40px;
    z-index: 9;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px, rgba(0, 0, 0, 0.2) 0px 2px 4px 0px;
    border-radius: 10px;
    width: 100px;
    max-height: 316.41px;
    opacity: 1;
    text-align: left;
    padding: 10px;
}

.button_section_after,
.button_section::after {
    position: absolute;
    fill: white;
    stroke-width: 1;
    stroke: rgba(0, 0, 0, 0.1);
    top: 100%;
    left: 86px;
}

.btn-attachment {
    width: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    border-radius: 5px;
    padding: 8px 10px;
    align-items: center;
    line-height: 1;
    background-color: rgba(0, 0, 0, 0);
    margin-left: 0px;
    margin-right: 0px;
    display: block;
    text-align: left;
}

.attachment_file:hover .attachment_button {
    opacity: 1;
}

.attachment_button_after {
    width: 6px;
    height: 6px;
    color: rgb(138, 148, 153);
}

.attachment_button_after img {
    width: 100%;
    height: 100%;
    position: relative;
    top: 4px;
    left: 3px;
}


.dropdown-menu ul li {
    line-height: 25px;
}

.dropdown-menu ul li:hover {
    color: #717379;
    background-color: #f5f5f5;
    cursor: pointer;
}

.dropdown-menu.show {
    display: block;
}

.companies_switcher {
    position: relative;
}

.companies_list {
    padding: 5px;
    background: white;
}

.attachment_button i {
    width: 100%;
    height: 100%;
    position: relative;
    top: 3px;
    left: 3px;
    color: #ac1818 !important;
}

.image_section {
    height: 150px;
    width: 100%;
    opacity: 1;
    width: 100%;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    background-color: rgb(248, 250, 250);
    box-shadow: rgba(61, 71, 77, 0.3) 0px 1px 4px 0px;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
    flex-direction: row
}

.image_field {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
}



/* The Modal (background) */
.modal-files {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    /* Sit on top */
    padding-top: 100px;
    /* 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.9);
    /* Black w/ opacity */
    z-index: 1052;
}

.modal-container {
    height: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Modal Content (image) */
.modal-files-content {
    margin: auto;
    display: block;
    max-height: 100%;
    max-width: 100%;
    border-radius: 10px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-files-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}


@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close-model-files {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close-model-files:hover,
.close-model-files:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */

.search-form .form-group input.form-control::-webkit-input-placeholder {
    display: none;
}

#company-container {
    text-align: right;
}

.search-form .form-group input.form-control::-moz-placeholder {
    display: none;
}

.navbar-right form {
    width: 100%;
}

.search-form .form-group {
    position: relative;
    width: 0%;
    min-width: 40px;
    height: 40px;
    overflow: hidden;
    transition: width 1s;
    backface-visibility: hidden;
    margin: 5px 30px 0 10px;
}

.company-form .form-group {

    margin: 5px 30px 0 10px;
}

.search-form .form-group input.form-control {
    position: absolute;
    top: 0;
    right: 0;
    outline: none;
    width: 100%;
    height: 40px;
    margin: 0;
    z-index: 10;
}

input[type="text"].form-control {
    -webkit-appearence: none;
    -webkit-border-radius: 0;
}
#users-filter{
    width:300px;
    margin-top: 10px;
}
.dashboard_button {
    margin-top: 5px;
    display: inline-block;
}

#company-container select {
    height: 40px;
    padding: 0 5px;
    max-width: 200px;
}

.form-control-submit,
.search-label {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    line-height: 43px;
    background: white;
}

.form-control-submit {
    background: #fff;
    /*stupid IE*/
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}

.search-label {
    z-index: 90;
}

.form-group.sb-search-open,
.no-js .sb-search-open {
    width: 200px;
}

.form-group.sb-search-open .search-label,
.no-js .sb-search .search-label {
    color: #fff;
    z-index: 11;
}

.form-group.sb-search-open .form-control-submit,
.no-js .form-control .form-control-submit {
    z-index: 90;
}

.section-left {
    padding: 20px;
    width: 460px;
    flex-direction: column;
}

.section-right {
    width: 240px;
    flex-direction: column;
    border-left-width: 1px;
    border-color: rgb(223, 228, 230);
    border-left: 1px solid rgb(223, 228, 230);
    background-color: rgb(248, 250, 250);
}

.ticket-modal .modal-content {
    /*    flex-direction: column;
    background-color: white;
    max-width: 460px;
    overflow: hidden;
    border-radius: 10px;*/
}

.ticket-modal .modal-header {
    user-select: none;
}

.ticket-modal .modal-body {
    /* user-select: none; */
    padding: 15px;
    margin-left: 1px;
}

.btn-switch {
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #FF9800;
}

.btn-switch.active {
    background-color: #FF9800;
    color: #fff;
    border: 1px solid #FF9800;
}

.hidethis {
    display: none;
}

.settings_section>div {
    padding: 1.5rem;
}

.settings_section .form-group {
    margin-left: 0;
    margin-right: 0;
}

textarea.form-control {
    outline: 0px;
    white-space: pre-wrap;
    word-wrap: break-word;
    -webkit-user-modify: read-write-plaintext-only;
    background-color: white;
    border-width: 1px;
    border-style: solid;
    color: rgb(61, 71, 77);
    border-radius: 5px;
    padding: 10px 12px;
    font-size: 14px;
    resize: none;
    width: 100%;
    min-height: 90px;
    max-height: 365px;
    line-height: 20px;
}

.form-control:focus {
    border-color: rgb(0, 170, 255);
}

.attachment-section {
    display: inline-block;
    width: 200px;
    line-height: 30px;
}

/* ---------------------------------------------------
SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    position: fixed;
    height: 100%;
    margin-top: 70px;
    min-width: 250px;
    max-width: 250px;
    background: #0d1b28;
    color: #fff;
    transition: all 0.3s;
    z-index: 999;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    background: #13222f;
    height: 60px;
    border-bottom: 2px solid #da6d0d;
}

#sidebar .sidebar-header h3 {
    color: #fff;
    line-height: 60px;
    padding-left: 30px;
    margin: 0 !important;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li {
    position: relative;
}

#sidebar ul li.menu-element {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    color: #fff;
    padding: 20px 30px;
    cursor: pointer;
}

#sidebar ul li:hover {
    background: #122f4a;
}

#sidebar ul li.active {
    background: #122f4a;
}

#sidebar ul li a:hover {
    color: #fff;
    background: #0d1b2829;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}

.secondary_ul {
    width: 140px;
    position: absolute;
    left: 250px;
    top: 0px;
    list-style-type: none;
    background: #0d1b28;
    padding-left: 0;
    display: none;
}

.secondary_ul li a {
    padding: 20px 30px;
}

#sidebar ul li:hover .secondary_ul {
    display: block;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.btn-toggle {
    height: 35px;
    color: #fff;
    /*margin-top: 7px;*/
    background-color: #0d1b28;
    font-size: 25px;
}

/* ---------------------------------------------------
CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

/* ---------------------------------------------------
MEDIAQUERIES
----------------------------------------------------- */



.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.filter_by_user_type .select2-container {
    z-index: 2;
    margin-right: 10px;
}

#filter_by_user {
    display: inline-block;
}

div.grid [class*="col"] {
    /* TWBS v2 */
    /* display: inline-block; */
    /* float: none; */
    /* Very important */
    vertical-align: top;
}

fieldset.scheduler-border {
    border: 1px solid rgba(0, 0, 0, 0.3) !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #fff;
    box-shadow: 0px 0px 0px 0px #fff;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
}

legend.scheduler-border {
    width: inherit;
    /* Or auto */
    padding: 0 10px;
    /* To give a bit of padding on the left and right */
    border-bottom: none;
    color: #fff
}

.select-option-section {
    display: flex;
}

.select-option-section .select-option {
    border: 1px solid rgba(0, 0, 0, 0.3) !important;
    padding: 1rem 1.4em 1em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #fff;
    box-shadow: 0px 0px 0px 0px #fff;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
}

.modal.modalwaitingon.in {
    top: 180px;
    left: 90px;
}

.modal-title {
    display: inline-block;
}

.status-3 {
    background-color: #efefef;
}

.ticket_subject {
    font-size: 18px;
    display: inline-block;
}

#main-nav>div {
    padding-top: 10px;
    padding-bottom: 10px;
}

.toggle-menu-arrow {
    margin-left: 15px;
    cursor: pointer;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 10px;
}

.close {
    font-size: 18px;
}

.user_menu_item {
    display: inline-block;
    height: 59px;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    padding: 15px;
    line-height: 40px;
    /*border-top: 2px solid #262626;*/
}

#status_modal {
    z-index: 1051;
}

#status_modal .modal-dialog {
    width: 400px;
}

.user_menu_item.active {
    color: #262626;
}

.user_menu_item span {

    width: 50%;
}

#infos_part_mobile {
    font-size: 10px;
    padding: 0;
}

#infos_part_mobile .col-xs-4 {
    padding: 0;
}

.ticket_collapse .col-xs-12 {
    padding: 0;
}

.ticket_details_title {
    border-bottom: 1px solid;
    padding-bottom: 13px;
}

.user_menu {
    width: 100%;
    text-align: center;
    margin: auto;
}

.user_menu_item:nth-child(2) {
    margin-right: 10px;
    margin-left: 10px;
}

.modal-header .close {
    font-size: 30px;
    right: 20px;
    float: right;
    position: absolute;
}

.links-section {
    padding-bottom: 20px;
}

#jstree {
    margin-top: 20px;
}

.tech_div {
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 5px;
    position: relative;
    background-color: #ec9d579e;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 1px 0px;
    width: 100%;
    display: flex;
    border-top-left-radius: 0px;
    color: black;
    border-top-right-radius: 0px;
}

.tech_div .technote_element {
    flex-grow: 1;
    flex-shrink: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: center;
    width: 95%;
    display: inline-block;
    color: black;
}

.technote_element span {
    color: black;
    font-weight: bold;
}

.comment_element,
.tech_note_element {
    cursor: pointer;
}

.comment_element.active,
.tech_note_element.active {
    font-size: large;
}

/* Important part */
.modal-dialog {
    overflow-y: initial !important
}

#ticket_modal .modal-body {
    overflow-y: scroll;
    margin-right: 3px;
}

.assign_tooltip:after,
.assig:after,
.severity:after,
.topic:after {
    content: '';
    position: absolute;
    /*top: 100%;*/
    /*margin-left: -50px;*/
    /*left:70%;*/
    width: 0;
    height: 0;
    border-top: solid 7px #929292;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;

}

.fa-collapse:before {
    content: "\f0d7";
}

.open .fa-collapse:before {
    content: "\f0d8" !important;
}

.collapsed {
    max-height: 0;
}

.ticket_collapse {
    overflow: hidden;
    transition: max-height 0.5s;
}

.assig:after,
.severity:after {
    left: 160px;
}

.topic:after {
    left: 128px;
}

.open .ticket_collapse {
    display: block !important;
}

.open .ticket_description {
    white-space: nowrap;
}

.add_ticket_icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 80px;
    color: #da6d0d;
    font-size: 80px;
    width: 80px;
}

/* .allowed_user .new_ticket_subject {
    border-top: 1px solid rgba(111, 111, 111, 0.2);
} */

.background_attachment {
    position: relative
}

.infos_part_mobile .col-xs-4 {
    padding: 0
}

/*li.nav-item.active:after {
    content: ".";
    height: 6px;
    display: block;
    position: absolute;
    background: white;
    width: 161px;
    right: 3.5px;
    bottom: -2px;
    font-size: 0;
}*/


li.nav-item.active:after {
    content: "";
    height: 6px;
    display: block;
    position: absolute;
    background: white;
    width: 137px;
    right: 3.1px;
    bottom: -3px;
    font-size: 0;
}

.technote_nav.nav-item.active:after {
    width: 116px;
}

.nav-item.focused a {
    border: 1px solid rgb(0, 170, 255) !important;
    /*border-color: rgb(0, 170, 255);*/
}

.nav-item.focused a {
    border: 1px solid rgb(0, 170, 255) !important;
    /*border-color: rgb(0, 170, 255);*/
}

.assign_tooltip {
    bottom: 70px;
    left: 140px;
    display: none;
}

.modal-footer {
    padding: 15px 30px 15px 15px;
}

.ham_icon_container {
    float: right;
    font-size: 25px;
    color: white;
    margin-left: 40px;
    line-height: 50px;
    cursor: pointer;
}

.hamburger_menu {
    overflow: hidden;
    max-height: 0px;
    transition: max-height 0.15s ease-out;
}

.hamburger_menu a {
    color: white;
}

.hamburger_menu li {
    padding: 15px;
}

.hamburger_menu.active {
    margin-top: 60px;
    max-height: 500px;
    transition: max-height 0.25s ease-in;
}

.toggle.ios,
.toggle-on.ios,
.toggle-off.ios {
    border-radius: 20px;
}

.toggle.ios .toggle-handle {
    border-radius: 20px;
}

.full_width_menu {
    width: 100%;
    margin-left: 0;
}

.tickets_no_margin {
    margin-left: 0;
    width: 80%;
    margin: auto;
    margin-top: 100px;
}

/* #add_ticket_ticket .tickets {
    max-height: 164px;
    height: 164px;
    cursor: auto !important;
    overflow-y: auto;
    overflow-x: hidden;
} */

/* #add_ticket_ticket .layer {
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 95%;
    margin: auto;
    z-index: 10;
} */

#add_ticket_form {
    /* display: none; */
    padding: 15px;
}

#add_ticket_form .row {
    margin-top: 10px;
}

.hidden {
    display: none;
}

/*#add_ticket_ticket:hover .layer, #add_ticket_ticket *:hover .layer{
    display: none;
}
#add_ticket_ticket:hover #add_ticket_form,#add_ticket_ticket *:hover #add_ticket_form{
    display: block
}*/
/* #new_ticket_email {
    width: 100%;
} */

.autocomplete ul {
    list-style: none;
    padding: 0;
    margin-top: 5px;
    width: 100%;
    background: #0d1b28;
    border-radius: 3px;
    position: absolute;
    z-index: 5;
    /*border: 1px solid #615c5c;*/
}

/* .new_ticket_email,
.new_ticket_subject {
    margin-bottom: 5px;
} */

.autocomplete li {
    /*border-top:1px solid gray;*/
    cursor: pointer;
    padding: 3px;
}

.autocomplete li a {
    color: white;
    width: 100%;
    display: inline-block;
}

.autocomplete li:hover {
    background: #122f4a
}

#loading_overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 7, 21, 0.62);
    cursor: pointer;
    z-index: 999999998;
}

.sk-cube-grid {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: white;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

/* .grid-item { */
/*opacity: 0;*/
/* } */

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {

    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {

    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}











/*#alpha { display: none; }*/


/*isotope*/
/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/* #infos_part_mobile .border_bottom{
        border-bottom: 1px solid black;
        margin-bottom:5px;
    } */

/**** disabling Isotope CSS3 transitions ****/
/* .grid-item.visible {
        opacity: 1;
    } */

/* .grid-item {
        opacity: 0;
        transition: opacity 1s;
        
    } */
.add_ticket_element {
    -webkit-transition: max-height 0.5s;
    -moz-transition: max-height 0.5s;
    transition: max-height 0.5s;
    max-height: 0;
    overflow: hidden;
}

.shown {
    max-height: 685px;
}
.add_ticket_element.shown {
    max-height: 890px; 
}

/* End: Recommended Isotope styles */
.ticket-modal,
.ticket-modal .modal-dialog,
.ticket-modal .modal-content {
    height: 98% !important;
}

.reassign-action .close-only,
.topic-action .close-only,
.close-action .reassign-only,
.topic-action .reassign-only,
.reassign-action .topic-only,
.close-action .topic-only {
    display: none !important;
}

.ticket-modal .modal-body {
    height: calc(100% - 130px);
}

#action-modal,
#reassign-modal,
#close-modal {
    background: rgba(0, 0, 0, 0.8) !important;
    padding-top: 10%;

}

.page-item,
.page-item a {
    cursor: pointer !important;
}

.page-item.disabled {
    opacity: 0.5;
}

.page-item.disabled a {
    cursor: default !important;

}

.tooltip {
    z-index: 1000;
}

.reassign-message {
    color: #146d04;
}

.reopen-message {
    color: #146d04;
}

.closed-message,
.unassign-message {
    color: #ac1818;
}

.claim-message {
    color: #03A9F4;
}

.add_users {
    cursor: pointer;
}

.new_ticket_subject,
.new_ticket_description {
    -webkit-transition: border-color 1s ease-out;
    -moz-transition: border-color 1s ease-out;
    -o-transition: border-color 1s ease-out;
    transition: border-color 1s ease-out;
}

/* .new_ticket_subject:before,
    .new_ticket_description:before {
        -webkit-transition: color 1s ease-out;
        -moz-transition: color 1s ease-out;
        -o-transition: color 1s ease-out;
        transition: color 1s ease-out;
    }
    
    .new_ticket_subject.error,
    .new_ticket_description.error {
        border-top: 1px solid rgba(224, 79, 79, 0.81);
        -webkit-transition: border-color 1s ease-out;
        -moz-transition: border-color 1s ease-out;
        -o-transition: border-color 1s ease-out;
        transition: border-color 1s ease-out;
    }
    
    .new_ticket_subject.error:before,
    .new_ticket_description.error:before {
        color: rgba(224, 79, 79, 0.81);
        -webkit-transition: color 1s ease-out;
        -moz-transition: color 1s ease-out;
        -o-transition: color 1s ease-out;
        transition: color 1s ease-out;
        content: attr(placeholder) "*";
    } */

.status_tag {
    background: #03a9f4;
}

.status_tag_2 {
    background: #ec9d57;
}

.severity_tag_1 {
    background: #ec5757 !important;
}

.severity_tag_2 {
    background: #ec8057 !important;
}

.severity_tag_3 {
    background: #ceac5f !important;
}

.date_tag {
    background: #959696;
}

.templates textarea {
    width: 100%;
}

.grid-item .ticket_id {
    margin-top: 10px;
    text-align: center;
    font-weight: bolder;
}

.grid-item .ticket_status,.status-filter  .ticket_status{
    height: 15px;
    background-color: #2d9046;
    width: 15px;
    /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.48); */
    box-shadow: inset 0 0 5px #00000054;
    border-radius: 50%;
    font-size: 0px;
    display: inline-block;
    margin-right: 5px;
}

.status-filter {
    padding: 9px 5px 5px 10px;
    background-color: #fff;
    border-radius: 4px;
}
.status-filter .ticket_status.off{
    opacity: 0.4;
}
.status-filter .ticket_status{
    cursor: pointer;
}
.grid-item .ticket_status.status-1,.status-filter .ticket_status.status-1 {
    background: #2d9046;
}

.grid-item .ticket_status.status-2,.status-filter .ticket_status.status-2 {
    /* background:#d8bb04; */
    background: #da6d0d;
}
.color_status-1 {
    color: #2d9046;
}

.color_status-2 {
    color: #da6d0d;
}

.color_status-3 {
    color: #a70d0d;
}

.grid-item .ticket_status.status-3,.status-filter .ticket_status.status-3 {
    background: #a70d0d;
}

.grid-item .ticket_status.new {
    background: #da6d0d;
}

.duration-filter {
    width: 60px !important;
    display: inline-block !important;
    height: 36px;
}

.duration-button {
    /* color: green; */
    /* cursor: pointer; */
    display: none;
    padding: 5px;
    background: #477eaf;
    color: white;
}
.duration-button:hover{
    color:white;
}
.ticket_informations {
    width: 160px;
    float: left;
    padding: 0;
}

.ticket_details .ticket_title {
    margin: 8px 0px 0px 0px;
    font-weight: 600;
    text-overflow: ellipsis;
}

.ticket_details .ticket_descrition {
    margin: 8px 0px 0px 0px;
    font-weight: 600;
    text-overflow: ellipsis;
}

.ticket_footer {
    border-top: 1px solid #a9a9a961;
    background-color: #e8e8e861;
    padding: 0
}

.ticket_footer .footer_element {
    position: relative;
    border-right: 1px solid #a9a9a961;
    height: 55px;
}

.ticket_footer .information_type {
    position: absolute;
    left: 60px;
    font-size: 13px;
    color: #a0a9ad;
    top: 10px;
}

.ticket_footer .DisplayName {
    position: absolute;
    left: 60px;
    font-size: 16px;
    bottom: 8px;
    display: block;
    height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ticket_footer .severity_part .information_type,
.ticket_footer .severity_part .DisplayName {
    left: 10px;
}

.ticket_footer .severity_part .DisplayName {
    top: 26px
}

.action_button {
    text-align: center;
    line-height: 55px;
    font-size: 20px;
    color: #0d1b28;
    padding: 0;
    cursor: pointer;
    transition: background-color 0.4s ease;
}

.disappear span {
    right: -50px !important;
}

.action_button:hover {
    background: #dfdfe8;
}

.action_button_container {
    padding: 0;
    border-bottom: 1px solid #a9a9a961;
}

.no_border {
    border: none;
}

.ticket_status_icon {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    /* left: 0; */
    margin: auto;
    background-image: linear-gradient(to right, #00b753, #004e03);
    right: 10px;
}

.ticket_status_icon.status_3 {
    background-image: linear-gradient(to right, #a0a0a0, #1d1d1d);
}



.collapse_buttons_container {
    text-align: right;
    margin: 15px 0px 15px 15px;
}

.comments_section {
    /* height: calc(100% - 200px) !important; */
    max-height: 380px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    margin-top: 40px;
    width: 100%;

}

.close_ticket_button:hover {
    background: #ac18184f;
    color: #543021;
}

.claim_ticket_button:hover {
    background: #03a9f482;
    color: #4c678a;
}


.assign_to_tech_button:hover {
    background: #136d047a;
    color: #124031;
}

.ticket_body {
    height: 100%;
    width: 100%;
    box-sizing: content-box;
}

.ticket_mini_buttons {

    z-index: 99;
    position: absolute;
    top: 0px;
    font-size: 35px;
    cursor: pointer;
    color: #a9a9ab;
    -webkit-transition: color .3s ease-in;
    -moz-transition: color .3s ease-in;
    -o-transition: color .3s ease-in;
    transition: color .3s ease-in;
}

.go_ticket_button a i {
    color: #a9a9ab;
}

.go_ticket_button {
    right: 70px;
}

.go_ticket_button i {
    vertical-align: top;
    font-size: 20px;
    padding-top: 8px;
}

.collapse_button_down,
.collapse_button_up {
    right: 30px;
}

.ticket_mini_buttons i:hover {
    color: #4c4c4c !important;
}

.ticket_mini_buttons:hover {
    color: #4c4c4c !important;
}


.collapse_button_up {
    display: none;
}

.assignedto_infos,
.createdby_infos,
.ownedby_infos,
.topic_infos {
    padding-left: 10px;
}

.infos_part i {
    color: #afafaf;
    margin-right: 3px;
}

/* updating select2 style */
.select2-container--default .select2-selection--single {
    border: 1px solid #e6e6e6;
}

.select2-container .select2-selection--single {
    height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    line-height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}

#company_modal {
    margin-top: 100px;
}

#company_modal .btn-primary {
    width: auto !important;
    padding: 4px 12px;
    margin-bottom: 0 !important;
}

.select2-container .avatar {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 50%;
}

.action_button.disabled {
    background: #dadada !important;
    color: #c1c1c1 !important;
    cursor: default !important;
}

textarea:focus {
    outline: none !important;
    -webkit-appearance: none !important;
    box-shadow: none !important;
    border-color: #ddd !important;
}

.toggle_ticket_status {
    margin-top: 20px !important;
    margin-right: 20px;
    float: right;
}

.ticket_status_checkbox {
    margin-right: 5px !important;
}

#reassign,
#topic {
    width: 200px;
}

.mobile_ticket_id {
    font-size: 13px
}

.new {
    position: absolute;
    right: -4px;
    background: #da6d0d;
    text-align: center;
    color: white;
    top: 35px;
    padding: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.35);
}

.ribbon {
    position: absolute;
    right: -6px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon span {
    transition: right 0.4s;
    font-size: 13px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    line-height: 20px;
    width: 35px;
    display: block;
    background: linear-gradient(#F79E05 0%, #bd710f 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 35px;
    right: 0px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 3px;
}

.ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
}

.ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #8F5408;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8F5408;
}

.ticket_header_container {
    margin-left: 30px
}

.autocomplete {
    width: 100%;
    position: relative;
}

#form_reassign .ticket_status,
#form_close .ticket_status {
    margin-right: 5px;
    margin-top: 0;
    margin-left: -20px;
    margin-top: 5px;
}

.profile_picture {
    margin-right: 10px;
}

.avatar_circle {
    width: 40px;
    height: 40px;
    margin: 5px 0 0 10px;
    object-fit: cover;
    border-radius: 50%;
}

#linked_email {
    width: 300px;
    margin-right: 10px;
}

.iti__flag-container .error {

    color: #F44336;
    position: absolute;
    left: 100%;
    top: 0;
    white-space: nowrap;
    clear: both;
    margin: 5px;
}

.preview-iframe {
    min-height: 600px;
    pointer-events: none;
    border: 1px solid grey;
    padding: 0;
}

/* notifier */
.notification_container.general {
    position: fixed;
    z-index: 999999999;
    bottom: 0;
    right: 0;
    left: auto;
    width: 100%;
    /* height: 500px; */
}

.notification_container.general .notification {
    position: absolute;
    z-index: 99999;
    display: block;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
    border-radius: 0;
}

.notification_container.general .arrow_down {
    display: none;
}

.notification_container {
    position: relative;
    display: block;
    vertical-align: top;
}

.notification:not(tr) {
    left: 0;
    bottom: 100%;
    padding: 5px 25px 5px 10px;
    margin-bottom: 5px;
    border-radius: 3px;
}

.success_notification .arrow_down {
    border-top: 5px solid rgba(0, 255, 0, 0.8);
}

.failure_notification .arrow_down {
    border-top: 5px solid rgba(255, 0, 0, 0.8);
}

.success_notification {
    position: absolute;
    background: rgba(0, 255, 0, 0.8);
    color: green;

}

.failure_notification {
    position: absolute;
    background: rgba(255, 0, 0, 0.8);
    white-space: nowrap;
    color: white;
}

.arrow_down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    top: 100%;
}

.close_notification {
    cursor: pointer;
    position: absolute;
    right: 5px;
    line-height: 23px;
    font-size: 13px;
}

.grant_access {
    clear: both;
}

#HomePageHtmlInput {
    min-height: 200px;
}

.remove-button {
    cursor: pointer;
    vertical-align: -webkit-baseline-middle;
}

.access-button {
    color: #2c7ea1;
    cursor: pointer;
    vertical-align: -webkit-baseline-middle;
}

.linked-accounts-list td {
    padding: 5px;
}

.logo>img {
    max-width: 300px;
}

.company-logo {
    width: 100px;
    height: 100px;
}

.linked-accounts-list {
    list-style: none;
    padding-left: 0;
}

.dropdown-menu ul li {
    list-style: none;
}

.user-displayname {
    display: inline-block;
    padding: 5px;
}

.company-logo .attachment_file {
    background: none;
    border-radius: 5px;
    vertical-align: top;
    text-align: left;
}

.company-logo .image_file {
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    left: 0;
}

.description_part {
    min-height: 90px;
    transition: min-height .3s ease-out;
}

.open .description_part {
    min-height: 0px !important;
}

.LastCommentContainer {
    transition: opacity .3s ease-in-out, height .3s ease-in-out, margin .3s;
    margin-top: 10px;
    height: 72px;
}

.jscolor {
    width: 70px;
}

.LastCommentContainer .comment {
    overflow-wrap: break-word;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.open .LastCommentContainer,
.open .LastCommentContainer * {
    opacity: 0;
    height: 0;
    margin: 0;
    padding: 0;
}

.infos_part .fa-user-check:before {
    font-size: 13px !important;
}

.ticket_description {
    transition: opacity .3s ease-in-out, margin .3s, height .3s;
    opacity: 0;
    height: 0;
    margin: 0;
    padding: 0;
}

.ticket_status_container.disabled {
    opacity: 0.5;
}

.open .ticket_description {
    opacity: 1;
    padding-top: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 35px;
    margin-top: 8.5px;
    margin-bottom: 8.5px;
    height: auto;
}

.text_status_mobile {
    height: 100%;
    line-height: 50px;
    text-align: center;
}

.filter_by_user, .filter_show_colsed, .filter_waiting_on_me_only {
    display: none;
}
#main_container.allTickets .filter_all{
display: block;
}
.filter_all{
    display: none;
    padding-bottom: 15px;
    width: 100%;
}
.severity-filter .btn:hover{
    background:#eeeeee !important;
    border-left:1px solid #eeeeee;
    border-right:1px solid #eeeeee;
}
.severity-filter .btn:focus,.severity-filter .btn:active{
    outlin:none !important;
}
.severity-filter .btn{
    background:white;
    height: 35px;
    border-top: none;
    border-bottom: none;
}
.severity-filter .btn.off{
    opacity:0.4;
}
#main_container.recentlyClosed .filter_by_duration {
    display: block;
}
#main_container.mytickets .filter_show_colsed { 
    display: block;
}

.filter_by_duration label{
    margin-bottom:0;
}

#main_container.assignee .filter_by_user,
#main_container.creator .filter_by_user,
#main_container.owner .filter_by_user,
#main_container.recentlyClosed .filter_by_user {
    display: block;
}

#main_container.dashboard .filter_waiting_on_me_only {
    display: block;
}


#HomePageHtml img {
    max-width: 100%;
}

#HomePageHtml {
    color: black;
    margin-top: 100px;
    padding-left: 40px;
    box-sizing: border-box;
    text-align: left;
    /* overflow: hidden; */
}

.mb-5 {
    margin-bottom: 5px !important;
}




#login_preview {
    display:none;
}




.change_password-section,
.change_password-section,
.change_email-section,
.change_personal_details-section {
    display: none;
}
.new_form-section,
.forms_list-section{
    display: none;
}
.new_form-section.active,
.forms_list-section.active{
    display: block; 
}

.change_password-section.active,
.change_email-section.active,
.change_personal_details-section.active {
    display: block;
}
.iti__country-name {
    color:black !important; 
}
.preview_arrow{
    font-size: 30px;
    cursor: pointer;
    display: inline-block;
    vertical-align: sub;
}
/* end */
@media (min-width: 1200px) {
    .container {
        min-width: 830px;
    }

    .modal-dialog {
        width: 900px;
    }

    .ticket_details .ticket_title {
        padding-right: 40px;
    }
}


@media (min-width: 768px) {
.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 20px;
    vertical-align: middle;
}
}
@media (max-width: 768px) {

    #reassign {
        width: 100%;
    }

    #sidebar {
        margin-left: -250px;
    }

    #sidebar.active {
        margin-left: 0;
    }

    #sidebarCollapse span {
        display: none;
    }

    .pull-left.name,
    #sidebarCollapse {
        display: none;
    }

    .tickets_container {
        padding: 10px !important;
    }

    .form-group.sb-search-open,
    .no-js .sb-search-open {
        width: 90%;
    }

    #company_selector,
    #company-container {
        width: 90px !important;
    }

    .company-form .sb-search-open {
        margin: 1px !important;
        width: 90px !important;
    }

    .tickets-section,
    .filter_part {
        width: 100%;
        margin-left: 0;
    }

}

@media only screen and (max-width: 475px) {

    .collapse_button_down,
    .collapse_button_up {
        z-index: 99;
        position: absolute;
        right: 7px;
        top: -4px;
    }

    .ticket-modal .modal-body {
        height: calc(100% - 160px) !important;
    }

    .assign_tooltip {
        left: 10px;
    }

    .tag {
        height: 30px;
    }

    .ticket_footer .severity_part .information_type,
    .ticket_footer .severity_part .DisplayName {
        left: 18px;
    }

    .action_button_container {
        padding: 0;
        border-bottom: 1px solid #a9a9a961;
        border-top: 1px solid #a9a9a961;
    }

    .grid-item .ticket_id,
    .ticket_status {
        font-size: 12px;
    }

    .ticket_informations {
        width: 100px;
    }

    .ticket_details .ticket_title {
        font-size: 14px;
    }

    .ticket_details .ticket_description {
        font-size: 13px;
    }

    .ticket_footer .DisplayName {
        position: absolute;
        left: 60px;
        font-size: 13px;
        bottom: 10px;
    }

    .ticket_footer .information_type {
        font-size: 11px;
        top: 15px;
    }



    .ticket_title:after {
        font-size: 10px;
        color: #a0a9ad;
    }
}

@media only screen and (max-width: 340px) {
    .assign_tooltip {
        bottom: 110px;
    }

    .assign_tooltip:after {
        left: 45%;
    }

    .modal-footer .btn+.btn {
        margin-left: 0px;
    }
}


@media only screen and (max-width: 700px) {
    .mobileMenu_icon_container {
        font-size: 1.6em;
        text-align: center;
    }

    #sidebar {
        margin-top: 50px;
    }

    .service_desk_image {
        height: 20px;
    }

    .modal-files-content {
        width: 100%;
    }
}

@media (min-width: 1500px) {
    .section-area {
        width: 35%;
    }

    .image-area {
        width: 75%
    }
}

/* xs goes here */
@media (max-width: 1200px) {
    .xs-full-width{
        width: 100%!important;
    }
    #user_modal {
        overflow: auto !important;
    }

    .footer_element {
        border-top: 1px solid #a9a9a961;
    }
}

@media (max-width: 1499px) {
    .section-area {
        width: 40%;
    }

    .image-area {
        width: 60%
    }
}



@media only screen and (min-width: 991px) {
    .dropdown-menu ul {
        width: 225px;
        overflow: hidden;
    }

    .companies_switcher:hover ul {
        display: block;
    }

    .companies_list {
        position: absolute;
        border: 1px solid rgba(0, 0, 0, 0.15);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        right: 100%;
        top: 0;
    }
}

.dropdown-menu ul {
    display: none;
}

@media only screen and (max-width: 991px) {
    .dropdown-menu ul {
        display: block;
    }
    .severity-filter{
        text-align:center !important;
        color:red;
    }
.status-filter{
    text-align:center;
}
.filter_by_duration {
    text-align:center;
}
.filter_by_duration input{
    width: 217px !important;
}
   .status-filter .ticket_status{
       height:50px !important;
       width:50px !important;
       margin:5px 5%;
   }
 .filter_all .select2{
        width:100% !important;
    }
    .open>.dropdown-menu {
        display: block;
        width: 100%;
    }

    .dropdown-menu a {
        line-height: 35px !important;
    }

    .dropdown-menu ul li {
        padding-left: 20px;
    }

    ul.dropdown-menu li {
        line-height: 35px;
    }

    ul.dropdown-menu {
        font-size: 18px;
    }

    #user-dropdown {
        position: static;
    }

    #main-nav #user-dropdown .dropdown-menu {
        width: 100% !important;
        margin-top: 0 !important;
    }

    .companies_switcher.dropup ul {
        display: block;
    }

    .section-area {
        width: 45%;
    }

    .grant_access {
        display: block;
        margin-top: 10px;
    }

    .image-area {
        width: 55%
    }

    .go_ticket_button {
        right: 35px;
    }

    .go_ticket_button i {
        padding-top: 5px;
    }

    .ticket_title {
        margin-right: 41px !important;
        white-space: nowrap;
        overflow: hidden;
    }
}

@media only screen and (max-width: 767px) {
    .user_menu_item {
        font-size: 19px;
    }

    .tickets-section {
        margin-left: 0px;
        width: 100%;
    }

    .section-area {
        width: 55%;
    }

    .image-area {
        width: 45%
    }

    .shown {
        max-height: 800px;
    }

    /* .comments_section{
            margin: 180px !important;
        } */
    .section-header,
    .section-content {
        padding: 0 20px;
    }

    #main-nav .navbar-header {
        float: left;
    }

    #main-nav .navbar-brand {
        margin-left: 10px;
    }

    #main-nav .navbar-right {
        float: right;
        margin: 0;
    }

    #main-nav .navbar-right>li {
        float: left;
    }

    #main-nav .navbar-right .dropdown-menu {
        right: 0 !important;
        left: auto !important;
        margin-top: 14px;
    }

    #main-nav .dropdown-menu {
        width: 98% !important;
        position: absolute !important;
        float: inherit !important;
        /* width: inherit !important; */
        background-color: #fff;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    }

    .filter_part {
        width: 100%;
        margin-left: 0;
    }
}

#verify_phone {
    font-weight: bolder;
}

@media only screen and (max-width: 600px) {

    .signup-login-area {
        position: absolute;
        right: 0;
    }

    .section-area {
        width: 100%;
    }

    .image-area {
        width: 0%;
    }

    #home-tab,
    #profile-tab {
        font-size: 12px;
    }

    li.nav-item.active:after {
        width: 136px;
    }

    .technote_nav.nav-item.active:after {
        width: 94px;
    }
}

#apps_button a {
    vertical-align: bottom;
    font-size: 25px;
    cursor: pointer;
}

.tagElement {
    margin-top: 2rm;
    display: inline-block;
    cursor: pointer;
}

.message {
    background: #f1f1f1;
    color: #000;
    position: relative;
    padding: 20px;
    margin-top: 10px;
}

.message p {
    padding: 6px 10px;
    font-size: 14px;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
    color: green;
}

.valid:before {
    position: relative;
    left: -10px;
    /* content: '&#10004;'; */
    content: "\2714";
}

/* Add a red text color and an "x" icon when the requirements are wrong */
.invalid {
    color: red !important;
}

.invalid:before {
    position: relative;
    left: -10px;
    /* content: '&#10006;'; */
    content: "\2716";
}

input[type="radio"] {
    position: relative;
    top: 3px;
}

.ticket_status_container>label {
    margin-right: 15px;
}

#form_login .login-button {
    padding: 4px 16px !important;
    vertical-align: top;
}

.rememberme-container {
    display: inline-block;
    vertical-align: sub;
    padding-left: 7px;
    margin-top: 7px;
}

.alert-box {

    padding: 5px;
    margin-bottom: 17px;
    border: 1px solid transparent;
    border-radius: 3px;
    background: rgba(255, 0, 0, 0.5);
    color: white;
}

.private-pc-alert:not(.visible) {
    display: none;
}

.table-wrapper{
    /* box-shadow: 0px 35px 50px rgba( 0, 0, 0, 0.2 ); */
}

.fl-table {
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    background-color: white;
}

.fl-table td, .fl-table th {
    text-align: center;
    padding: 8px;
}






.fl-table tr:nth-child(even) {
    background: #F8F8F8;
}

/* Responsive */

@media (max-width: 767px) {
    .fl-table {
        display: inline-block;
        width: a;
    }
    .table-wrapper:before{
        content: "Scroll horizontally >";
        display: block;
        text-align: right;
        font-size: 11px;
        color: white;
        padding: 0 0 10px;
    }
    .fl-table thead, .fl-table tbody, .fl-table thead th {
        display: block;
    }
    .fl-table thead th:last-child{
        border-bottom: none;
    }
    .fl-table thead {
        float: left;
    }
    .fl-table tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
    }
    .fl-table td, .fl-table th {
        padding: 20px .625em .625em .625em;
        height: 60px;
        vertical-align: middle;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        font-size: 13px;
        text-overflow: ellipsis;
    }
    .fl-table thead th {
        text-align: left;
        border-bottom: 1px solid #f7f7f9;
    }
    .fl-table tbody tr {
        display: table-cell;
    }
    .fl-table tbody tr:nth-child(odd) {
        background: none;
    }
    .fl-table tr:nth-child(even) {
        background: transparent;
    }
    .fl-table tr td:nth-child(odd) {
        background: #F8F8F8;
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tr td:nth-child(even) {
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tbody td {
        display: block;
        text-align: center;

    }
}
.clear-both{
clear:both !important;
}
