html {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
body {
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif;
    background: #222d4e;
    font-size: 12px;
    color: #2e3746;
    overflow-x: hidden;
    overflow-y: auto;
}
a, article, aside, body, button, canvas, em, footer, form, header, iframe, img, input, li, menu, nav, ol, p, pre, section, select, sub, sup, table, textarea, ul {
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif;
    vertical-align: baseline;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    outline: 0;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
}
*, after, before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: 400;
}
body {
    line-height: 1;
    min-height: 100vh;
    background-color: #f4f6f9;
}
a {
    color: #337ab7;
    text-decoration: none;
    transition: all .2s ease-in-out 0s;
    -webkit-transition: all .2s ease-in-out 0s;
}
a:hover {
    text-decoration: none;
    color: #0c2e51;
}
p {
    line-height: 1.4;
    margin-bottom: 13px;
}
b, strong {
    font-weight: 600;
}
a:focus {
    background: 0 0;
}
u {
    text-decoration: underline;
}
em, i {
    font-style: italic;
}
img {
    max-width: 100%}
.clear {
    clear: both;
}
input[type=button], input[type=reset], input[type=submit], input[type=text] {
    appearance: none;
    -webkit-appearance: none;
    -webkit-appearance: none;
}
input[type=button], input[type=reset], input[type=submit] {
    cursor: pointer;
    font-size: 16px;
}
.clearfix {
    clear: both;
}
.loginPage {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    min-height: 100vh;
    color: #fff;
    background: #222d4e;
}
.loginPage .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.loginRight {
    width: 100%;
    max-width: 400px;
}
.loginRight h1 {
    font-size: 24px;
    margin-bottom: 30px;
}
.loginRight .form-control {
    display: block;
    width: 100%;
    height: 54px;
    border-radius: 8px;
    border: solid 2px #6e7ca5;
    padding: 0 14px;
    background: 0 0;
    outline: 0;
    box-shadow: none;
    color: #fff;
}
.loginRight .form-control:focus, .loginRight .form-control:hover {
    border-color: #a0add3;
}
.loginRight .form-control::-webkit-input-placeholder {
    color: #ddd;
    opacity: 1;
    font-weight: 300;
}
.loginRight .form-control::-moz-placeholder {
    color: #ddd;
    opacity: 1;
    font-weight: 300;
}
.loginRight .form-control:-ms-input-placeholder {
    color: #ddd;
    opacity: 1;
    font-weight: 300;
}
.loginRight .form-control:-moz-placeholder {
    color: #ddd;
    opacity: 1;
    font-weight: 300;
}
.loginRight .btn {
    width: 100%;
    height: 50px;
    border-radius: 8px;
}
.loginPage .container {
    max-width: 1100px;
}
.loginRight .btn {
    font-size: 16px;
}
body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
    margin-left: 0!important;
}
.headerPart {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background: #222d4e;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
}
.border_none {
    border: 0!important;
}
.main-footer {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
}
.main-footer strong {
    font-weight: 500;
}
.inlnie_prority {
    display: flex;
    width: 100%;
    align-items: center;
}
.inlnie_prority .prority_radio+.prority_radio {
    margin-left: 14px;
}
.inlnie_prority .prority_radio i {
    font-size: 18px;
    color: red;
    vertical-align: middle;
    margin: -1px 3px 0 0;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
}
.headerPart img {
    display: block;
}
.inlnie_prority .prority_radio i.fa-face-frown {
    color: red;
}
.inlnie_prority .prority_radio i.fa-face-frown-open {
    color: orange;
}
.inlnie_prority .prority_radio i.fa-face-meh {
    color: green;
}
.prority_radio {
    position: relative;
    display: inline-block;
}
.prority_radio input[type=radio] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 1px;
    height: 1px;
}
.prority_radio label {
    position: relative;
    cursor: pointer;
    padding: 6px 14px;
    border-radius: 50px;
    margin: 0;
    border: solid 1px #bbb;
    transition: all .1s ease-in-out 0s;
    -webkit-transition: all .1s ease-in-out 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: 16px center;
    font-size: 14px;
}
.prority_radio label img {
    height: 18px;
    display: block;
    margin-right: 12px;
}
.prority_radio label:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
}
.prority_radio input[type=radio]:checked+label {
    background: url(../images/check_icon.svg) center no-repeat;
    background-size: 14px;
    background-position: 18px center;
    color: #fff;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    color: #fff;
}
.prority_radio input[type=radio]:checked+label img {
    color: transparent!important;
    visibility: hidden!important;
}
.prority_radio.low_prority input[type=radio]:checked+label {
    background-color: #0caf0c!important;
    border-color: #0caf0c;
}
.prority_radio.medium_prority input[type=radio]:checked+label {
    background-color: #f9a712!important;
    border-color: #f9a712;
}
.prority_radio.high_prority input[type=radio]:checked+label {
    background-color: #f71818!important;
    border-color: #f71818;
}
.navbar-light .navbar-nav .nav-link {
    font-weight: 500;
    color: #000;
    opacity: 1;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #007bff;
}
.tab-content {
    padding-top: 5px;
}
.menusnav {
    display: inline-block;
}
.menusnav ul li {
    display: inline-block;
}
.menusnav ul li+li {
    margin-left: 10px;
}
.menusnav ul li a {
    color: #fff;
    display: inline-block;
    padding: 7px 10px;
    border-radius: 4px;
}
.menusnav ul li a:hover {
    background: rgba(255, 255, 255, .2);
}
.menusnav ul li a.active {
    background: #39aabc;
    color: #fff;
}
.menusnav ul li.logout_link {
    margin-left: 30px;
}
.menusnav ul li.logout_link a {
    background: rgba(255, 255, 255, .2);
}
.page__over {
    display: block;
    width: 100%;
    clear: both;
    padding: 10px;
    padding-bottom: 0;
}
.page__header {
    padding: 8px 10px;
    background: #76a7af;
    color: #fff;
    border-radius: 4px 4px 0 0;
}
.page__header h1 {
    font-size: 14px;
}
.page__content {
    display: block;
    width: 100%;
    clear: both;
    padding: 20px;
    background: #fff;
    border-radius: 0 0 4px 4px;
    border: solid 1px #ddd;
    border-top: 0;
    min-height: calc(100vh - 142px);
}
.table td, .table th {
    padding: 8px;
}
.table-bordered th {
    background: #ddd;
    border: 0!important;
    color: #000;
    font-weight: 600;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}
