* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
}

body,
pre {
    color: #212121;
    font-size: 14px;
    margin: 0;
    padding: 0;
    font-family: "Source Sans Pro", Arial, sans-serif !important;
}

pre {
    white-space: normal;
    background: #fff;
    border: 0;
}

a {
    cursor: pointer;
    color: #0c3eae;
    text-decoration: none !important;
}

a:focus,
a:hover {
    text-decoration: none !important;
}

ul li {
    cursor: pointer;
}

/*============input and button css ==========*/
.form-label {
    font-weight: bold;
}

.form-control {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
}

.form-select {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    color: #000;
}

.btn {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    padding: 6px 25px;
}

/*==================Header Css start From here=============================*/

h1 {
    font-size: 2.5em;
}

h2 {
    font-size: 2.1em;
}

h3 {
    font-size: 1.7em;
}

h4 {
    font-size: 1.2em;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: 0.8em;
}

.pdtpbt-10 {
    padding: 10px 0;
}

.mgtp-10 {
    margin-top: 10px !important;
}

.mgbt-10 {
    margin-bottom: 10px !important;
}

.mgtp-25 {
    margin-top: 25px !important;
}

.pdtp-10 {
    padding-top: 10px !important;
}

.border-bottom {
    border-bottom: 1px solid #ddd;
}

.header {
    border-bottom: 5px solid #da2126;
    min-height: 80px;
}

.logoContainer {
    margin-top: 10px;
}

.welcomeGuestConatiner {
    background: transparent;
    margin-top: 18px;
    color: #666;
    padding: 10px 20px;
    float: left;
}

.backtosite {
    color: #fff;
    margin-top: 18px;
    padding: 9px 20px !important;
    background: #9d1e21;
    border: #9d1e21;
}

.backtosite:hover,
.backtosite:focus,
.backtosite:active {
    color: #fff;
    background: #9d1e21 !important;
}

.welcomeGuestConatiner strong i {
    padding-right: 10px;
}

.bannerContainer {
    background: url(../images/homebanner.jpg) no-repeat left top;
    background-size: 100% 196px;
    min-height: 196px;
    border-bottom: 1px solid #fff;
}

.bannerContainer h1 {
    color: #94999d;
    padding-top: 40px;
    font-size: 4em;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.breadcrumbContainer {
    background: #073863;
    overflow: hidden;
    text-align: right;
}

.breadcrumbContainer .breadcrumb {
    font-size: 12px;
    padding: 8px 0px;
    margin-bottom: 0px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}

.breadcrumb>.active {
    color: #fff;
}

.breadcrumb>li {
    color: #fff;
}

.breadcrumb>li a {
    color: #fff;
}

.leftNavContainer {
    background: #e6e6e6;
    min-height: 800px;
    padding-top: 10px;
}

.leftNav li {
    border-bottom: 1px solid #fff;
}

.leftNav li a {
    color: #212121;
    font-size: 1.5em;
    padding: 25px 0 25px 95px;
    display: block;
}

.leftNav li.active {
    background: #ccc0c0;
}

.leftNav li:hover {
    background: #ccc0c0;
}

.leftNav li a.tickets {
    background: url(../images/ticketsIcon.png) no-repeat 10px center;
}

.leftNav li a.assets {
    background: url(../images/assetsIcons.png) no-repeat 10px center;
}

.ContentArea {
    margin-top: 15px;
    margin-bottom: 15px;
}

.btnPositionRyt {
    margin-bottom: 15px;
    text-align: right
}

.btnPositionCenter {
    margin-bottom: 15px;
    text-align: center
}

.ContentArea sup {
    color: red;
    font-size: 14px;
    margin-top: 8px;
}

.footerContainer {
    border-top: 5px solid #da2126;
    min-height: 70px;
    margin-top: 0px;
}

.copyrightList {
    padding-top: 20px;
}

.copyrightList li {
    padding-right: 0px;
    padding-left: 0px;
    color: #212121;
}

.copyrightList li a {
    border-left: 1px solid #000;
    padding-right: 5px;
    padding-left: 5px;
    color: #212121;
}

.bdrBtm {
    border-bottom: 3px solid #01185b;
    padding-bottom: 10px;
    margin: 0 -15px 20px;
}

.paddingContainer20 {
    padding: 0 30px;
}

.graybox {
    padding: 15px !important;
    display: block !important;
}

.btn.roundWhtBtn {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    padding: 12px 35px;
    margin-bottom: 15px;
}

.inputfilepadd {
    padding: 10px;
    height: auto;
}

.bdrTp5 {
    border-top: 3px solid #ccc;
    padding-top: 15px;
}

.bdrBt5 {
    border-bottom: 3px solid #ccc;
    padding-bottom: 15px;
}

/*============accordian css below ================*/

.bigtableContainer {
    overflow-x: scroll;
    overflow-y: hidden;
}

.table-vertical {
    width: 100%;
    height: auto;
    border-collapse: collapse;
    border: 1px solid #ccc;
}

.table-vertical>tbody>tr>td,
.table-vertical>thead>tr>th {
    padding: 6px;
    border-top: 1px solid #ccc;
    text-align: left;
    vertical-align: middle;
    border-right: 1px solid #ccc;
}

.table-vertical>thead>tr>th {
    background: #eaeaea;
    color: #222;
    font-weight: bold;
    vertical-align: middle;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
    bottom: 6px !important;
    right: 4px !important;
}

.table-vertical>tbody>tr>td .feedback-link {
    font-size: 10px;
}

.table-vertical>tbody>tr>td .feedback-link a {
    font-weight: normal;
}

.totalTicket {
    margin-top: 20px;
    line-height: 30px;
}

.pagination.myPagination {
    margin-bottom: 0;
}

.input-group-btn.valignClass {
    vertical-align: bottom;
}

.form-control.Product {
    background: none;
    border: none;
    box-shadow: none;
    outline: none;
}

.field_Product {
    display: none;
}

.projectLevel.list-unstyled li {
    line-height: 30px;
}

.myPagination .current {
    background-color: #ddd;
}

.form-error,
.errortxt,
.text-danger {
    color: red !important;
    font-size: 14px !important;
}

.leftMain {
    width: 28%;
}

.rightMain {
    width: 72%;
}

.leftNavContainer .widget-area {
    border-color: #faebcc;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.leftNavContainer .support-agreement-info,
.leftNavContainer .widget-area {
    margin: 2px 10px;
    padding: 0px;
    clear: both;
}

.leftNavContainer .widget-area {
    margin-top: 10px;
    background: transparent;
}

.leftNavContainer .widget-area .widget_wpb_widget {
    background: #fff;
    margin: 10px 0;
    border-radius: 4px;
}

.leftNavContainer .widget-area .widget_wpb_widget:last-child {
    margin-bottom: 10px;
}

.leftNavContainer .my-products,
.leftNavContainer .support-info {
    margin: 10px 10px;
    padding: 0px;
}

.leftNavContainer .widget-area h2 {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.leftNavContainer .support-agreement-info .info-content,
.leftNavContainer .support-info .info-content,
.leftNavContainer .widget-area .custom-html-widget,
.leftNavContainer .widget-area .execphpwidget {
    padding: 10px 5px 10px 20px;
    font-size: 0.9em;
}

.leftNavContainer .support-agreement-info.my-products .info-content {
    padding: 0;
}

.leftNavContainer .support-agreement-info.my-products .info-content li {
    padding: 10px 9px 10px 20px;
    border-radius: 0;
}

.leftNavContainer .support-agreement-info.my-products .info-content li:hover:not(.active) {
    background: #eee;
    color: #000;
}

.leftNavContainer .support-info ul {
    list-style: none !important;
    padding: 0px;
}

.leftNavContainer .support-info ul.address li {
    margin-bottom: 15px;
    font-size: 14px;
}

.leftNavContainer .support-info ul.address li a {
    width: auto;
    max-width: 230px;
    display: inline-block;
    vertical-align: top;
    word-break: break-all;
}

#feedback_modal .star-rating {
    margin: 10px 0;
}

#feedback_modal span {
    display: inline-block;
    vertical-align: middle;
}

#feedback_modal span.rating-text {
    margin-left: 40px;
}

#feedback_modal span.fa-star-o,
#feedback_modal span.fa-star {
    font-size: 36px;
    cursor: pointer;
}

#feedback_modal span.fa-star {
    color: #ccc;
}

#feedback_modal span.fa-star.checked {
    color: orange;
}

/*========Css changes after devlopment==================*/
.btn-primary {
    color: #fff;
    background: #203971;
    border-color: #203971;
}