.table-bordered td, .table-bordered th {
    border: 0;
    border-bottom: solid 1px #ddd!important;
}
.table-bordered {
    border: 0;
}
table.dataTable td.status_line {
    border-left: solid 8px;
}
table.dataTable td.status_line.complete {
    border-left-color: #69e6ff;
}
table.dataTable td.status_line.inprogress {
    border-left-color: #efe223;
}
table.dataTable td.status_line.new {
    border-left-color: #1e73be;
}
.table-striped tbody tr:hover {
    background: #ebeef3;
}
/*table.dataTable .btn {
    background: #fff!important;
    border: solid 1px #ccc!important;
    padding: 5px;
    color: #000!important;
    width: 30px;
    height: 30px;
    display: inline-block;
}
table.dataTable .btn:hover {
    background: #eee!important;
    color: #000!important;
}*/
.btn {
    font-size: 12px;
    padding: 6px 15px;
}
.form-control-sm {
    height: 28px;
}
div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
    float: right;
   /* margin: -39px 0 0 0;*/
}
.main-footer {
    padding: 10px;
    background: #f4f6f9;
    border: 0;
    text-align: center;
}
.form-control {
    border-radius: 6px;
    font-size: 14px;
    border: 1px solid #bbb;
    box-shadow: none;
}
.invalid-feedback {
    font-size: 12px;
    font-weight: 400;
}
.invalid-feedback strong {
    font: inherit;
}
.ticket_inffoss strong {
    display: block;
    padding-bottom: 4px;
}
.page-link {
    padding: .4rem .55rem;
}
.part__Left {
    width: 50%}
.part__Right {
    width: 50%;
    padding-left: 20px;
    margin-left: 20px;
    border-left: solid 1px #bbb;
}
.ticketDetail_page {
    display: flex;
    width: 100%;
    min-height: calc(100vh - 185px);
}
.backbtn {
    color: #fff;
    text-decoration: none;
}
.backbtn:hover {
    color: #fff;
    text-decoration: underline;
}
.ticket_titlenames h1 {
    font-size: 22px;
    margin: 10px 0;
    margin-top: 20px;
}
.ticket_titlenames .ticketDesc {
    font-size: 14px;
    margin-bottom: 25px;
}
.userphoto {
    width: 54px;
    height: 54px;
    display: inline-block;
}
.userphoto img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%}
.username_box {
    display: flex;
    align-items: flex-start;
}
.userphoto {
    min-width: 54px;
}
.userinfos_topRight {
    flex-grow: 1;
    padding-left: 14px;
}
.userintr_top {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 3px;
}
.usernametext {
    flex-grow: 1;
    padding-right: 18px;
    color: #000;
    font-weight: 500;
}
.usernametext a {
    color: #000;
}
.posteddate {
    color: #888;
    display: block;
}
.description {
    margin-bottom: 0;
    margin-top: 8px;
    clear: both;
}
.part__Right .post {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #ddd;
    display: block;
    clear: both;
}
.ticket_form {
    display: block;
    width: 100%;
    clear: both;
    border-bottom: solid 1px #ddd;
    margin-bottom: 20px;
}
.post_message_box {
    display: block;
    clear: both;
    width: 100%}
.post_message_box h3 {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 5px;
}
.content-wrapper {
    height: auto;
    min-height: calc(100vh - 96px)!important;
}
.nav-tabs .nav-link {
    background: #eef3f7;
    margin-right: 4px;
    border-bottom: solid 1px #dee2e6;
    color: #217f8f;
}
.nav-tabs .nav-link:hover {
    background: #dae2e9;
    border-color: #dae2e9;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background: #fff!important;
    border-bottom-color: #fff!important;
    cursor: default;
}
.page-item.previous a:before {
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 6px;
}
.page-item.next a:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 6px;
}
.pagination li {
    margin-right: 4px;
}
.pagination li:last-child {
    margin-right: 0;
}
.pagination li a {
    border-radius: 4px;
}
.Editor-container {
    margin-top: 0!important;
}
.cke_toolbox #cke_12, .cke_toolbox #cke_20, .cke_toolbox #cke_22, .cke_toolbox #cke_26, .cke_toolbox #cke_31, .cke_toolbox #cke_33 {
    display: none!important;
}
.custom_radio_box {
    display: block;
    width: 100%;
    clear: both;
    padding-top: 2px;
}
.custom_radio {
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
    font-size: 14px;
}
.custom_radio input {
    vertical-align: top;
}
.custom_radio label {
    padding-left: 3px;
}
.ticketDesc ol {
    margin-bottom: 15px;
    display: block;
    padding-left: 18px;
}
.ticketDesc ul {
    margin-bottom: 15px;
    display: block;
    padding-left: 18px;
}
.ticketDesc ol li {
    list-style-type: decimal;
    margin-bottom: 5px;
}
.ticketDesc ul li {
    list-style-type: disc;
    margin-bottom: 5px;
}
table tr td .ticketDesc {
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
}
table tr td .ticketDesc * {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 5px;
    padding-left: 0;
}