.btn-primary:hover,
.btn-primary:focus {
    color: #fff;
    background: #203971;
    border-color: #203971;
}

.btn-success#search_form,
.btn-success#search_form_closed,
.btn-success#search_form:hover,
.btn-success#search_form:focus,
.btn-success#search_form_closed:hover,
.btn-success#search_form_closed:focus {
    color: #fff;
    background: #5bc0de;
    border-color: #46b8da;
}

.leftNavContainer .card {
    border: 0
}

.leftNavContainer .card.card-blue .card-header {
    color: #fff;
    background: #203971;
    border-color: #203971;
}

.leftNavContainer .card .card-header {
    background-color: #fff;
}

.leftNavContainer .card .card-header .card-title {
    color: #fff;
    font-size: 1.2em;
    padding: 5px;
    margin-bottom: 0;
}

.leftNavContainer .card-title a {
    width: 100%;
    display: block;
    color: #0c3eae;
}

.leftNavContainer .card>.card-header a[aria-expanded='true']::before {
    content: '';
    width: 5px;
    position: absolute;
    top: -2px;
    left: 0;
    background: #3c7ab7;
    height: 48px;
}

.leftNavContainer .card-title a.accordion-btn::after {
    content: '\f067';
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
    color: #3c7ab7;
}

.leftNavContainer .card-title a.accordion-btn[aria-expanded='true']::after {
    content: '\f068' !important;
}

.leftNavContainer .card .accordion-collapse>.card-body {
    background: #3c7ab7;
    padding: 0;
}

.leftNavContainer .widget-area h2 {
    background: #203971;
    border-color: #203971;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #fff;
    font-size: 1.2em;
    padding: 10px 10px 10px 20px;
    margin-bottom: 0;
}

.leftNavContainer .widget-area {
    border: 0px solid transparent;
}

.leftNavContainer .widget-area .textwidget {
    background: #fff;
}

.leftNavContainer .widget-area .textwidget ol {
    padding-top: 10px;
    padding-inline-start: 35px;
}

.leftNavContainer .nav-pills>li>a {
    border-radius: 0;
    position: relative;
    color: #fff;
    border-bottom: 1px solid rgb(255 255 255 / 40%);
    margin: 0 19px;
    padding: 10px 30px 7px;
    font-size: 15px;
    display: block;
}

.leftNavContainer .nav-pills>li:last-child a {
    border-bottom: 0;
}

.leftNavContainer .nav-pills>li>a::before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #adc4dd;
    border-radius: 50%;
    position: absolute;
    left: 15px;
    bottom: 15px;
}

.leftNavContainer .nav-pills>li.active>a::before {
    background-color: #fff;
}

.leftNavContainer .nav-pills>li.active>a {
    color: #fff;
    font-weight: 600;
}

.leftNavContainer .nav-pills>li.active>a::after {
    color: #fff;
    font-size: 30px;
    right: -19px;
    position: absolute;
    top: 10px;
    content: '';
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
}

.leftNavContainer .nav>li>a:focus,
.nav>li>a:hover {
    background-color: transparent;
}

.rightArea .alert {
    font-size: 13px;
    margin: 10px;
}

.rightArea .alert-danger {
    background: #9d1e21;
    color: #fff;
    border: 1px solid #9d1e21;
}

.rightArea .alert-success {
    background: #3c763d;
    color: #fff;
    border: 1px solid #3c763d;
}

.rightArea .alert-info {
    background: #3c7ab7;
    color: #fff;
    border: 1px solid #3c7ab7;
}

.rightArea .alert a {
    color: #fff;
    text-decoration: underline !important;
}

.rightArea .alert span,
.rightArea .alert button {
    color: #fff;
    opacity: 1;
}

.alert-dismissable .close,
.alert-dismissible .close {
    opacity: 1;
    top: -4px !important;
}

.alert-light {
    background: #fefefe;
    color: #333;
    border: 1px solid #c6c8ca;
}

.alert-success-light {
    background: #d4edda;
    color: #155724;
    border: 1px solid #d4edda;
}

.customUser {
    padding-right: 5px;
}

#back_to_site i {
    padding-right: 5px;
}

@media only screen and (min-width:992px) {
    .w-820 {
        width: 820px;
    }
}

@media only screen and (min-width:992px) and (max-width: 1024px) {
    .backtosite {
        padding: 8px 12px 7px 12px;
    }
}

@media only screen and (min-width:768px) and (max-width: 1024px) {
    body {
        font-size: 12px;
    }

    .bannerContainer h1 {
        padding-top: 50px;
        font-size: 3em;
    }
}

@media screen and (min-width:768px) and (max-width: 800px) {
    .backtosite {
        padding: 8px 13px 10px 13px;
        font-size: 1em;
    }
}

@media screen and (min-width: 786px) {
    #current_logo {
        border: 1px solid #ddd;
        padding: 6px;
        max-height: 72px;
        vertical-align: middle;
        max-width: 250px
    }

    .title-header {
        display: inline-block;
    }

    .row-eq-height {
        display: table;
    }

    .row-eq-height>[class*='col-'] {
        float: none;
        display: table-cell;
        vertical-align: middle;
    }
}

@media screen and (max-width:767px) {
    body {
        font-size: 12px;
    }

    .header {
        min-height: auto;
        border-top: 5px solid #da2126;
        border-bottom: 0;
    }

    .logoContainer {
        margin-top: 20px;
    }

    .logoContainer img {
        margin: 0 auto;
    }

    .welcomeGuestConatiner,
    .customer-name {
        margin-top: 10px;
        text-align: center;
        font-size: 1.5em;
        font-size: 1.5em;
        width: 100%;
    }

    .backtosite {
        margin-top: 0;
        float: none;
        clear: both;
        width: 100%;
    }

    .bannerContainer {
        min-height: 100px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .bannerContainer h1 {
        padding-top: 10px;
        font-size: 2em;
    }

    .breadcrumbContainer {
        text-align: left;
        margin-left: 15px;
        margin-right: 15px;
    }

    .leftMain {
        width: 100%;
    }

    .rightMain {
        width: 100%;
    }

    .leftNav li {
        width: 100%;
        float: left;
        background: #e6e6e6;
    }

    .leftNav li a {
        padding: 20px 0px 20px 58px;
    }

    .leftNav li a.tickets {
        background: url(../images/ticketsIcon.png) no-repeat 4px center;
        background-size: 48px;
    }

    .leftNav li a.assets {
        background: url(../images/assetsIcons.png) no-repeat 4px center;
        background-size: 48px;
    }

    .leftNavContainer {
        min-height: 325px;
        background: #e6e6e6;
        height: auto !important;
    }

    .pdlft0 {
        padding-left: 15px;
    }

    .paddingContainer20 {
        padding: 0;
    }

    .btn.roundWhtBtn {
        padding: 6px 25px;
        margin-bottom: 0px;
        font-size: 1.2em;
    }

    .totalTicket {
        text-align: left;
        margin-top: 0;
    }

    .welcomeGuestConatinerOuter {
        float: none;
    }

    .table-vertical>tbody>tr>td .feedback-link {
        font-size: 10px;
    }

    .leftNavContainer .support-agreement-info .info-content,
    .leftNavContainer .support-info .info-content,
    .leftNavContainer .widget-area .custom-html-widget,
    .leftNavContainer .widget-area .execphpwidget {
        font-size: 1.1em !important;
    }

    .row-eq-height {
        display: block;
    }

    .row-eq-height>[class*='col-'] {
        text-align: center;
    }

    #current_logo {
        border: 1px solid #ddd;
        padding: 6px;
        max-width: 300px;
        vertical-align: middle;
        margin-bottom: 15px;
    }
}

@media screen and (min-width:480px) and (max-width: 640px) {}

@media screen and (min-width:320px) and (max-width: 480px) {}

@media print {
    a[href]:after {
        content: none !important;
    }
}

.widget .widget_wpb_widget {
    padding: 10px 5px 10px 20px;
    font-size: 0.9em;
}

.CodeMirror {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

/* Table sort indicators */

th.sortable {
    position: relative;
    cursor: pointer;
}

th.sortable::after {
    font-family: 'Glyphicons Halflings';
    content: "\e150";
    position: absolute;
    right: 3px;
    color: #999;
    opacity: 0.8;
}

th.sortable:last-child::after {
    right: 2px;
}

th.sortable.asc::after {
    content: "\e155";
}

th.sortable.desc::after {
    content: "\e156";
}

th.sortable:hover::after {
    color: #333;
}

#ay_tickets_tab ul.nav li a.active {
    background-color: #337ab7;
    color: #fff;
}

#ay_tickets_tab .tab-content {
    border: 1px solid #ddd;
    border-top: none;
    padding: 15px;
}

div.bottom {
    margin-top: 10px;
}

div.dt-container div.dt-info {
    float: right;
}

div.dt-length {
    float: left;
}

div.dt-container div.dt-paging {
    float: right;
    width: 100%;
}

div.dt-container div.dt-paging nav {
    float: right;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 10px;
}

.dropdown-divider {
    margin: 0px;
}

ul.dropdown-cart {
    min-width: 250px;
    right: 0;
}

ul.dropdown-cart li .item {
    display: block;
    padding: 5px 20px;
    font-size: 14px
}

ul.dropdown-cart li .item:hover {
    background-color: #f3f3f3;
}

ul.dropdown-cart li .item:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

ul.dropdown-cart li .item-left img,
ul.dropdown-cart li .item-left span.item-info {
    float: left;
}

ul.dropdown-cart li .item-left {
    float: left;
}

ul.dropdown-cart li .item-left span.item-info {
    margin-left: 10px;
}

ul.dropdown-cart li .item-left span.item-info span {
    display: block;
}

ul.dropdown-cart li .item-right {
    float: right;
}

ul.dropdown-cart li .item-right button {
    margin-top: 14px;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 10px;
}

.menu:before {
    position: absolute;
    top: -10px;
    right: 10px;
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    z-index: 2;
}

.menu:after {
    /* This is the shadow triangle */
    position: absolute;
    top: -12px;
    right: 8px;
    content: '';
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid rgba(0, 0, 0, 0.03);
    z-index: 1;
}

.item-info {
    float: left;
    margin-left: 10px;
}

.hours {
    margin-bottom: 5px;
    text-align: left;
}

.item a {
    text-decoration: none;
    color: #000;
}

.arrowColor {
    color: #576184;
}

.marginLN15 {
    margin-left: -15px;
}

#dropdownBox .nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #fff;
    border-color: #337ab7;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee;
    border-color: #337ab7;
}

#dropdownBox>a:hover {
    text-decoration: none;
    background-color: #fff;
}

.menu {
    padding-top: 0px !important;
}

#dropdownBox .dropdown-menu .divider {
    margin: 0px !important;
}

#dropdownBox ul li:first-child {
    background: #f9f9f9;
}

.btn-green {
    color: #fff;
    background: #228510;
    border: 1px solid #157207;
    border-bottom: 2px solid #157207;
    padding: 12px 25px;
    font-size: 16px;
}

.btnDropdown {
    text-align: right;
}

.btnMenu {
    left: auto;
    right: 0;
}

.welcomeGuestConatinerOuter .dropdown>a {
    text-align: center;
    color: #000;
}

.welcomeGuestConatinerOuter .dropdown>a::after {
    visibility: hidden;
}

.welcomeGuestConatinerOuter .dropdown>a:hover,
.welcomeGuestConatinerOuter .dropdown>a:focus {
    text-align: center;
    color: #000;
}

.btn-green:hover,
.btn-green:focus {
    color: #fff;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: absolute !important;
        float: none;
        width: auto;
        margin-top: 0;
        left: 15%;
        right: auto;
        background-color: #fff !important;
        border: 0;
        -webkit-box-shadow: 1px 2px 5px 0px rgba(107, 106, 107, 1);
        -moz-box-shadow: 1px 2px 5px 0px rgba(107, 106, 107, 1);
        box-shadow: 1px 2px 5px 0px rgba(107, 106, 107, 1);
        /* -webkit-box-shadow: none; */
        /* box-shadow: none; */
    }

    .dropdown>a {
        text-align: center;
        color: #000;
    }

    .dropdown>a:hover,
    a:focus {
        text-align: center;
        color: #000;
    }

    .btn-green {
        margin-top: 8px;
        margin-left: 0px !important;
        padding: 9px 15px;
    }
}

.zero-margin {
    margin: 0;
}

.pdlft0 {
    padding-left: 0;
}

.pd-0 {
    padding: 0;
}

.pd-lt-0 {
    padding-left: 0;
}

.pd-rt-0 {
    padding-right: 0;
}

.xs-small {
    font-size: 80%;
}

.pd-20 {
    padding: 20px;
}

.pd-30 {
    padding: 30px;
}

.ml-30 {
    margin-left: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.field-icon {
    float: right;
    margin-right: 10px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

label.error,
div.error {
    color: red;
    font-weight: normal;
}

.required-label:after {
    content: "*";
    color: red;
}

#logo_preview {
    position: absolute;
    margin-top: 20px;
    padding: 5px;
}

div.tk_attachment_value_wrapperform {
    border: 1px solid #B8B8B8;
    background: #FDFDFD;
    float: left;
    width: 100%;
    padding: 1%;
    border-radius: 4px;
}

span.tk_attachment_value_text {
    border: 1px solid #B8B8B8;
    margin: 2px;
    padding: 2px;
    float: left;
    position: relative;
    width: 45%;
}

span.tk_attachment_value_text input {
    width: 94%;
}

span.tk_attachment_value_text span.tk_attachment_remove {
    background: url(../images/close.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 3px;
    right: 2px;
}

span.tk_attachments_configform {
    float: left;
    width: 100%;
    font-size: 11px;
    line-height: 15px;
    margin-top: 10px;
}

span.tk_attachments_addform {
    float: left;
    clear: both;
    background: #ddd;
    border: 1px solid #ccc;
    padding: 5px 10px;
    cursor: pointer;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 15px;
}

span.tk_attachments_configform .total_size {
    float: right;
    color: #203971;
}

div.js-form-button {
    padding: 10px 0px !important;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

div.js-form-button input[type=submit],
.frm-fluent-form input[type=submit],
.frm-fluent-form button[type=submit] {
    color: #fff !important;
    background: #203971 !important;
    border-color: #203971 !important;
    border-radius: 0;
}

div.js-ticket-detail-wrapper {
    background: #ffffff;
    padding: 15px;
    border: 1px solid #DDDDDD;
    margin: 0 -15px;
    box-shadow: 0 0 32px rgba(0, 0, 0, .1);
}

div.js-ticket-suheading {
    background: #203971 !important;
    font-size: 1em !important;
    margin: 10px 0px;
    padding: 10px;
    color: #fff;
}

div.js-ticket-thread-wrapper {
    border: 1px solid #DDDDDD !important;
    border-radius: 0px !important;
    background: #fff;
    padding: 10px;
    margin: 0 -15px 20px;
}

div.js-ticket-detail-wrapper div.js-ticket-topbar div.js-openclosed {
    border-right: 1px solid #DDDDDD;
    padding: 0px;
}

div.js-ticket-detail-wrapper div.js-margin-bottom {
    margin-bottom: 10px;
}

div.js-ticket-detail-wrapper div.js-mid-ticketdetail-part {
    padding: 0px 5px;
}

div.js-ticket-detail-wrapper div.js-ticket-topbar {
    padding: 0px 0px 10px 0px;
    border-bottom: 1px solid #ddd;
    margin: 5px 5px 10px 5px;
}

div.js-ticket-detail-wrapper div.js-ticket-middlebar {
    margin: 5px;
}

div.js-ticket-thread-wrapper.colored div.js-ticket-thread-upperpart {
    border-bottom: 1px solid #428BCA;
    padding-bottom: 10px;
    padding-top: 5px;
    margin-bottom: 10px;
    font-size: 14px;
}

div.js-ticket-thread-wrapper div.js-ticket-thread-middlepart {
    padding-bottom: 20px;
    min-height: 80px;
    word-break: break-all;
    white-space: pre-line
}

.js-ticket-thread-middlepart p,
.js-ticket-thread-middlepart div {
    margin: 0;
    font-family: "Source Sans Pro", Arial, sans-serif !important;
    font-size: 14px;
}

div.js-ticket-thread-wrapper div.js_ticketattachment {
    padding: 5px;
    line-height: 30px;
    border: 1px solid #DDDDDD;
    margin-bottom: 5px;
    display: inline-block;
    margin-right: 5px;
    width: auto;
}

div.js-ticket-thread-wrapper div.js_ticketattachment a {
    display: inline-block;
    margin: 0px;
    margin-left: 10px;
}

#loading-img {
    background: url(../images/loader.gif) center center no-repeat;
    height: 100%;
    z-index: 20;
}

.form-overlay {
    background: #e9e9e9;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
}

#ay_tabs {
    margin-top: 4px;
}

#ay_tabs .nav-tabs {
    padding-left: 4px;
    padding-right: 40px;
}

#ay_tabs .nav-tabs>li>a,
#ay_tabs .nav-tabs>li>a:hover,
#ay_tabs .nav-tabs>li>a:focus {
    padding: 8px 10px;
    background: #737373;
    color: #fff;
    font-weight: 500;
    border-radius: 0;
    text-align: center;
    border: 1px solid gray;
    margin-right: 3px;
}

#ay_tabs .nav-tabs>li>a.active,
#ay_tabs .nav-tabs>li>a.active:focus,
#ay_tabs .nav-tabs>li>a.active:hover {
    color: #fff;
    cursor: default;
    background-color: #2c5c8b;
    border: 1px solid #2c5c8b;
    border-bottom-color: transparent;
    /* padding: 10px 45px; */
}

#ay_tabs>.tab-content {
    border: 2px solid #203971;
    padding: 20px 20px 0;
    border-radius: 3px;
}

#ay_tabs .tab-content .form-inline label {
    font-weight: 600;
    width: auto;
    margin-right: 15px;
}

#ay_tabs .tab-content .nav-pills {
    border-right: 1px solid #e3e3e3;
    margin-right: 17px;
    min-height: 225px;
}

#ay_tabs .tab-content .nav-pills>li {
    background-color: #f6f6f6;
    padding: 10px 0;
}

#ay_tabs .tab-content .nav-pills>li>a {
    color: #000;
    border: 0;
    padding: 0;
    padding-left: 15px;
    margin: 0;
    font-size: 14px;
}

#ay_tabs .tab-content .nav-pills>li.active {
    background-color: #337ab7;
}

#ay_tabs .tab-content .nav-pills>li.active a {
    color: #fff;
}

#ay_tabs .tab-content .nav-pills>li.active>a::after {
    color: #fff;
    font-size: 30px;
    right: -1px;
    position: absolute;
    top: 2.5px;
    content: '';
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #fff;
}

#ay_tabs .tab-content .nav-pills>li>a::before {
    background-color: transparent;
}

#ay_tabs .form-inline .form-control {
    min-width: 120px;
    border-radius: 0;
}

#ay_tabs .dlm-downloads,
#ay_tabs .dlm-downloads li {
    list-style: none;
    font-size: 14px;
}

#ay_tabs .tab-content .dlm-downloads li {
    position: relative;
    margin-bottom: 8px;
}

#ay_tabs .tab-content .dlm-downloads li:before {
    font-family: 'FontAwesome';
    position: absolute;
    left: -20px;
    top: 0px;
    color: #ef3d4a;
}

#ay_tabs .tab-content .dlm-downloads li.pdf-icon:before {
    content: "\f1c1";
}

#ay_tabs .tab-content .dlm-downloads li.video-icon:before,
#ay_tabs .tab-content .dlm-downloads li.mp4-icon:before,
#ay_tabs .tab-content .dlm-downloads li.wmv-icon:before {
    content: "\f1c8";
}

#ay_tabs .tab-content .dlm-downloads li.ppt-icon:before,
#ay_tabs .tab-content .dlm-downloads li.pptx-icon:before {
    content: "\f1c4";
}

#videModal video {
    width: 100%;
}

#ay_tabs #video .card {
    margin-right: 10px;
    border: 1px solid #e3e3e3;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

#ay_tabs #video .card-img img {
    cursor: pointer;
}

#ay_tabs #video .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

#ay_tabs #video .card-title {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

#ay_tabs #video .card-subTitle {
    font-style: italic;
    font-size: 12px;
}

@media (max-width: 991.98px) {
    #ay_tabs .tab-content .nav-pills {
        height: 100%;
    }
}

@media (max-width: 767.98px) {

    #ay_tabs .nav-tabs {
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
        display: flex;
        padding-bottom: 15px;
    }

    #ay_tabs .nav-tabs>li>a {
        white-space: nowrap;
    }

    #ay_tabs #video .card {
        margin: 10px 0;
    }
}

.ff-default .ff-el-input--label label {
    font-weight: 600;
}

.ff-default .ff-el-form-check label span {
    font-weight: 400;
}

.ff-default .ff-el-form-control {
    padding: 8px 5px;
}

input[aria-invalid="true"],
select[aria-invalid="true"],
textarea[aria-invalid="true"] {
    border: 1px solid #f00 !important;
}

.fluentform .ff-el-is-error .ff-el-form-check-label {
    color: #000 !important;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #747474;
    background-color: #fff;
    border-color: #ddd;
}

.dt-button.buttons-excel span {
    font-weight: 600;
}